diff --git a/libplist.spec b/libplist.spec index 2c407ab..dcf61f8 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 - 1.8-4 +- Fix python bindings + * Wed Apr 11 2012 Rex Dieter 1.8-3 - fix ftbfs, work harder to ensure CMAKE_INSTALL_LIBDIR macro is correct