rpms/libplist/devel libplist.spec,1.11,1.12

Peter Robinson pbrobinson at fedoraproject.org
Sat Jan 9 15:45:15 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/libplist/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9225

Modified Files:
	libplist.spec 
Log Message:
 Updated to the new python sysarch spec file reqs


Index: libplist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libplist/devel/libplist.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- libplist.spec	7 Dec 2009 22:20:12 -0000	1.11
+++ libplist.spec	9 Jan 2010 15:45:15 -0000	1.12
@@ -1,8 +1,8 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           libplist
 Version:        1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for manipulating Apple Binary and XML Property Lists
 
 Group:          System Environment/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/plist
 
 %changelog
+* Sat Jan  9 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.0-5
+- Updated to the new python sysarch spec file reqs
+
 * Mon Dec  7 2009 Peter Robinson <pbrobinson at gmail.com> 1.0.0-4
 - and once more with feeling
 




More information about the fedora-extras-commits mailing list