public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Fix doc path
Date: Thu, 25 Jun 2026 05:49:59 GMT	[thread overview]
Message-ID: <178236659982.1.10668407122520221522.rpms-pcl-238a0204a890@fedoraproject.org> (raw)

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

                 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=178236659982.1.10668407122520221522.rpms-pcl-238a0204a890@fedoraproject.org \
    --to=orion@nwra.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