UPDATE FOR VERSION 1.7.3
- New version - Arch-specifically require base package
This commit is contained in:
parent
f746207dc6
commit
ef77a502d8
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ qgis_1.5.0.tar.gz
|
||||||
/qgis-1.7.0.tar.bz2
|
/qgis-1.7.0.tar.bz2
|
||||||
/qgis-1.7.1.tar.bz2
|
/qgis-1.7.1.tar.bz2
|
||||||
/qgis-1.7.2.tar.bz2
|
/qgis-1.7.2.tar.bz2
|
||||||
|
/qgis-1.7.3.tar.bz2
|
||||||
|
|
15
qgis.spec
15
qgis.spec
|
@ -8,7 +8,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ and USGS ASCII DEM.
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Libraries for the Quantum GIS
|
Summary: Development Libraries for the Quantum GIS
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development packages for Quantum GIS including the C header files.
|
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
|
%package grass
|
||||||
Summary: GRASS Support Libraries for Quantum GIS
|
Summary: GRASS Support Libraries for Quantum GIS
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
# The plug-in requires more than just the grass-libs.
|
# 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
|
#TODO: I think, that is still correct, but the sense of the libs package is questionable
|
||||||
Requires: grass
|
Requires: grass
|
||||||
|
@ -113,7 +113,7 @@ GRASS plugin for Quantum GIS required to interface with the GRASS system.
|
||||||
%package python
|
%package python
|
||||||
Summary: Python integration and plug-ins for Quantum GIS
|
Summary: Python integration and plug-ins for Quantum GIS
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: gdal-python
|
Requires: gdal-python
|
||||||
Requires: PyQt4
|
Requires: PyQt4
|
||||||
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
||||||
|
@ -124,7 +124,7 @@ Python integration and plug-ins for Quantum GIS.
|
||||||
%package mapserver
|
%package mapserver
|
||||||
Summary: FCGI based OGC web map server
|
Summary: FCGI based OGC web map server
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: mod_fcgid
|
Requires: mod_fcgid
|
||||||
|
|
||||||
%description mapserver
|
%description mapserver
|
||||||
|
@ -333,6 +333,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 15 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.2-1
|
||||||
- Updated for new release
|
- Updated for new release
|
||||||
- No more themes directory
|
- No more themes directory
|
||||||
|
|
Reference in New Issue
Block a user