This repository has been archived on 2019-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
copr-dani-qgis/qgis.spec

457 lines
14 KiB
RPMSpec
Raw Normal View History

%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2007-07-03 17:21:11 +02:00
Name: qgis
Version: 1.0.2
Release: 6%{?dist}
Summary: A user friendly Open Source Geographic Information System
2007-07-03 17:21:11 +02:00
Group: Applications/Engineering
License: GPLv2+
URL: http://qgis.org/
Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
2007-07-03 17:21:11 +02:00
Source1: %{name}.desktop
# fix sip version check so it works with sip 4.10
Patch0: qgis-1.0.2-sip410.patch
2007-07-03 17:21:11 +02:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2009-12-24 04:29:48 +01:00
## upstream patches
# http://trac.osgeo.org/qgis/ticket/1959
Patch100: qgis-1.0.2-sip49.patch
2007-07-03 17:21:11 +02:00
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
BuildRequires: bison, flex
BuildRequires: expat-devel
BuildRequires: gdal-devel
BuildRequires: geos-devel
BuildRequires: gsl-devel
BuildRequires: postgresql-devel
BuildRequires: sqlite-devel
# grass package contains definitions needed for configure script
BuildRequires: grass, grass-devel
BuildRequires: chrpath
# fixing missing library calls in atlas
BuildRequires: blas, lapack
Requires: gpsbabel
2007-07-03 17:21:11 +02:00
%description
Quantum GIS (QGIS) is a user friendly Open Source Geographic Information
System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports
vector, raster, and database formats. QGIS is licensed under the GNU
General Public License. QGIS lets you browse and create map data on your
computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
%package devel
Summary: Headers and libraries for building against qgis
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Headers and libraries for building against qgis
2007-07-03 17:21:11 +02:00
2007-07-03 17:21:11 +02:00
%package grass
Summary: GRASS plugins for qgis
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: grass
2007-07-03 17:21:11 +02:00
%description grass
GRASS plugins for qgis
%package python
Summary: Python integration and plugins for qgis
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: PyQt4
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
BuildRequires: sip-devel
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
2007-07-03 17:21:11 +02:00
%package theme-nkids
Summary: Addtional theme for qgis - nkids
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
%description theme-nkids
Addtional theme for qgis - nkids
2007-07-03 17:21:11 +02:00
%prep
2009-07-30 21:15:53 +02:00
%setup -q -n %{name}-%{version}
2009-12-24 04:29:48 +01:00
%patch100 -p1 -b .sip49
%patch0 -p1 -b .sip410
2009-12-24 04:29:48 +01:00
# fix spurious executable bits
%{__chmod} -x \
./src/app/legend/qgslegend.h \
./src/app/legend/qgslegend.cpp \
./src/gui/qgsdetaileditem*.cpp \
./src/gui/qgsdetaileditem*.h
2009-02-18 23:09:04 +01:00
# remove duplicate translations
/usr/bin/lupdate-qt4 -no-obsolete -ts i18n/*.ts
2007-07-03 17:21:11 +02:00
%build
for dir in %{_libdir}/grass-*/ ; do
GRASS_PREFIX=$dir
done
%cmake \
-D QGIS_MANUAL_SUBDIR=share/man \
-D QGIS_LIB_SUBDIR=%{_lib} \
-D QGIS_PLUGIN_SUBDIR=%{_lib}/qgis \
-D BINDINGS_GLOBAL_INSTALL:BOOL=ON \
2007-07-03 17:21:11 +02:00
-D GRASS_PREFIX=$GRASS_PREFIX \
-D GDAL_INCLUDE_DIR=%{_includedir}/gdal \
-D GDAL_LIBRARY=%{_libdir}/libgdal.so \
.
2009-12-24 04:29:48 +01:00
make %{?_smp_mflags}
2007-07-03 17:21:11 +02:00
2007-07-03 17:21:11 +02:00
%install
%{__rm} -rf %{buildroot}
2009-12-24 04:29:48 +01:00
make install DESTDIR=%{buildroot}
# remove rpath from files
chrpath --delete \
%{buildroot}%{_bindir}/%{name} \
%{buildroot}%{python_sitearch}/%{name}/*.so
# add executable perms to python libs so they get striped
%{__chmod} +x %{buildroot}%{python_sitearch}/%{name}/*.so
2007-07-03 17:21:11 +02:00
# remove files packaged by doc
%{__rm} -f %{buildroot}%{_datadir}/doc/AUTHORS \
%{buildroot}%{_datadir}/doc/SPONSORS
2007-07-03 17:21:11 +02:00
# install desktop file
%{__install} -d %{buildroot}%{_datadir}/pixmaps
2007-07-03 17:21:11 +02:00
%{__install} -m0644 \
%{buildroot}%{_datadir}/%{name}/images/icons/qgis-icon.png \
%{buildroot}%{_datadir}/pixmaps/%{name}.png
2007-07-03 17:21:11 +02:00
desktop-file-install --vendor="fedora" \
--dir=%{buildroot}%{_datadir}/applications \
%{SOURCE1}
2007-07-03 17:21:11 +02:00
%clean
%{__rm} -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post grass -p /sbin/ldconfig
%postun grass -p /sbin/ldconfig
%post python -p /sbin/ldconfig
%postun python -p /sbin/ldconfig
2007-07-03 17:21:11 +02:00
%files
%defattr(-, root, root, -)
%doc AUTHORS BUGS COPYING ChangeLog README SPONSORS CONTRIBUTORS
2007-07-03 17:21:11 +02:00
%{_bindir}/%{name}
%{_bindir}/%{name}_help
%{_libdir}/lib%{name}_*.so.*
2007-07-03 17:21:11 +02:00
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libcoordinatecaptureplugin.so
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libcopyrightlabelplugin.so
%{_libdir}/%{name}/libdelimitedtextplugin.so
%{_libdir}/%{name}/libdelimitedtextprovider.so
%{_libdir}/%{name}/libdxf2shpconverterplugin.so
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libgeorefplugin.so
%{_libdir}/%{name}/libgpsimporterplugin.so
%{_libdir}/%{name}/libgpxprovider.so
%{_libdir}/%{name}/libgridmakerplugin.so
%{_libdir}/%{name}/libinterpolationplugin.so
%{_libdir}/%{name}/libmemoryprovider.so
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libnortharrowplugin.so
%{_libdir}/%{name}/libogrconverterplugin.so
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libogrprovider.so
%{_libdir}/%{name}/libpostgresprovider.so
%{_libdir}/%{name}/libquickprintplugin.so
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libscalebarplugin.so
%{_libdir}/%{name}/libspitplugin.so
%{_libdir}/%{name}/libwfsplugin.so
%{_libdir}/%{name}/libwfsprovider.so
%{_libdir}/%{name}/libwmsprovider.so
%{_datadir}/%{name}/doc
2007-07-03 17:21:11 +02:00
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/fedora-%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/i18n
%{_datadir}/%{name}/images
%{_datadir}/%{name}/resources
%{_datadir}/%{name}/svg
%dir %{_datadir}/%{name}/themes
%dir %{_datadir}/%{name}/themes/default
%{_datadir}/%{name}/themes/default/*.png
%{_mandir}/man1/*
%files devel
%defattr(-, root, root, -)
%{_includedir}/%{name}
%{_libdir}/lib%{name}_*.so
%{_libdir}/libqgisgrass.so
2007-07-03 17:21:11 +02:00
%files grass
%defattr(-, root, root, -)
%{_libdir}/libqgisgrass.so.*
2007-07-03 17:21:11 +02:00
%{_libdir}/%{name}/libgrass*.so
%{_datadir}/%{name}/grass
%{_datadir}/%{name}/themes/default/grass
%files python
%defattr(-, root, root, -)
%{_libdir}/libqgispython.so.*
%{_libdir}/libqgispython.so
%{_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
2007-07-03 17:21:11 +02:00
%changelog
* Fri Feb 05 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.0.2-6
- fix sip version check so it works with sip 4.10 (#553713)
* Thu Jan 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-5
2010-01-07 23:43:04 +01:00
- rebuild (sip)
2009-12-24 04:29:48 +01:00
* Wed Dec 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-4
- qgis rebuild for sip-4.9.x (#538119)
2009-12-04 19:36:51 +01:00
* Fri Dec 04 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.0.2-3
- Rebuild for new Geos.
* Tue Nov 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-2
- -python: Requires: sip-api(%%_sip_api_major) >= %%_sip_api (#538119)
2009-12-24 04:29:48 +01:00
* Thu Oct 22 2009 Alex Lancaster <alexlan[AT] fedoraproject org> - 1.0.2-1.1
- Rebuilt to fix python problem (#518121)
* Thu Jul 30 2009 Douglas E. Warner <silfreed@silfreed.net> 1.0.2-1
- updating for 1.0.2
- moving libqgispython.so to python subpackage for bug#507381
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-18 23:09:04 +01:00
* Wed Feb 18 2009 Douglas E. Warner <silfreed@silfreed.net> 1.0.1-1
- updating for 1.0.1
* 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
2008-12-22 19:21:48 +01:00
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-8
- cleaning up patch
2008-12-22 14:28:33 +01:00
* Mon Dec 22 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-7
- bump to add patch
* Thu Dec 18 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-6
- adding patch to fix typedef problems in python build
2008-12-18 18:17:49 +01:00
* Thu Dec 18 2008 Douglas E. Warner <silfreed@silfreed.net> - 0.11.0-5
- Rebuild for Python 2.6
2008-11-29 18:21:03 +01:00
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.0-4
- Rebuild for Python 2.6
* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11.0-3
- Rebuild for new geos, fixes broken deps
* Mon Aug 11 2008 Douglas E. Warner <silfreed@silfreed.net> 0.11.0-2
- building against blas and lapack instead of atlas and blas to fix missing
library calls
* Wed Jul 16 2008 Douglas E. Warner <silfreed@silfreed.net> 0.11.0-1
- update to metis 0.11.0
- remove python patch
- enabling python subpackage
- fixed executable perms on new headers/source
- stripping rpath with chrpath
- making python libs executable to get files stripped
* Fri Mar 28 2008 Douglas E. Warner <silfreed@silfreed.net> 0.10.0-2
- added patch to support cmake 2.6
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 0.10.0-1
- upgraded to 0.10.0 release candidate
- removed gcc 4.3 patches
- adding devel package since libraries are now versioned
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 0.9.1-5
- fix build by adding more gcc43 patches
- rebuild against grass63
2008-02-20 01:00:30 +01:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-4
- Autorebuild for GCC 4.3
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-4
- adding gcc43-INT_MAX-qgis-0.9.1.patch
- adding gcc43-duplicate_function_param-qgis-0.9.1.patch
2008-02-18 21:13:11 +01:00
- adding gcc43-memcpy-qgis-0.9.1.patch
- adding gcc43-memcpy-strtod-qgis-0.9.1.patch
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-3
- adding Requires sip, PyQt4 for python bindings support
* Mon Jan 28 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-2
- defining lib path in build
- installing python bindings globally
- adding patch to determine python site packages dir correctly
* Mon Dec 17 2007 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-1
- update to 0.9.1
- removing lib64 and man instal path patches (included upstream)
- enabling python integration
2007-10-05 14:55:57 +02:00
* Fri Oct 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.9.0-2
- enabling build for PPC64 (bug#247152)
* Wed Sep 26 2007 Douglas E. Warner <silfreed@silfreed.net> 0.9.0-1
- update to 0.9.0
- remove settings-include-workdir.patch
- updated man-install-share.patch to man-install-share-0.9.0.patch
- updated lib64-suffix.patch to lib64-suffix-0.9.0.patch
- enabled python to support msexport tool
- added Requires: grass to grass subpackage
2007-08-28 13:14:07 +02:00
* Tue Aug 28 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-13
- bump for expat 2.0 rebuild bug#195888
2007-08-02 20:32:53 +02:00
* Thu Aug 02 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-12
2007-08-02 20:35:40 +02:00
- updated License from GPL to GPLv2+
2007-08-02 20:32:53 +02:00
* Tue Jul 10 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-11
- allowing docs to be installed by qgis so they can be referenced by internal
help system (bug#241403)
- updated lib64 patch (bug#247549) to try to get plugins found on x86_64
* Thu Jul 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-10
- updated lib64 patch for core and grass libraries
2007-07-05 19:56:04 +02:00
* Thu Jul 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-9
- updated lib64 patch
* Thu Jul 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-8
- adding ExcludeArch: ppc64 for bug#247152 (lrelease segfault)
* Thu Jul 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-7
- adding patch for lib64 support through lib_suffix
2007-07-03 17:21:11 +02:00
* Thu Jun 28 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-6
- fixed date of changelog entry for 0.8.1-5 from Wed Jun 27 2007 to
Thu Jun 28 2007
- linking icon to included png instead of packaging it again
* Thu Jun 28 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-5
- adding comment on why grass is required in addition to grass-devel for BR
- fixing typo
* Wed Jun 27 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-4
- adding contributors to doc
- adding desktop file and icon
* Mon Jun 25 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-3
- updating detection of grass libraries to not use RPM call
- disabling building of -devel package due to shared libraries not being
versioned and having no other packages that compile against qgis
(see bug #241403)
- removing chmod of test_export.py due to lack of python requirement
- removing msexport and share/python directory due to removal of python
* Fri Jun 22 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-2
- added BuildRequires: cmake
- updated build to use cmake macro and make verbose
* Mon Jun 19 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-1
- updating version
- removed BuildRequires: python-devel due to lack of PyQt4 bindings
- updated build for use of cmake instead of autotools
- added patch for setting WORKDIR in settings.pro file
- added patch for fixing install path of man pages
- updated library names
* Tue May 29 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-6
- adding BuildRequires bison, flex
* Tue May 29 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-5
- fixing more directory owernship (themes, themes-default)
- fixing qt4 hardcoded lib path
- removing Requires ldconfig
- adding BuildRequires sqlite-devel
- adding patch for supporting python 2.5 in configure script
* Sat May 26 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-4
- moving all BuildRequires to main section
- dropping use of makeinstall macro
- making sure directories are owned by this package
- removing *.a and *.la files
- disabled stripping of libraries and binaries to allow debuginfo package
to be built
- fixing macros in changelog
- removing executable bits on source files
* Wed May 16 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-3
- fixing Requires statements for sub-packages
* Tue May 15 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-2
- added devel dependancy on qgis
- moved qgis-config to devel package
- moving doc directory
- removed zero-length NEWS doc
- added postin/postun ldconfig calls
- split packages up to reduce package size and split out dependancies
grass, theme-nkids
* Mon May 14 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.0-1
- Initial RPM release.