public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Add patch to exclude generated sources from doxygen processing
Date: Thu, 25 Jun 2026 05:49:24 GMT	[thread overview]
Message-ID: <178236656423.1.9983681215268813847.rpms-pcl-d4d6070e6b01@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : d4d6070e6b015b10d2c34186fe436f1e25469f58
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2014-12-19T12:44:36-05:00
Stats  : +14/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/d4d6070e6b015b10d2c34186fe436f1e25469f58?branch=f44

Log:
Add patch to exclude generated sources from doxygen processing

---
diff --git a/pcl-1.7.2-doxyfix.patch b/pcl-1.7.2-doxyfix.patch
new file mode 100644
index 0000000..91e0e69
--- /dev/null
+++ b/pcl-1.7.2-doxyfix.patch
@@ -0,0 +1,11 @@
+diff -up ./doc/doxygen/doxyfile.in.doxyfix ./doc/doxygen/doxyfile.in
+--- ./doc/doxygen/doxyfile.in.doxyfix	2014-12-19 12:40:58.513635548 -0500
++++ ./doc/doxygen/doxyfile.in	2014-12-19 12:41:51.087184760 -0500
+@@ -118,6 +118,7 @@ EXCLUDE                = "@PCL_SOURCE_DI
+                          "@PCL_SOURCE_DIR@/test" \
+                          "@PCL_SOURCE_DIR@/android" \
+                          "@PCL_SOURCE_DIR@/apps" \
++                         "@PCL_SOURCE_DIR@/build" \
+                          "@PCL_SOURCE_DIR@/tools" \
+                          "@PCL_SOURCE_DIR@/surface/include/pcl/surface/poisson" \
+                          "@PCL_SOURCE_DIR@/surface/include/pcl/surface/impl/poisson" \

diff --git a/pcl.spec b/pcl.spec
index b75f4dd..1b84f50 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -17,6 +17,8 @@ Patch0:         %{name}-1.7.2-sse2.patch
 Patch1:         %{name}-1.7.2-metslib.patch
 # Patch for PCLConfig.cmake to find pcl
 Patch2:         %{name}-1.7.2-fedora.patch
+# Exclude the "build" directory from doxygen processing.
+Patch3:         %{name}-1.7.2-doxyfix.patch
 
 # For plain building
 BuildRequires:  cmake, gcc-c++, boost-devel
@@ -86,6 +88,7 @@ Library.
 %patch0 -p1 -b .sse2
 %patch1 -p0 -b .metslib
 %patch2 -p0 -b .fedora
+%patch3 -p0 -b .doxyfix
 # Just to make it obvious we're not using any of these
 rm -fr recognition/include/pcl/recognition/3rdparty/metslib
 rm -fr surface/src/3rdparty/opennurbs

                 reply	other threads:[~2026-06-25  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236656423.1.9983681215268813847.rpms-pcl-d4d6070e6b01@fedoraproject.org \
    --to=richmattes@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox