2012-02-26 11:50:43 +01:00
|
|
|
#TODO: Run test suite (see debian/rules)
|
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
Name: qgis
|
2017-09-28 12:39:04 +02:00
|
|
|
Version: 2.99
|
2017-07-25 09:59:10 +02:00
|
|
|
Release: 1%{?dist}
|
2010-07-12 01:32:19 +02:00
|
|
|
Summary: A user friendly Open Source Geographic Information System
|
2014-03-06 00:19:04 +01:00
|
|
|
Group: Applications/Engineering
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
License: GPLv3+ with exceptions
|
|
|
|
URL: http://www.qgis.org
|
2014-03-06 00:19:04 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
Source0: http://qgis.org/downloads/%{name}-%{version}.tar.bz2
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
# Sample configuration files for QGIS server
|
|
|
|
Source2: %{name}-server-httpd.conf
|
|
|
|
Source4: %{name}-server-README.fedora
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
# MIME definitions
|
2013-09-28 00:32:38 +02:00
|
|
|
# Based on debian/qgis.xml but excluding already defined or proprietary types
|
2011-06-26 23:42:43 +02:00
|
|
|
Source5: %{name}-mime.xml
|
2011-02-27 01:11:47 +01:00
|
|
|
|
2017-09-30 18:36:15 +02:00
|
|
|
# Fix builds on 64-bit machines
|
|
|
|
# https://hub.qgis.org/issues/15602
|
|
|
|
# https://github.com/qgis/QGIS/commit/718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb.patch
|
|
|
|
Patch0: %{name}-lib64.patch
|
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
# Some plug-ins need Pyspatialite (bundled)
|
2011-06-26 23:42:43 +02:00
|
|
|
# The license is not totally clear, see:
|
|
|
|
# http://code.google.com/p/pyspatialite/issues/detail?id=3
|
|
|
|
# It also is sort of a fork of pysqlite, which is not elegant.
|
2011-02-27 01:11:47 +01:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
# Compling stuff
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: clang
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
# Geo stuff
|
|
|
|
BuildRequires: gdal-devel
|
|
|
|
BuildRequires: gdal-python3
|
|
|
|
BuildRequires: geos-devel
|
|
|
|
BuildRequires: gsl-devel
|
|
|
|
BuildRequires: libspatialite-devel
|
|
|
|
BuildRequires: proj-devel
|
|
|
|
BuildRequires: spatialindex-devel
|
|
|
|
|
|
|
|
# Other stuff
|
|
|
|
BuildRequires: gsl-devel
|
|
|
|
BuildRequires: libzip-devel
|
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: fcgi-devel
|
|
|
|
|
|
|
|
# Python stuff
|
|
|
|
BuildRequires: python3-future
|
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
BuildRequires: python3-OWSLib
|
|
|
|
BuildRequires: python3-psycopg2
|
|
|
|
BuildRequires: python3-pygments
|
|
|
|
BuildRequires: python3-PyYAML
|
|
|
|
BuildRequires: python3-qscintilla-devel
|
|
|
|
BuildRequires: python3-qscintilla-qt5
|
|
|
|
BuildRequires: python3-qscintilla-qt5-devel
|
|
|
|
BuildRequires: python3-qt5-devel
|
|
|
|
BuildRequires: sip-devel
|
|
|
|
|
|
|
|
# Qca stuff
|
|
|
|
BuildRequires: qca-qt5-devel
|
|
|
|
BuildRequires: qca-qt5-ossl
|
|
|
|
BuildRequires: qscintilla-qt5-devel
|
|
|
|
|
|
|
|
# Qt5 stuff
|
|
|
|
BuildRequires: qt5-qtlocation-devel
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
BuildRequires: qt5-qttools-static
|
|
|
|
BuildRequires: qt5-qtwebkit-devel
|
|
|
|
BuildRequires: qt5-qtxmlpatterns-devel
|
|
|
|
BuildRequires: qtkeychain-qt5-devel
|
2017-09-30 18:05:48 +02:00
|
|
|
BuildRequires: qextserialport-devel
|
2017-09-28 12:39:04 +02:00
|
|
|
|
|
|
|
# Qwt stuff
|
|
|
|
BuildRequires: qwt-devel
|
|
|
|
BuildRequires: qwt-qt5-devel
|
|
|
|
BuildRequires: qwt-qt5-devel
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2016-03-25 08:58:05 +01:00
|
|
|
Requires: gpsbabel
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
# We don't want to provide private Python extension libs
|
2014-03-06 00:19:04 +01:00
|
|
|
%global __provides_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
2010-11-11 16:18:04 +01:00
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%description
|
2011-06-26 23:42:43 +02:00
|
|
|
Geographic Information System (GIS) manages, analyzes, and displays
|
2014-07-04 10:23:23 +02:00
|
|
|
databases of geographic information. QGIS supports shape file
|
2011-06-26 23:42:43 +02:00
|
|
|
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
|
|
|
|
on-the-fly, map composition, and a number of other features via a plugin
|
|
|
|
interface. QGIS also supports display of various geo-referenced raster and
|
|
|
|
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
|
|
|
|
and USGS ASCII DEM.
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2008-06-01 23:30:49 +02:00
|
|
|
%package devel
|
2014-07-04 10:23:23 +02:00
|
|
|
Summary: Development Libraries for the QGIS
|
2010-07-12 01:32:19 +02:00
|
|
|
Group: Development/Libraries
|
2011-12-10 22:17:08 +01:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-06-01 23:30:49 +02:00
|
|
|
|
|
|
|
%description devel
|
2014-07-04 10:23:23 +02:00
|
|
|
Development packages for QGIS including the C header files.
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2016-03-25 08:58:05 +01:00
|
|
|
%package grass
|
2014-07-04 10:23:23 +02:00
|
|
|
Summary: GRASS Support Libraries for QGIS
|
2010-07-12 01:32:19 +02:00
|
|
|
Group: Applications/Engineering
|
2011-12-10 22:17:08 +01:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-03-06 00:19:04 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
# The plug-in requires more than just the grass-libs.
|
2016-06-06 16:38:07 +02:00
|
|
|
# This questions the sense of the libs package.
|
2016-09-27 09:58:06 +02:00
|
|
|
# WARNING: Rebuild QGIS whenever a new version of GRASS is shipped! Even though
|
|
|
|
# the soname might stay the same, it won't work anymore.
|
|
|
|
#http://hub.qgis.org/issues/5274
|
|
|
|
Requires: grass%{?_isa} = %{grass_version}
|
2016-03-25 08:58:05 +01:00
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%description grass
|
2014-07-04 10:23:23 +02:00
|
|
|
GRASS plugin for QGIS required to interface with the GRASS system.
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
%package -n python3-qgis
|
|
|
|
%{?python_provide:%python_provide python3-qgis}
|
2017-08-19 15:43:37 +02:00
|
|
|
# Remove before F30
|
2017-08-19 22:42:18 +02:00
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
2017-08-19 15:43:37 +02:00
|
|
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-python < %{version}-%{release}
|
2014-07-04 10:23:23 +02:00
|
|
|
Summary: Python integration and plug-ins for QGIS
|
2010-07-12 01:32:19 +02:00
|
|
|
Group: Applications/Engineering
|
2011-12-10 22:17:08 +01:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2017-09-30 14:59:15 +02:00
|
|
|
Requires: gdal-python3
|
|
|
|
Requires: python3-future
|
|
|
|
Requires: python3-jinja2
|
|
|
|
Requires: python3-OWSLib
|
|
|
|
Requires: python3-psycopg2
|
|
|
|
Requires: python3-pygments
|
|
|
|
Requires: python3-PyYAML
|
|
|
|
Requires: python3-qscintilla
|
|
|
|
Requires: python3-qscintilla-qt5
|
|
|
|
Requires: python3-qt5
|
2010-07-16 18:22:59 +02:00
|
|
|
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
2008-07-21 18:50:14 +02:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
%description -n python3-qgis
|
2014-07-04 10:23:23 +02:00
|
|
|
Python integration and plug-ins for QGIS.
|
2011-06-26 23:42:43 +02:00
|
|
|
|
2016-03-25 08:58:05 +01:00
|
|
|
%package server
|
2015-03-09 08:42:47 +01:00
|
|
|
Summary: FCGI-based OGC web map server
|
2011-06-26 23:42:43 +02:00
|
|
|
Group: Applications/Engineering
|
2011-12-10 22:17:08 +01:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-06-26 23:42:43 +02:00
|
|
|
Requires: mod_fcgid
|
2015-03-09 08:42:47 +01:00
|
|
|
Provides: mapserver = %{version}-%{release}
|
|
|
|
Obsoletes: mapserver < 2.8.1-1
|
2011-06-26 23:42:43 +02:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
%description server
|
2016-03-25 08:58:05 +01:00
|
|
|
This FastCGI OGC web map server implements OGC WMS 1.3.0 and 1.1.1.
|
2011-06-26 23:42:43 +02:00
|
|
|
The services are prepared as regular projects in QGIS. They're rendered using
|
|
|
|
the QGIS libraries. The server also supports SLD (Styled Layer Descriptor)
|
|
|
|
for styling. Sample configurations for Httpd and Lighttpd are included.
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
Please refer to %{name}-server-README.fedora for details!
|
2011-07-06 00:26:15 +02:00
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%prep
|
2010-11-11 16:18:04 +01:00
|
|
|
%setup -q
|
2017-09-30 18:36:15 +02:00
|
|
|
%patch0 -p0 -b .lib64
|
2017-08-23 09:15:59 +02:00
|
|
|
|
2014-11-13 01:08:31 +01:00
|
|
|
# Remove executable permissions from source code files
|
|
|
|
find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
# Readme file for QGIS server configuration and Lighttpd example
|
2011-06-26 23:42:43 +02:00
|
|
|
install -pm0644 %{SOURCE4} .
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2011-09-24 23:23:35 +02:00
|
|
|
# Delete bundled libs
|
2017-10-01 14:04:12 +02:00
|
|
|
# Using external QEXTSERIALPORT causes segfaults
|
|
|
|
# rm -rf src/core/gps/qextserialport/
|
2014-11-13 01:08:31 +01:00
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
gzip ChangeLog
|
2013-09-24 00:48:15 +02:00
|
|
|
|
2009-12-24 04:29:48 +01:00
|
|
|
|
2012-06-30 13:42:14 +02:00
|
|
|
%build
|
2011-02-27 01:11:47 +01:00
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
%cmake \
|
2010-11-11 16:18:04 +01:00
|
|
|
%{_cmake_skip_rpath} \
|
2010-07-12 01:32:19 +02:00
|
|
|
-D QGIS_LIB_SUBDIR=%{_lib} \
|
|
|
|
-D QGIS_MANUAL_SUBDIR=/share/man \
|
2011-02-02 18:01:23 +01:00
|
|
|
-D QGIS_CGIBIN_SUBDIR=%{_libexecdir}/%{name} \
|
2010-07-12 01:32:19 +02:00
|
|
|
-D WITH_BINDINGS:BOOL=TRUE \
|
2016-03-17 00:45:03 +01:00
|
|
|
-D WITH_GRASS7:BOOL=TRUE \
|
2017-09-30 17:46:28 +02:00
|
|
|
-D GRASS_PREFIX7=%{_libdir}/grass \
|
2014-07-04 10:23:23 +02:00
|
|
|
-D WITH_CUSTOM_WIDGETS:BOOL=TRUE \
|
2010-07-12 01:32:19 +02:00
|
|
|
-D BINDINGS_GLOBAL_INSTALL:BOOL=TRUE \
|
2011-06-26 23:42:43 +02:00
|
|
|
-D ENABLE_TESTS:BOOL=FALSE \
|
2017-10-01 14:04:12 +02:00
|
|
|
# Using external QEXTSERIALPORT causes segfaults
|
|
|
|
# -D WITH_INTERNAL_QEXTSERIALPORT:BOOL=FALSE \
|
|
|
|
# -D QEXTSERIALPORT_INCLUDE_DIR:STRING=%{_includedir}/QtExtSerialPort \
|
2017-09-30 15:23:08 +02:00
|
|
|
-D WITH_QSPATIALITE:BOOL=TRUE \
|
2017-09-30 17:52:19 +02:00
|
|
|
-D WITH_SERVER:BOOL=TRUE \
|
2010-07-12 01:32:19 +02:00
|
|
|
.
|
2012-06-30 13:42:14 +02:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2011-11-16 18:27:59 +01:00
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%install
|
2012-06-30 13:42:14 +02:00
|
|
|
# Necessary for the test suite
|
|
|
|
#export LD_LIBRARY_PATH=%{_builddir}%{name}-%{version}/output/%{_lib}
|
2009-12-24 04:29:48 +01:00
|
|
|
make install DESTDIR=%{buildroot}
|
2008-07-21 18:50:14 +02:00
|
|
|
|
2013-09-28 00:32:38 +02:00
|
|
|
# Install desktop file without connecting proprietary file types
|
2013-02-23 08:33:56 +01:00
|
|
|
desktop-file-install \
|
|
|
|
--vendor="fedora" \
|
2013-10-19 21:26:17 +02:00
|
|
|
--remove-mime-type="application/x-raster-ecw" \
|
|
|
|
--remove-mime-type="application/x-raster-mrsid" \
|
2011-06-26 23:42:43 +02:00
|
|
|
--dir=%{buildroot}%{_datadir}/applications \
|
2013-09-28 00:32:38 +02:00
|
|
|
debian/qgis.desktop
|
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
# Install MIME type definitions
|
|
|
|
install -d %{buildroot}%{_datadir}/mime/packages
|
|
|
|
install -pm0644 %{SOURCE5} \
|
|
|
|
%{buildroot}%{_datadir}/mime/packages/%{name}.xml
|
|
|
|
|
|
|
|
# Install application and MIME icons
|
2016-03-09 01:35:12 +01:00
|
|
|
for size in 8x8 16x16 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 80x80 96x96 128x128 192x192 256x256 512x512; do
|
|
|
|
install -pd %{buildroot}%{_datadir}/icons/hicolor/$size/apps
|
2017-10-01 14:05:07 +02:00
|
|
|
install -pm0644 debian/icons/%{name}-icon$size.png %{buildroot}%{_datadir}/icons/hicolor/$size/apps/qgis.png
|
2016-03-09 01:35:12 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
for size in 8x8 16x16 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 80x80 96x96 128x128; do
|
|
|
|
install -pd %{buildroot}%{_datadir}/icons/hicolor/$size/mimetypes
|
2017-10-01 14:05:07 +02:00
|
|
|
install -pm0644 debian/icons/qgis-mime-icon$size.png %{buildroot}%{_datadir}/icons/hicolor/$size/mimetypes/qgis-mime.png
|
2016-03-09 01:35:12 +01:00
|
|
|
done
|
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
install -pd %{buildroot}%{_datadir}/pixmaps
|
2011-07-06 22:46:39 +02:00
|
|
|
install -pd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
2016-03-09 01:35:12 +01:00
|
|
|
|
|
|
|
install -pm0644 images/icons/%{name}-icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
|
|
|
install -pm0644 images/icons/%{name}_icon.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
|
2017-10-01 14:05:07 +02:00
|
|
|
install -pm0644 images/icons/%{name}_icon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
|
|
install -pm0644 images/icons/%{name}-mime-icon.png %{buildroot}%{_datadir}/pixmaps/%{name}-mime.png
|
|
|
|
install -pm0644 images/icons/%{name}-mime-icon.svg %{buildroot}%{_datadir}/pixmaps/%{name}-mime.png
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
# Install basic QGIS Mapserver configuration for Apache
|
|
|
|
install -pd %{buildroot}%{_sysconfdir}/httpd/conf.d
|
|
|
|
install -pm0644 %{SOURCE2} \
|
2015-03-09 08:42:47 +01:00
|
|
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/qgis-server.conf
|
2011-06-26 23:42:43 +02:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
# See qgis-server-README.fedora
|
2011-06-26 23:42:43 +02:00
|
|
|
rm -f %{buildroot}%{_libexecdir}/%{name}/wms_metadata.xml
|
|
|
|
rm -f %{buildroot}%{_libexecdir}/%{name}/admin.sld
|
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
# Remove install instructions
|
2017-10-01 14:05:07 +02:00
|
|
|
rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
%find_lang %{name} --with-qt
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2012-06-30 13:42:14 +02:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2011-07-06 00:26:15 +02:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2014-08-12 18:40:50 +02:00
|
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
2011-07-06 00:26:15 +02:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
2014-03-06 00:19:04 +01:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2014-08-12 18:40:50 +02:00
|
|
|
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
|
|
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
2014-03-06 00:19:04 +01:00
|
|
|
fi
|
2011-07-06 00:26:15 +02:00
|
|
|
|
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2014-08-12 18:40:50 +02:00
|
|
|
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
2011-07-06 00:26:15 +02:00
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%post grass -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun grass -p /sbin/ldconfig
|
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
%post -n python3-qgis -p /sbin/ldconfig
|
2008-07-21 18:50:14 +02:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
%postun -n python3-qgis -p /sbin/ldconfig
|
2008-07-21 18:50:14 +02:00
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
%files -f %{name}.lang
|
2016-03-09 01:35:12 +01:00
|
|
|
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
|
2014-03-06 00:19:04 +01:00
|
|
|
# QGIS shows the following files in the GUI, including the license text
|
|
|
|
%doc %{_datadir}/%{name}/doc/
|
2011-06-26 23:42:43 +02:00
|
|
|
%dir %{_datadir}/%{name}/i18n/
|
2015-03-09 08:42:47 +01:00
|
|
|
%lang(zh-Hans) %{_datadir}/%{name}/i18n/%{name}_zh-Hans.qm
|
2016-03-09 01:35:12 +01:00
|
|
|
%lang(zh-Hant) %{_datadir}/%{name}/i18n/%{name}_zh-Hant.qm
|
2015-10-24 14:13:30 +02:00
|
|
|
%{_libdir}/lib%{name}_app.so.*
|
2012-06-30 13:42:14 +02:00
|
|
|
%{_libdir}/lib%{name}_analysis.so.*
|
|
|
|
%{_libdir}/lib%{name}_core.so.*
|
|
|
|
%{_libdir}/lib%{name}_gui.so.*
|
|
|
|
%{_libdir}/lib%{name}_networkanalysis.so.*
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_libdir}/%{name}/
|
2017-09-30 15:09:35 +02:00
|
|
|
%{_qt5_prefix}/plugins/sqldrivers/libqsqlspatialite.so
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_bindir}/%{name}
|
2013-09-24 00:48:15 +02:00
|
|
|
%{_mandir}/man1/%{name}.1*
|
2010-07-12 01:32:19 +02:00
|
|
|
%dir %{_datadir}/%{name}/
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_datadir}/mime/packages/qgis.xml
|
2016-03-09 01:35:12 +01:00
|
|
|
%{_datadir}/pixmaps/
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/*
|
2013-02-23 08:33:56 +01:00
|
|
|
%{_datadir}/applications/*%{name}.desktop
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_datadir}/%{name}/images/
|
|
|
|
%{_datadir}/%{name}/resources/
|
|
|
|
%{_datadir}/%{name}/svg/
|
2015-07-08 08:23:16 +02:00
|
|
|
%exclude %{_libdir}/libqgisgrass*.so.*
|
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassprovider*.so
|
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassrasterprovider*.so
|
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassplugin*.so
|
2014-03-06 00:19:04 +01:00
|
|
|
%exclude %{_libdir}/%{name}/grass/
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2008-06-01 23:30:49 +02:00
|
|
|
%files devel
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_datadir}/%{name}/FindQGIS.cmake
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_includedir}/%{name}/
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_libdir}/lib%{name}*.so
|
2017-09-30 15:09:35 +02:00
|
|
|
%{?_qt5_plugindir}/designer/libqgis_customwidgets.so*
|
2007-07-03 17:21:11 +02:00
|
|
|
|
|
|
|
%files grass
|
2015-07-08 08:23:16 +02:00
|
|
|
%{_libdir}/lib%{name}grass*.so.*
|
|
|
|
%{_libdir}/%{name}/plugins/libgrassprovider*.so
|
|
|
|
%{_libdir}/%{name}/plugins/libgrassrasterprovider*.so
|
|
|
|
%{_libdir}/%{name}/plugins/libgrassplugin*.so
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_libdir}/%{name}/grass/
|
|
|
|
%{_datadir}/%{name}/grass/
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2017-09-28 12:39:04 +02:00
|
|
|
%files -n python3-qgis
|
2012-06-30 13:42:14 +02:00
|
|
|
%{_libdir}/libqgispython.so.*
|
2014-07-04 10:23:23 +02:00
|
|
|
%{_datadir}/%{name}/python/
|
|
|
|
%{python_sitearch}/%{name}/
|
2017-09-28 12:39:04 +02:00
|
|
|
%{python_sitearch}/PyQt/uic/widget-plugins/
|
2016-03-27 15:01:28 +02:00
|
|
|
%exclude %{python_sitearch}/%{name}/server/
|
|
|
|
%exclude %{python_sitearch}/%{name}/_server.so
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2015-03-09 08:42:47 +01:00
|
|
|
%files server
|
|
|
|
%doc src/server/admin.sld src/server/wms_metadata.xml %{name}-server-README.fedora
|
|
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-server.conf
|
2016-03-09 01:35:12 +01:00
|
|
|
%{_libdir}/lib%{name}_server.so.*
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_libexecdir}/%{name}/
|
2016-03-27 15:01:28 +02:00
|
|
|
%{python_sitearch}/%{name}/server/
|
|
|
|
%{python_sitearch}/%{name}/_server.so
|
2014-03-06 00:19:04 +01:00
|
|
|
|
2011-02-02 18:01:23 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
%changelog
|
2017-09-28 12:39:04 +02:00
|
|
|
* Thu Sep 28 2017 Daniele Viganò <daniele@vigano.me> - 2.99-1
|
|
|
|
- Unstable build
|