public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Pass proper LIB_INSTALL_DIR, install wrong cmake files otherwise
@ 2026-06-25  5:49 Tim Niemueller
  0 siblings, 0 replies; only message in thread
From: Tim Niemueller @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 41aede2c1cb7916b6aaf50b3af95b7a2194e2c2b
Author : Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
Date   : 2012-04-19T15:20:56+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/41aede2c1cb7916b6aaf50b3af95b7a2194e2c2b?branch=f44

Log:
Pass proper LIB_INSTALL_DIR, install wrong cmake files otherwise

---
diff --git a/pcl.spec b/pcl.spec
index 92da1eb..63fbecc 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -1,6 +1,6 @@
 Name:           pcl
 Version:        1.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for point cloud processing
 
 Group:          System Environment/Libraries
@@ -81,12 +81,12 @@ rm -rf  3rdparty
 
 
 %build
-echo SMP FLAGS: %{?_smp_mflags}
 mkdir build
 pushd build
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
   -DOPENNI_INCLUDE_DIR:PATH=/usr/include/ni \
+  -DLIB_INSTALL_DIR=$(echo %{_libdir} | sed -e 's|%{_prefix}/||') \
   -DPCL_PKGCONFIG_SUFFIX:STRING="" \
   -DBUILD_documentation=ON \
   -DCMAKE_SKIP_RPATH=ON \
@@ -184,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 19 2012 Tim Niemueller <tim@niemueller.de> - 1.5.1-2
+- Pass proper LIB_INSTALL_DIR, install wrong cmake files otherwise
+
 * Mon Apr 04 2012 Rich Mattes <richmattes@gmail.com> - 1.5.1-1
 - Update to release 1.5.1
 - Add new patch for gcc-4.7 fixes

^ 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: Pass proper LIB_INSTALL_DIR, install wrong cmake files otherwise Tim Niemueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox