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: Fix API version in installed files
Date: Thu, 25 Jun 2026 05:49:18 GMT [thread overview]
Message-ID: <178236655863.1.12983698477396691943.rpms-pcl-45ffb6eb51dc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : 45ffb6eb51dc9f8a3cf697c13ecf25c2407fa7a2
Author : Rich Mattes <richmattes@gmail.com>
Date : 2013-08-27T23:02:00-04:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/45ffb6eb51dc9f8a3cf697c13ecf25c2407fa7a2?branch=f44
Log:
Fix API version in installed files
---
diff --git a/pcl.spec b/pcl.spec
index 5060a4c..6586432 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -1,3 +1,5 @@
+%global apiversion 1.7
+
Name: pcl
Version: 1.7.0
Release: 1%{?dist}
@@ -150,7 +152,7 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
# Remove installed documentation, will add with doc tags later
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-1.6
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{apiversion}
#mv $RPM_BUILD_ROOT%{_libdir}/pcl/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
#rmdir $RPM_BUILD_ROOT%{_libdir}/pcl
@@ -173,7 +175,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-1.6
%files
%doc AUTHORS.txt LICENSE.txt
%{_libdir}/*.so.*
-%{_datadir}/%{name}-1.6
+%{_datadir}/%{name}-%{apiversion}
%files devel
%{_includedir}/*
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=178236655863.1.12983698477396691943.rpms-pcl-45ffb6eb51dc@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