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: Fixes for new binaries in 1.6.0
Date: Thu, 25 Jun 2026 05:49:08 GMT	[thread overview]
Message-ID: <178236654882.1.5461595156830921355.rpms-pcl-5da82deb5d54@fedoraproject.org> (raw)

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,-)

                 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=178236654882.1.5461595156830921355.rpms-pcl-5da82deb5d54@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