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