From 914b78129aaeb28d9515bca9311b8e76f8486518 Mon Sep 17 00:00:00 2001 From: David Moore Date: Wed, 16 Nov 2011 23:06:14 -0800 Subject: [PATCH] Removed 'Requires: gtk-doc', updated python sitearch. --- libiptcdata.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libiptcdata.spec b/libiptcdata.spec index 4d996ed..26be2f3 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -1,8 +1,10 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%if 0%{?rhel} <= 5 +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +%endif Name: libiptcdata Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IPTC tag library Group: Development/Libraries @@ -26,7 +28,6 @@ Summary: Headers and libraries for libiptcdata application development Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: gtk-doc %description devel The libiptcdata-devel package contains the libraries and include files @@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.so %changelog +* Wed Nov 16 2011 David Moore 1.0.4-5 +- Removed 'Requires: gtk-doc', updated python sitearch. + * Tue Feb 08 2011 Fedora Release Engineering - 1.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild