public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Pass proper LIB_INSTALL_DIR, install wrong cmake files otherwise
Date: Thu, 25 Jun 2026 05:49:06 GMT [thread overview]
Message-ID: <178236654604.1.9983136503754989456.rpms-pcl-41aede2c1cb7@fedoraproject.org> (raw)
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
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=178236654604.1.9983136503754989456.rpms-pcl-41aede2c1cb7@fedoraproject.org \
--to=niemueller@kbsg.rwth-aachen.de \
--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