From 6274c576185eeee71c935429d004629be01c609a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 11 Apr 2012 15:57:41 +0100 Subject: [PATCH] fix python --- libplist.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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