- -python: Requires: sip-api(%_sip_api_major) >= %_sip_api (#538119)

This commit is contained in:
Rex Dieter 2009-11-17 17:06:58 +00:00
parent 31ee4e263d
commit a67fdc36aa
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: qgis
Version: 1.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering
@ -62,9 +62,9 @@ GRASS plugins for qgis
Summary: Python integration and plugins for qgis
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: sip
Requires: PyQt4
BuildRequires: sip
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
BuildRequires: sip-devel
BuildRequires: python-devel
BuildRequires: PyQt4-devel
@ -246,6 +246,9 @@ desktop-file-install --vendor="fedora" \
%changelog
* Tue Nov 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-2
- -python: Requires: sip-api(%%_sip_api_major) >= %%_sip_api (#538119)
* Thu Jul 30 2009 Douglas E. Warner <silfreed@silfreed.net> 1.0.2-1
- updating for 1.0.2
- moving libqgispython.so to python subpackage for bug#507381