UPDATE FOR VERSION 1.7.3

- New version
- Arch-specifically require base package
This commit is contained in:
Volker Fröhlich 2011-12-10 22:17:08 +01:00
parent f746207dc6
commit ef77a502d8
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ qgis_1.5.0.tar.gz
/qgis-1.7.0.tar.bz2
/qgis-1.7.1.tar.bz2
/qgis-1.7.2.tar.bz2
/qgis-1.7.3.tar.bz2

View File

@ -8,7 +8,7 @@
%endif
Name: qgis
Version: 1.7.2
Version: 1.7.3
Release: 1%{?dist}
Summary: A user friendly Open Source Geographic Information System
@ -94,7 +94,7 @@ and USGS ASCII DEM.
%package devel
Summary: Development Libraries for the Quantum GIS
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development packages for Quantum GIS including the C header files.
@ -102,7 +102,7 @@ Development packages for Quantum GIS including the C header files.
%package grass
Summary: GRASS Support Libraries for Quantum GIS
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
# The plug-in requires more than just the grass-libs.
#TODO: I think, that is still correct, but the sense of the libs package is questionable
Requires: grass
@ -113,7 +113,7 @@ GRASS plugin for Quantum GIS required to interface with the GRASS system.
%package python
Summary: Python integration and plug-ins for Quantum GIS
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: gdal-python
Requires: PyQt4
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
@ -124,7 +124,7 @@ Python integration and plug-ins for Quantum GIS.
%package mapserver
Summary: FCGI based OGC web map server
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: mod_fcgid
%description mapserver
@ -333,6 +333,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libexecdir}/%{name}
%changelog
* Sat Dec 10 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-1
- Update for new release
- Is also the rebuild for BZ#761147
- Arch-specifically require the base package
* Tue Nov 15 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.2-1
- Updated for new release
- No more themes directory

View File

@ -1 +1 @@
bb5fddbe1747ff2e59e2a9b5f9a0b7b2 qgis-1.7.2.tar.bz2
e1b3b1f33ea8d648bde0eddf54f7eb90 qgis-1.7.3.tar.bz2