Fixed Requires in Python sub-package

This commit is contained in:
Volker Fröhlich 2010-07-16 16:22:59 +00:00
parent 3b42313d34
commit b3d1105e8f
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: qgis
Version: 1.4.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering
@ -90,6 +90,8 @@ GRASS plugin for Quantum GIS required to interface with the GRASS system.
Summary: Python integration and plugins for Quantum GIS
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: PyQt4
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
%description python
Python integration and plugins for QGIS.
@ -242,6 +244,10 @@ rm -rf %{buildroot}
%{python_sitearch}/%{name}
%changelog
* Wed Jul 14 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-9
- Re-added missing dependency of PyQt4 and sip for python sub-package
* Fri Jul 09 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-8
- Further completed qt47 patch