Updated to the new python sysarch spec file reqs
This commit is contained in:
parent
2ad13645b1
commit
944a0f127f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user