- updating for 1.0.0
- added gis theme and quick print plugin - added requirement for gpsbabel
This commit is contained in:
parent
87c1241476
commit
971b605119
|
@ -1 +1 @@
|
|||
qgis_0.11.0.tar.gz
|
||||
qgis_1.0.0.tar.gz
|
||||
|
|
50
qgis.spec
50
qgis.spec
|
@ -2,8 +2,8 @@
|
|||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: qgis
|
||||
Version: 0.11.0
|
||||
Release: 8%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
|
||||
Group: Applications/Engineering
|
||||
|
@ -11,8 +11,6 @@ License: GPLv2+
|
|||
URL: http://qgis.org/
|
||||
Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
|
||||
Source1: %{name}.desktop
|
||||
# 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
|
||||
|
@ -27,11 +25,10 @@ BuildRequires: postgresql-devel
|
|||
BuildRequires: sqlite-devel
|
||||
# grass package contains definitions needed for configure script
|
||||
BuildRequires: grass, grass-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: PyQt4-devel
|
||||
BuildRequires: chrpath
|
||||
# fixing missing library calls in atlas
|
||||
BuildRequires: blas, lapack
|
||||
Requires: gpsbabel
|
||||
|
||||
%description
|
||||
Quantum GIS (QGIS) is a user friendly Open Source Geographic Information
|
||||
|
@ -67,11 +64,32 @@ Group: Applications/Engineering
|
|||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: sip
|
||||
Requires: PyQt4
|
||||
BuildRequires: sip
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: PyQt4-devel
|
||||
|
||||
%description python
|
||||
Python integration and plugins for qgis
|
||||
|
||||
|
||||
%package theme-classic
|
||||
Summary: Addtional theme for qgis - classic
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description theme-classic
|
||||
Addtional theme for qgis - classic
|
||||
|
||||
|
||||
%package theme-gis
|
||||
Summary: Addtional theme for qgis - gis
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description theme-gis
|
||||
Addtional theme for qgis - gis
|
||||
|
||||
|
||||
%package theme-nkids
|
||||
Summary: Addtional theme for qgis - nkids
|
||||
Group: Applications/Engineering
|
||||
|
@ -83,7 +101,6 @@ Addtional theme for qgis - nkids
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}_%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# fix spurious executable bits
|
||||
%{__chmod} -x \
|
||||
|
@ -158,17 +175,20 @@ desktop-file-install --vendor="fedora" \
|
|||
%{_bindir}/%{name}_help
|
||||
%{_libdir}/lib%{name}_*.so.*
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/libcoordinatecaptureplugin.so
|
||||
%{_libdir}/%{name}/libcopyrightlabelplugin.so
|
||||
%{_libdir}/%{name}/libdelimitedtextplugin.so
|
||||
%{_libdir}/%{name}/libdelimitedtextprovider.so
|
||||
%{_libdir}/%{name}/libdxf2shpconverterplugin.so
|
||||
%{_libdir}/%{name}/libgeorefplugin.so
|
||||
%{_libdir}/%{name}/libgpsimporterplugin.so
|
||||
%{_libdir}/%{name}/libgpxprovider.so
|
||||
%{_libdir}/%{name}/libgridmakerplugin.so
|
||||
%{_libdir}/%{name}/libinterpolationplugin.so
|
||||
%{_libdir}/%{name}/libmemoryprovider.so
|
||||
%{_libdir}/%{name}/libnortharrowplugin.so
|
||||
%{_libdir}/%{name}/libogrconverterplugin.so
|
||||
%{_libdir}/%{name}/libogrprovider.so
|
||||
%{_libdir}/%{name}/libpggeoprocessingplugin.so
|
||||
%{_libdir}/%{name}/libpostgresprovider.so
|
||||
%{_libdir}/%{name}/libquickprintplugin.so
|
||||
%{_libdir}/%{name}/libscalebarplugin.so
|
||||
|
@ -209,12 +229,25 @@ desktop-file-install --vendor="fedora" \
|
|||
%{_datadir}/%{name}/python
|
||||
%{python_sitearch}/%{name}
|
||||
|
||||
%files theme-classic
|
||||
%defattr(-, root, root, -)
|
||||
%{_datadir}/%{name}/themes/classic
|
||||
|
||||
%files theme-gis
|
||||
%defattr(-, root, root, -)
|
||||
%{_datadir}/%{name}/themes/gis
|
||||
|
||||
%files theme-nkids
|
||||
%defattr(-, root, root, -)
|
||||
%{_datadir}/%{name}/themes/nkids
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> 1.0.0-1
|
||||
- updating for 1.0.0
|
||||
- added gis theme and quick print plugin
|
||||
- added requirement for gpsbabel
|
||||
|
||||
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-8
|
||||
- cleaning up patch
|
||||
|
||||
|
@ -380,3 +413,4 @@ desktop-file-install --vendor="fedora" \
|
|||
|
||||
* Mon May 14 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-1
|
||||
- Initial RPM release.
|
||||
|
||||
|
|
Reference in New Issue
Block a user