[libplist] Fix RPATH issue with cmake

Peter Robinson pbrobinson at fedoraproject.org
Fri Mar 23 23:09:17 UTC 2012


commit 04d4a7c8cf96db3a0ec5e2da59357d0e3b850bb4
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Mar 23 23:09:08 2012 +0000

    Fix RPATH issue with cmake

 libplist.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libplist.spec b/libplist.spec
index d1e4744..6aee34c 100644
--- a/libplist.spec
+++ b/libplist.spec
@@ -2,7 +2,7 @@
 
 Name:          libplist
 Version:       1.8
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Library for manipulating Apple Binary and XML Property Lists
 
 Group:         System Environment/Libraries
@@ -41,7 +41,7 @@ Requires: python
 
 %build
 export CMAKE_PREFIX_PATH=/usr
-%{cmake} .
+%{cmake} -DCMAKE_SKIP_RPATH:BOOL=ON .
 
 make %{?_smp_mflags}
 
@@ -74,6 +74,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/plist
 
 %changelog
+* Fri Mar 23 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8-2
+- Fix RPATH issue with cmake
+
 * Thu Jan 12 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8-1
 - 1.8 release
 


More information about the scm-commits mailing list