Removed 'Requires: gtk-doc', updated python sitearch.
This commit is contained in:
parent
04b5199d69
commit
914b78129a
@ -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 <david.moore@gmail.com> 1.0.4-5
|
||||
- Removed 'Requires: gtk-doc', updated python sitearch.
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user