- adding patch to fix typedef problems in python build

This commit is contained in:
Douglas E. Warner 2008-12-18 21:40:02 +00:00
parent 0ec7ac5941
commit 4503bb41d6
1 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: qgis
Version: 0.11.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering
@ -11,7 +11,8 @@ License: GPLv2+
URL: http://qgis.org/
Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
Source1: %{name}.desktop
#Patch0: qgis-0.10.0-cmake-2.6.patch
# https://trac.osgeo.org/qgis/changeset/9629
Patch0: qgis-0.11-pyqt-sip-typedef.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake
@ -82,7 +83,7 @@ Addtional theme for qgis - nkids
%prep
%setup -q -n %{name}_%{version}
#%patch0 -p1
%patch0 -p2
# fix spurious executable bits
%{__chmod} -x \
@ -214,6 +215,9 @@ desktop-file-install --vendor="fedora" \
%changelog
* Thu Dec 18 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-6
- adding patch to fix typedef problems in python build
* Thu Dec 18 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-5
- Rebuild for Python 2.6