public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Fix API version in installed files
@ 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 : 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}/*
^ 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 API version in installed files Rich Mattes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox