public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Fixes for new binaries in 1.6.0
@ 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 : 5da82deb5d541e31dbb10c5a0876f49858223a20
Author : Rich Mattes <richmattes@gmail.com>
Date : 2012-08-15T18:21:52-04:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/5da82deb5d541e31dbb10c5a0876f49858223a20?branch=f44
Log:
Fixes for new binaries in 1.6.0
---
diff --git a/pcl.spec b/pcl.spec
index 8711367..a98c474 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -84,7 +84,7 @@ rm -rf 3rdparty
mkdir build
pushd build
%cmake \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=NONE \
-DOPENNI_INCLUDE_DIR:PATH=/usr/include/ni \
-DLIB_INSTALL_DIR=$(echo %{_libdir} | sed -e 's|%{_prefix}/||') \
-DPCL_PKGCONFIG_SUFFIX:STRING="" \
@@ -127,15 +127,16 @@ popd
mv doc/tutorials/html doc/tutorials/tutorials
-for f in $RPM_BUILD_ROOT%{_bindir}/*; do
+for f in $RPM_BUILD_ROOT%{_bindir}/{openni_image,pcd_grabber_viewer,pcd_viewer,openni_viewer,oni_viewer}; do
mv $f $RPM_BUILD_ROOT%{_bindir}/pcl_$(basename $f)
done
+rm $RPM_BUILD_ROOT%{_bindir}/{openni_fast_mesh,openni_ii_normal_estimation,openni_voxel_grid}
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.5
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-1.6
#mv $RPM_BUILD_ROOT%{_libdir}/pcl/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
#rmdir $RPM_BUILD_ROOT%{_libdir}/pcl
@@ -162,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc AUTHORS.txt LICENSE.txt
%{_libdir}/*.so.*
-%{_datadir}/%{name}-1.5
+%{_datadir}/%{name}-1.6
%files devel
%defattr(-,root,root,-)
^ 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: Fixes for new binaries in 1.6.0 Rich Mattes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox