diff --git a/qgis.spec b/qgis.spec index 0676117..4eab301 100644 --- a/qgis.spec +++ b/qgis.spec @@ -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 0.9.1-3 +- adding Requires sip, PyQt4 for python bindings support + * Mon Jan 28 2008 Douglas E. Warner 0.9.1-2 - defining lib path in build - installing python bindings globally