public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Fix doc path
@ 2026-06-25 5:49 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-06-25 5:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : 238a0204a890ee0010c753475f901ca3613124a2
Author : Orion Poplawski <orion@nwra.com>
Date : 2020-08-07T21:58:56-06:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/238a0204a890ee0010c753475f901ca3613124a2?branch=f44
Log:
Fix doc path
---
diff --git a/pcl.spec b/pcl.spec
index af42e50..b5e267c 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -132,7 +132,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/timed_trigger_test
# Remove installed documentation (will use %doc)
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
-pushd %_vpath_builddir
+pushd %{_vpath_builddir}
# Rename the documentation folders from "html"
mv doc/doxygen/html doc/doxygen/api
mv doc/tutorials/html doc/tutorials/tutorials
@@ -179,9 +179,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/Modules $RPM_BUILD_ROOT%{_libdir}/cmake/
# to understand a particular feature of PCL.
%files doc
-%doc build/doc/doxygen/api
-%doc build/doc/tutorials/tutorials
-%doc build/doc/advanced/advanced
+%doc %{_vpath_builddir}/doc/doxygen/api
+%doc %{_vpath_builddir}/doc/tutorials/tutorials
+%doc %{_vpath_builddir}/doc/advanced/advanced
%changelog
* Fri Aug 07 2020 Orion Poplawski <orion@nwra.com> - 1.11.0-4
^ 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: Fix doc path Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox