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