Fix RPATH issue with cmake

This commit is contained in:
Peter Robinson 2012-03-23 23:09:08 +00:00
parent 9447b8cc0e
commit 04d4a7c8cf

View File

@ -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@fedoraproject.org> - 1.8-2
- Fix RPATH issue with cmake
* Thu Jan 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-1
- 1.8 release