[libplist] fix python

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 11 14:57:45 UTC 2012


commit 6274c576185eeee71c935429d004629be01c609a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Apr 11 15:57:41 2012 +0100

    fix python

 libplist.spec |    8 ++++++--
 1 files 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 <pbrobinson at fedoraproject.org> - 1.8-4
+- Fix python bindings
+
 * Wed Apr 11 2012 Rex Dieter <rdieter at fedoraproject.org> 1.8-3
 - fix ftbfs, work harder to ensure CMAKE_INSTALL_LIBDIR macro is correct 
 


More information about the scm-commits mailing list