Updated to the new python sysarch spec file reqs

This commit is contained in:
Peter Robinson 2010-01-09 15:45:15 +00:00
parent 2ad13645b1
commit 944a0f127f

View File

@ -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@gmail.com> 1.0.0-5
- Updated to the new python sysarch spec file reqs
* Mon Dec 7 2009 Peter Robinson <pbrobinson@gmail.com> 1.0.0-4
- and once more with feeling