From 944a0f127fe724deff8efa4d62e43296ba6381c6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 9 Jan 2010 15:45:15 +0000 Subject: [PATCH] Updated to the new python sysarch spec file reqs --- libplist.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libplist.spec b/libplist.spec index ac631ea..cd9825b 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 1.0.0-5 +- Updated to the new python sysarch spec file reqs + * Mon Dec 7 2009 Peter Robinson 1.0.0-4 - and once more with feeling