- adding Requires sip, PyQt4 for python bindings support

This commit is contained in:
Douglas E. Warner 2008-02-18 15:54:43 +00:00
parent 4d6f366a7b
commit 2c0d90e5e3
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: qgis
Version: 0.9.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering
@ -14,6 +14,8 @@ Source1: %{name}.desktop
Patch0: python-site-packages-dir-0.9.1.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: sip
Requires: PyQt4
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
@ -205,6 +207,9 @@ desktop-file-install --vendor="fedora" \
%changelog
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-3
- adding Requires sip, PyQt4 for python bindings support
* Mon Jan 28 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-2
- defining lib path in build
- installing python bindings globally