fix python
This commit is contained in:
parent
bcc2fb6bd4
commit
6274c57618
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libplist
|
||||
Version: 1.8
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -18,6 +18,7 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: cmake
|
||||
BuildRequires: Cython
|
||||
|
||||
%description
|
||||
libplist is a library for manipulating Apple Binary and XML Property Lists
|
||||
@ -76,9 +77,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/plist
|
||||
%{python_sitearch}/plist*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-4
|
||||
- Fix python bindings
|
||||
|
||||
* Wed Apr 11 2012 Rex Dieter <rdieter@fedoraproject.org> 1.8-3
|
||||
- fix ftbfs, work harder to ensure CMAKE_INSTALL_LIBDIR macro is correct
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user