- adding patch to fix typedef problems in python build
This commit is contained in:
parent
0ec7ac5941
commit
4503bb41d6
10
qgis.spec
10
qgis.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 0.11.0
|
Version: 0.11.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -11,7 +11,8 @@ License: GPLv2+
|
|||||||
URL: http://qgis.org/
|
URL: http://qgis.org/
|
||||||
Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
|
Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
|
||||||
Source1: %{name}.desktop
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -82,7 +83,7 @@ Addtional theme for qgis - nkids
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}_%{version}
|
%setup -q -n %{name}_%{version}
|
||||||
#%patch0 -p1
|
%patch0 -p2
|
||||||
|
|
||||||
# fix spurious executable bits
|
# fix spurious executable bits
|
||||||
%{__chmod} -x \
|
%{__chmod} -x \
|
||||||
@ -214,6 +215,9 @@ desktop-file-install --vendor="fedora" \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 18 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-5
|
||||||
- Rebuild for Python 2.6
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user