public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Add patch to exclude generated sources from doxygen processing
@ 2026-06-25  5:49 Rich Mattes
  0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:49 [rpms/pcl] f44: Add patch to exclude generated sources from doxygen processing Rich Mattes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox