Fixed Requires in Python sub-package
This commit is contained in:
parent
3b42313d34
commit
b3d1105e8f
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue
Block a user