2014-03-06 00:19:04 +01:00
|
|
|
# Shared lib calls exit
|
|
|
|
# https://hub.qgis.org/issues/2854
|
2012-06-30 13:42:14 +02:00
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
# libspatialite is present for PPC and PPC64 in Fedora and EL7, but not in older EL
|
2013-09-24 00:48:15 +02:00
|
|
|
%global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=TRUE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE
|
2014-03-06 00:19:04 +01:00
|
|
|
%if 0%{?rhel} <= 6
|
|
|
|
%ifarch ppc ppc64
|
|
|
|
%global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=FALSE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE
|
2013-09-24 00:48:15 +02:00
|
|
|
%endif
|
2011-06-26 23:42:43 +02:00
|
|
|
%endif
|
|
|
|
|
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
|
2015-01-02 18:44:47 +01:00
|
|
|
Version: 2.6.1
|
|
|
|
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
|
|
|
|
2012-06-30 13:42:14 +02:00
|
|
|
# http://hub.qgis.org/issues/3789
|
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
|
2012-06-30 13:42:14 +02:00
|
|
|
# The used sources were released as a tarball, the below is only for work in progress
|
|
|
|
#git archive --format=tar --prefix=qgis-1.8.0/ master | bzip2 >../qgis-1.8.0.tar.gz
|
2010-07-12 01:32:19 +02:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
# Sample configuration files for QGIS mapserver
|
|
|
|
Source2: %{name}-mapserver-httpd.conf
|
|
|
|
Source4: %{name}-mapserver-README.fedora
|
|
|
|
|
|
|
|
# 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
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
# Fix detection problem for GRASS libraries
|
2014-07-04 10:23:23 +02:00
|
|
|
Patch0: %{name}-2.4.0-grass.patch
|
2012-11-08 00:58:56 +01:00
|
|
|
|
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.
|
2014-03-06 00:19:04 +01:00
|
|
|
#
|
|
|
|
# F20 and up instead allow for loadable sqlite extensions in Python:
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1066708
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: desktop-file-utils
|
2010-07-12 01:32:19 +02:00
|
|
|
BuildRequires: expat-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: fcgi-devel
|
|
|
|
BuildRequires: flex bison
|
2010-07-12 01:32:19 +02:00
|
|
|
BuildRequires: gdal-devel
|
|
|
|
BuildRequires: geos-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: grass-devel
|
2010-07-12 01:32:19 +02:00
|
|
|
BuildRequires: gsl-devel
|
2011-02-27 01:11:47 +01:00
|
|
|
|
2013-09-24 00:48:15 +02:00
|
|
|
%ifarch ppc ppc64
|
2014-03-06 00:19:04 +01:00
|
|
|
%if (0%{?fedora} || 0%{?rhel} > 6)
|
2013-09-24 00:48:15 +02:00
|
|
|
BuildRequires: libspatialite-devel
|
|
|
|
%endif
|
|
|
|
%else
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: libspatialite-devel
|
|
|
|
%endif
|
2011-02-27 01:11:47 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: proj-devel
|
|
|
|
BuildRequires: PyQt4-devel
|
2014-07-04 10:23:23 +02:00
|
|
|
BuildRequires: python2-devel
|
2014-03-06 00:19:04 +01:00
|
|
|
BuildRequires: qextserialport-devel
|
|
|
|
BuildRequires: qscintilla-devel
|
2014-11-13 01:08:31 +01:00
|
|
|
BuildRequires: qscintilla-python-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: qt4-devel
|
2010-07-12 01:32:19 +02:00
|
|
|
BuildRequires: qt4-webkit-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: qwt-devel
|
2011-09-24 23:23:35 +02:00
|
|
|
BuildRequires: qwtpolar-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: sip-devel > 4.7
|
2011-11-16 18:27:59 +01:00
|
|
|
BuildRequires: spatialindex-devel
|
2011-06-26 23:42:43 +02:00
|
|
|
BuildRequires: sqlite-devel
|
2014-03-06 00:19:04 +01:00
|
|
|
|
|
|
|
# Fails to build with QT_MOBILITY
|
|
|
|
#http://hub.qgis.org/issues/7753
|
|
|
|
#BuildRequires: qt-mobility-devel
|
2013-09-24 00:48:15 +02:00
|
|
|
|
|
|
|
# Enable for tests
|
2012-06-30 13:42:14 +02:00
|
|
|
#BuildRequires: xorg-x11-server-Xvfb
|
2010-07-12 01:32:19 +02:00
|
|
|
|
|
|
|
Requires: gpsbabel
|
|
|
|
|
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
|
|
|
%if (0%{?fedora} || 0%{?rhel} > 6)
|
|
|
|
%global __provides_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
|
|
|
%global __requires_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 6
|
|
|
|
%{?filter_setup:
|
|
|
|
%filter_provides_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
|
|
|
%filter_requires_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
|
|
|
%filter_setup
|
|
|
|
}
|
|
|
|
%endif
|
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
|
|
|
|
2010-07-12 01:32:19 +02: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.
|
2014-03-06 00:19:04 +01:00
|
|
|
# This questions the sense of the libs package is questionable
|
|
|
|
|
|
|
|
# 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
|
2014-08-09 13:12:23 +02:00
|
|
|
Requires: grass = 6.4.4
|
2011-06-26 23:42:43 +02: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
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
%package python
|
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}
|
2010-11-11 16:18:04 +01:00
|
|
|
Requires: gdal-python
|
|
|
|
Requires: PyQt4
|
2013-09-24 00:48:15 +02:00
|
|
|
Requires: python-httplib2
|
2014-07-04 10:23:23 +02:00
|
|
|
Requires: python-jinja2
|
|
|
|
Requires: python-matplotlib
|
|
|
|
Requires: python-OWSLib
|
2013-12-25 16:01:28 +01:00
|
|
|
Requires: python-psycopg2
|
2014-07-04 10:23:23 +02:00
|
|
|
Requires: python-pygments
|
|
|
|
Requires: python-six
|
2013-09-24 00:48:15 +02:00
|
|
|
Requires: qscintilla-python
|
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
|
|
|
|
|
|
|
%description python
|
2014-07-04 10:23:23 +02:00
|
|
|
Python integration and plug-ins for QGIS.
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
%package mapserver
|
|
|
|
Summary: FCGI based OGC web map server
|
|
|
|
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
|
|
|
|
|
|
|
|
%description mapserver
|
|
|
|
This FastCGI OGC web map server implements OGC WMS 1.3.0 and 1.1.1.
|
|
|
|
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
|
|
|
|
2011-07-06 00:26:15 +02:00
|
|
|
Please refer to %{name}-mapserver-README.fedora for details!
|
|
|
|
|
2007-07-03 17:21:11 +02:00
|
|
|
%prep
|
2010-11-11 16:18:04 +01:00
|
|
|
%setup -q
|
2012-06-30 13:42:14 +02:00
|
|
|
%patch0 -p1 -b .grass~
|
2014-07-04 10:23:23 +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
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
# Readme file for QGIS mapserver 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
|
2014-11-13 01:08:31 +01:00
|
|
|
rm -rf src/core/spatialite/
|
|
|
|
rm -rf src/core/gps/qwtpolar-{0.1,1.0}/
|
|
|
|
rm -rf src/core/gps/qextserialport/
|
|
|
|
rm -rf src/core/gps/qextserialport/
|
2014-07-04 10:23:23 +02:00
|
|
|
rm -rf "python/ext-libs/!(CMakeLists.txt|tests)"
|
2014-03-06 00:19:04 +01:00
|
|
|
|
2014-11-13 01:08:31 +01:00
|
|
|
rm -rf src/plugins/dxf2shp_converter/
|
|
|
|
sed -i '/dxf2shp_converter/d' src/plugins/CMakeLists.txt
|
|
|
|
|
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
|
|
|
|
2012-06-30 13:42:14 +02:00
|
|
|
# Necessary for the test suite
|
|
|
|
#export LD_LIBRARY_PATH=%{_builddir}%{name}-%{version}/output/%{_lib}
|
2011-09-24 23:23:35 +02:00
|
|
|
|
2013-09-24 00:48:15 +02:00
|
|
|
#Info: TOUCH needs Qt >= 4.5
|
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 \
|
2014-03-06 00:19:04 +01:00
|
|
|
-D MAPSERVER_SKIP_ECW=TRUE \
|
2011-09-24 23:23:35 +02:00
|
|
|
-D GRASS_PREFIX=%{_libdir}/grass \
|
2011-06-26 23:42:43 +02:00
|
|
|
-D WITH_MAPSERVER:BOOL=TRUE \
|
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 \
|
2014-07-04 10:23:23 +02:00
|
|
|
-D WITH_INTERNAL_DATEUTIL:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_HTTPLIB2:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_JINJA2:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_MARKUPSAFE:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_OWSLIB:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_PYGMENTS:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_PYTZ:BOOL=FALSE \
|
2012-11-08 00:58:56 +01:00
|
|
|
-D WITH_INTERNAL_QEXTSERIALPORT:BOOL=FALSE \
|
2014-07-04 10:23:23 +02:00
|
|
|
-D WITH_INTERNAL_QWTPOLAR:BOOL=FALSE \
|
|
|
|
-D WITH_INTERNAL_SIX:BOOL=FALSE \
|
2012-06-30 13:42:14 +02:00
|
|
|
-D WITH_PYSPATIALITE:BOOL=FALSE \
|
2013-09-24 00:48:15 +02:00
|
|
|
-D WITH_TOUCH:BOOL=TRUE \
|
2011-06-26 23:42:43 +02:00
|
|
|
%{configure_with_spatialite} \
|
2010-07-12 01:32:19 +02:00
|
|
|
.
|
2012-06-30 13:42:14 +02:00
|
|
|
#-D WITH_QTMOBILITY:BOOL=TRUE \
|
2014-03-06 00:19:04 +01:00
|
|
|
# Doesn't build, see above!
|
|
|
|
#-D WITH_GLOBE:BOOL=TRUE
|
|
|
|
# Globe requires osgearth, which is still not packaged
|
2012-06-30 13:42:14 +02:00
|
|
|
|
2011-07-06 00:26:15 +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 \
|
2014-03-06 00:19:04 +01:00
|
|
|
%if (0%{?rhel} && 0%{?rhel} < 7)
|
2013-02-23 08:33:56 +01:00
|
|
|
--vendor="fedora" \
|
|
|
|
%endif
|
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
|
|
|
|
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
|
2013-10-19 21:26:17 +02:00
|
|
|
debian/qbrowser.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
|
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/16x16/apps
|
|
|
|
install -pd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
|
|
|
|
install -pd %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes
|
2010-07-12 01:32:19 +02:00
|
|
|
install -pm0644 \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/images/icons/%{name}-icon.png \
|
2013-09-28 00:32:38 +02:00
|
|
|
%{buildroot}%{_datadir}/pixmaps/%{name}-icon.png
|
2011-06-26 23:42:43 +02:00
|
|
|
install -pm0644 \
|
|
|
|
images/icons/%{name}-icon-16x16.png \
|
2013-09-28 00:32:38 +02:00
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}-icon.png
|
2011-06-26 23:42:43 +02:00
|
|
|
install -pm0644 \
|
|
|
|
images/icons/%{name}_icon.svg \
|
2013-09-28 00:32:38 +02:00
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}-icon.svg
|
2011-06-26 23:42:43 +02:00
|
|
|
install -pm0644 \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/images/icons/%{name}-mime-icon.png \
|
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-layer-settings.png
|
|
|
|
install -pm0644 \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/images/icons/%{name}-mime-icon.png \
|
|
|
|
%{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-project.png
|
|
|
|
|
|
|
|
# Install basic QGIS Mapserver configuration for Apache
|
|
|
|
install -pd %{buildroot}%{_sysconfdir}/httpd/conf.d
|
|
|
|
install -pm0644 %{SOURCE2} \
|
|
|
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/qgis-mapserver.conf
|
|
|
|
|
|
|
|
# See qgis-mapserver-README.fedora
|
|
|
|
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
|
|
|
|
rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL
|
2011-06-26 23:42:43 +02:00
|
|
|
|
|
|
|
# Name of locale is wrong
|
2014-03-06 00:19:04 +01:00
|
|
|
#mv %{buildroot}/usr/share/qgis/i18n/qgis_sr_Latn.qm \
|
2013-09-24 00:48:15 +02:00
|
|
|
#%{buildroot}/usr/share/qgis/i18n/qgis_sr@latin.qm
|
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
|
|
|
|
|
|
|
%check
|
|
|
|
# All tests basically run fine, but one fails using mock, while a different one fails when building with rpmbuild alone
|
|
|
|
#export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
|
|
|
#xvfb-run -a -n 1 -s "-screen 0 1280x1024x24 -dpi 96" make Experimental
|
|
|
|
#rm -f %{_bindir}%{name}_bench
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2008-07-21 18:50:14 +02:00
|
|
|
%post python -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun python -p /sbin/ldconfig
|
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
%files -f %{name}.lang
|
2014-07-04 10:23:23 +02:00
|
|
|
%doc BUGS CODING 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/
|
2012-07-04 23:12:29 +02:00
|
|
|
%if 0%{?rhel}
|
2011-11-16 18:27:59 +01:00
|
|
|
%lang(sr@latin) %{_datadir}/%{name}/i18n/%{name}_sr@latin.qm
|
|
|
|
%endif
|
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}/
|
2013-09-24 00:48:15 +02:00
|
|
|
%{_qt4_prefix}/plugins/sqldrivers/libqsqlspatialite.so
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_bindir}/%{name}
|
2012-06-30 13:42:14 +02:00
|
|
|
%{_bindir}/qbrowser
|
2013-09-24 00:48:15 +02:00
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
%{_mandir}/man1/qbrowser.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
|
2013-09-28 00:32:38 +02:00
|
|
|
%{_datadir}/pixmaps/%{name}-icon.png
|
|
|
|
%{_datadir}/icons/hicolor/16x16/apps/%{name}-icon.png
|
2011-06-26 23:42:43 +02:00
|
|
|
%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-project.png
|
|
|
|
%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-layer-settings.png
|
2013-09-28 00:32:38 +02:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}-icon.svg
|
2013-02-23 08:33:56 +01:00
|
|
|
%{_datadir}/applications/*%{name}.desktop
|
2013-09-28 00:32:38 +02:00
|
|
|
%{_datadir}/applications/qbrowser.desktop
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_datadir}/%{name}/images/
|
|
|
|
%{_datadir}/%{name}/resources/
|
|
|
|
%{_datadir}/%{name}/svg/
|
2012-06-30 13:42:14 +02:00
|
|
|
%exclude %{_libdir}/libqgisgrass.so.*
|
2014-03-06 00:19:04 +01:00
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassprovider.so
|
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassrasterprovider.so
|
|
|
|
%exclude %{_libdir}/%{name}/plugins/libgrassplugin.so
|
|
|
|
%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
|
2014-07-04 10:23:23 +02:00
|
|
|
%{?_qt4_plugindir}/designer/libqgis_customwidgets.so*
|
2007-07-03 17:21:11 +02:00
|
|
|
|
|
|
|
%files grass
|
2012-06-30 13:42:14 +02:00
|
|
|
%{_libdir}/lib%{name}grass.so.*
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_libdir}/%{name}/plugins/libgrassprovider.so
|
|
|
|
%{_libdir}/%{name}/plugins/libgrassrasterprovider.so
|
|
|
|
%{_libdir}/%{name}/plugins/libgrassplugin.so
|
|
|
|
%{_libdir}/%{name}/grass/
|
|
|
|
%{_datadir}/%{name}/grass/
|
2007-07-03 17:21:11 +02:00
|
|
|
|
2008-07-21 18:50:14 +02:00
|
|
|
%files python
|
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}/
|
|
|
|
%{python_sitearch}/PyQt4/uic/widget-plugins/
|
2007-12-17 15:41:06 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
%files mapserver
|
|
|
|
%doc src/mapserver/admin.sld src/mapserver/wms_metadata.xml %{name}-mapserver-README.fedora
|
|
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-mapserver.conf
|
2014-03-06 00:19:04 +01:00
|
|
|
%{_libexecdir}/%{name}/
|
|
|
|
|
2011-02-02 18:01:23 +01:00
|
|
|
|
2011-06-26 23:42:43 +02:00
|
|
|
%changelog
|
2015-01-02 18:44:47 +01:00
|
|
|
* Fri Jan 2 2015 Dave Johansen <davejohansen@gmail.com> - 2.6.1-1
|
|
|
|
- Update to 2.6.1
|
|
|
|
|
2014-11-13 01:08:31 +01:00
|
|
|
* Sun Nov 2 2014 Volker Fröhlich <volker27@gmx.at> - 2.6.0-2
|
|
|
|
- Fix the build on ARMv7hl, thanks to Sandro Mani!
|
|
|
|
- Updated the removing of executable permissions from source code files
|
|
|
|
- Add qscintilla-python-devel as BR
|
|
|
|
- Don't build the dxf converter plug-in
|
|
|
|
- Remove the Python directory definitions that were necessary on EL5
|
|
|
|
|
2014-11-02 16:06:18 +01:00
|
|
|
* Sun Nov 2 2014 Volker Fröhlich <volker27@gmx.at> - 2.6.0-1
|
|
|
|
- New upstream release, drop obsolete patch, update the sip patch
|
|
|
|
|
2014-08-18 00:25:18 +02:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-12 18:40:50 +02:00
|
|
|
* Tue Aug 12 2014 Rex Dieter <rdieter@fedoraproject.org> 2.4.0-6
|
|
|
|
- update mime scriptlet
|
|
|
|
|
2014-08-10 14:22:46 +02:00
|
|
|
* Sun Aug 10 2014 Devrim GÜNDÜZ <devrim@gunduz.org> - 2.4.0-5
|
|
|
|
- Rebuild against new grass
|
|
|
|
|
2014-08-09 13:12:23 +02:00
|
|
|
* Sat Aug 9 2014 Volker Fröhlich <volker27@gmx.at> - 2.4.0-4
|
|
|
|
- Rebuild for grass 6.4.4
|
|
|
|
|
2014-07-29 08:04:08 +02:00
|
|
|
* Mon Jul 28 2014 Volker Fröhlich <volker27@gmx.at> - 2.4.0-3
|
|
|
|
- Restore ARM build (Thanks to Sandro Mani for the patch!)
|
|
|
|
|
2014-07-25 14:47:48 +02:00
|
|
|
* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.0-2
|
2014-07-29 08:04:08 +02:00
|
|
|
- rebuild (libspatialite)
|
2014-07-25 14:47:48 +02:00
|
|
|
|
2014-07-04 10:23:23 +02:00
|
|
|
* Sat Jun 28 2014 Volker Fröhlich <volker27@gmx.at> - 2.4.0-1
|
|
|
|
- New upstream release, drop obsolete patches, update remaining
|
|
|
|
- Remove references to "Quantum"
|
|
|
|
- Add CODING and BUGS file
|
|
|
|
- Add necessary direct Python module dependencies
|
|
|
|
|
2014-06-08 03:02:33 +02:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-28 19:48:28 +01:00
|
|
|
* Fri Mar 28 2014 Volker Fröhlich <volker27@gmx.at> - 2.2.0-3
|
|
|
|
- ARM build fix
|
|
|
|
|
2014-03-16 22:17:41 +01:00
|
|
|
* Sun Mar 16 2014 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-2
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2014-03-06 00:19:04 +01:00
|
|
|
* Sat Feb 22 2014 Volker Fröhlich <volker27@gmx.at> - 2.2.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Fix the issue of the license text not being shown in the GUI
|
|
|
|
- Drop EL5 support leftovers
|
|
|
|
- Remove private provides
|
|
|
|
- Remove unnecessary explicit paths for GDAL
|
|
|
|
- Simplify conditionals
|
|
|
|
- Remove custom plugin directory setting
|
|
|
|
- Delete bundled Pyspatialite
|
|
|
|
- Compress changelog file
|
|
|
|
- Simplify documentation labeling
|
|
|
|
|
2014-02-07 12:30:07 +01:00
|
|
|
* Fri Feb 07 2014 Volker Fröhlich <volker27@gmx.at> - 2.0.1-8
|
|
|
|
- Rebuild for minor ABI breakage in spatialindex 1.8.1
|
|
|
|
|
2013-12-25 16:01:28 +01:00
|
|
|
* Wed Dec 25 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-7
|
|
|
|
- Python sub-package must require psycopg2 for the Processing plug-in
|
|
|
|
(BZ #1043683)
|
|
|
|
|
2013-11-08 21:31:47 +01:00
|
|
|
* Fri Nov 08 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-6
|
|
|
|
- Rebuild for new qwt and qwtpolar
|
|
|
|
|
2013-10-19 21:26:17 +02:00
|
|
|
* Sat Oct 19 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-5
|
2013-10-19 21:16:32 +02:00
|
|
|
- Patch QGIS #8507 -- QGIS trunk failed to compile with sip 4.15
|
|
|
|
- Patch QGIS #8601 -- sip: QgsFieldValidator::fixup has versioned and
|
|
|
|
unversioned overloads
|
|
|
|
|
2013-10-16 23:45:25 +02:00
|
|
|
* Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 2.0.1-4
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2013-10-01 19:13:58 +02:00
|
|
|
* Tue Oct 1 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-3
|
|
|
|
- Fix Grass version to make breakage more visible
|
|
|
|
|
2013-09-28 00:32:38 +02:00
|
|
|
* Fri Sep 27 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-2
|
|
|
|
- Remove import path for httplib2 module to use the system version
|
|
|
|
- Use upstream desktop files
|
|
|
|
|
2013-09-27 08:32:10 +02:00
|
|
|
* Wed Sep 25 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-1
|
2013-09-24 00:48:15 +02:00
|
|
|
- New upstream release
|
2013-09-27 08:32:10 +02:00
|
|
|
- Exclude ARM for now, due to build issues
|
2013-09-24 00:48:15 +02:00
|
|
|
|
2013-09-14 14:00:36 +02:00
|
|
|
* Sat Sep 14 2013 Volker Fröhlich <volker27@gmx.at> - 1.8.0-17
|
2013-09-14 13:58:57 +02:00
|
|
|
- Rebuild for grass 6.4.3
|
|
|
|
|
2013-08-27 18:05:31 +02:00
|
|
|
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 1.8.0-16
|
|
|
|
- Rebuild for gdal 1.10.0
|
|
|
|
|
2013-08-04 13:27:10 +02:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-17 20:38:35 +02:00
|
|
|
* Mon Jun 17 2013 Rex Dieter <rdieter@fedoraproject.org> 1.8.0-14
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2013-02-23 08:33:56 +01:00
|
|
|
* Fri Feb 22 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.8.0-13
|
|
|
|
- Remove --vendor from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
|
|
|
|
|
2013-02-14 22:07:27 +01:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-15 09:53:19 +01:00
|
|
|
* Sat Dec 15 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-11
|
|
|
|
- Rebuild for spatialindex soname bump
|
|
|
|
|
2012-12-02 18:10:41 +01:00
|
|
|
* Sun Dec 2 2012 Bruno Wolff III <bruno@wolff.to> - 1.8.0-10
|
|
|
|
- Rebuild for libspatialite soname bump
|
|
|
|
|
2012-11-08 00:58:56 +01:00
|
|
|
* Thu Nov 8 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-9
|
|
|
|
- Build with system version of qextserialport
|
|
|
|
- Update config file to fit httpd 2.4 (BZ#871471)
|
|
|
|
|
2012-10-03 21:34:15 +02:00
|
|
|
* Wed Oct 03 2012 Rex Dieter <rdieter@fedoraproject.org> 1.8.0-8
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2012-08-09 23:58:17 +02:00
|
|
|
* Thu Aug 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-7
|
|
|
|
- Append ppc to ppc64 conditionals
|
|
|
|
|
2012-07-18 22:54:22 +02:00
|
|
|
* Wed Jul 18 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-6
|
|
|
|
- Add patch for QGIS bug #5809
|
|
|
|
|
2012-07-07 14:21:08 +02:00
|
|
|
* Sat Jul 7 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-5
|
|
|
|
- Rebuilt too quick
|
|
|
|
|
2012-07-07 09:36:15 +02:00
|
|
|
* Sat Jul 7 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-4
|
|
|
|
- One more rebuild, due to a broken GDAL
|
|
|
|
|
2012-07-06 11:40:14 +02:00
|
|
|
* Fri Jul 6 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-3
|
|
|
|
- Rebuild for Spatialite 3
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Thu Jul 5 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-2
|
2012-07-04 23:12:29 +02:00
|
|
|
- Correct locale if clause
|
|
|
|
- Apply patch for older versions of SIP
|
|
|
|
|
2012-06-30 13:42:14 +02:00
|
|
|
* Fri Jun 29 2012 Volker Fröhlich <volker27@gmx.at> - 1.8.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Correct provides-filtering as of https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Usage
|
|
|
|
- Drop obsolete spatialindex patch
|
|
|
|
- FSF addresses are now correct
|
|
|
|
- Explicitly set PYSPATIALITE to false
|
|
|
|
- Don't ship the 4 MB changelog
|
|
|
|
- Use wildcard for soname versions
|
|
|
|
|
2012-04-10 20:35:27 +02:00
|
|
|
* Tue Apr 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.4-4
|
2012-06-30 13:42:14 +02:00
|
|
|
- Been to quick with rebuilding, proper spatialindex build wasn't used yet
|
2012-04-10 20:35:27 +02:00
|
|
|
|
2012-04-09 11:52:47 +02:00
|
|
|
* Mon Apr 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.4-3
|
2012-06-30 13:42:14 +02:00
|
|
|
- Apply patch for Spatialindex 1.7's include dir
|
2012-04-09 11:52:47 +02:00
|
|
|
- Rebuild for Spatialindex 1.7.1
|
|
|
|
|
2012-03-24 00:33:13 +01:00
|
|
|
* Fri Mar 23 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.4-2
|
|
|
|
- Rebuild for GRASS 6.4.2
|
|
|
|
|
2012-02-26 11:50:43 +01:00
|
|
|
* Sun Feb 19 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.4-1
|
|
|
|
- Update for new release
|
|
|
|
|
2012-01-14 03:27:38 +01:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-10 22:17:08 +01:00
|
|
|
* 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
|
|
|
|
|
2011-11-16 18:27:59 +01:00
|
|
|
* Tue Nov 15 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.2-1
|
|
|
|
- Updated for new release
|
|
|
|
- No more themes directory
|
|
|
|
- Remove dispensable geo-referencing patch
|
|
|
|
|
|
|
|
* Sun Oct 16 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.1-2
|
|
|
|
- Findlang doesn't recognize sr@latin in Fedora 14 and older
|
|
|
|
- Build with system-wide spatialindex
|
|
|
|
- Remove if structures intended for EPEL package
|
|
|
|
Due to the rapid development in QGIS and the libraries it uses,
|
|
|
|
QGIS will not go to EPEL now; ELGIS provides rebuilds with more
|
|
|
|
current versions: http://elgis.argeo.org/
|
|
|
|
|
2011-09-24 23:23:35 +02:00
|
|
|
* Sat Sep 24 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.1-1
|
|
|
|
- Update for new release
|
|
|
|
- Drop one patch that made it into the release
|
|
|
|
- Correct permissions for two cpp files
|
|
|
|
- Change spelling for changelog file
|
|
|
|
- Findlang seems to find sr@latin now, so don't explicitly list it
|
|
|
|
- Build with Qwtpolar
|
|
|
|
- Remove grass as BR
|
|
|
|
- Add GRASS_PREFIX again
|
|
|
|
Cmake uses the first entry in FindGRASS.cmake,
|
|
|
|
which is not fine for 64 bit systems
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Sun Jul 24 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.0-5
|
2011-07-23 19:04:37 +02:00
|
|
|
- Extend histogram patch, see BZ 725161
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Wed Jul 06 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.0-4
|
2011-07-06 22:46:39 +02:00
|
|
|
- Remove icon path macros, that don't work in EPEL
|
|
|
|
- Avoid creating unnecessary directories there
|
|
|
|
- Be explicit about the shared lib names in the files section
|
|
|
|
- Put libqgispython.so.1.7.0 in Python sub-package
|
|
|
|
- Correct FSF address
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Wed Jul 06 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.0-3
|
2011-07-06 00:26:15 +02:00
|
|
|
- Withdraw immature Lighty configuration
|
|
|
|
- Update README and provide a better sample configuration,
|
|
|
|
that utilizes mod_rewrite
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Sun Jun 26 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.0-2
|
2011-07-06 00:26:15 +02:00
|
|
|
- Add histogram patch
|
|
|
|
- Add scriplets to refresh icon cache
|
|
|
|
- Mention Fedora specific readme file in QGIS mapserver description
|
|
|
|
- Update the aforementioned file and the Apache configuration
|
|
|
|
with rewrite rules
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Sun Jun 26 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.0-1
|
2011-06-26 23:42:43 +02:00
|
|
|
- Update for 1.7
|
|
|
|
- License is now GPLv3+ (Sqlanyconnect)
|
|
|
|
- Add mapserver sub-package and require mod_fcgi
|
|
|
|
- Use upstreams current description text
|
|
|
|
- Drop now needless iconv
|
|
|
|
- Rename new Serbian translations
|
|
|
|
- Install MIME type definitions and icons
|
|
|
|
- Add Readme file and sample configuration for Mapserver
|
|
|
|
- Add patch to avoid segfault when geo-referencing
|
|
|
|
- Add conditional for Spatialite and PPC64
|
|
|
|
- Add conditional for GRASS and EPEL
|
|
|
|
- Delete bundled libspatialite before building
|
|
|
|
- Removed glob from /usr/bin/qgis in files section
|
2010-11-24 13:28:59 +01:00
|
|
|
|
2010-11-11 18:42:11 +01:00
|
|
|
* Thu Nov 11 2010 Volker Fröhlich <volker27@gmx.at> - 1.6.0-2
|
|
|
|
- Disabled smp-flags again
|
|
|
|
|
2010-11-11 16:18:04 +01:00
|
|
|
* Thu Nov 11 2010 Volker Fröhlich <volker27@gmx.at> - 1.6.0-1
|
|
|
|
- Avoid rpaths in the first place
|
|
|
|
- Dropped superfluid QWT and SIP patches
|
|
|
|
- Dropped test section
|
|
|
|
- Added dependency for fcgi-devel
|
|
|
|
- Abbreviated syntax for setup macro
|
|
|
|
- Qt translations are no longer shipped
|
|
|
|
|
2010-09-30 00:12:25 +02:00
|
|
|
* Wed Sep 29 2010 jkeating - 1.5.0-6
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2012-04-10 20:35:27 +02:00
|
|
|
* Mon Sep 13 2010 Volker Fröhlich <volker27@gmx.at> - 1.5.0-5
|
2010-09-13 20:52:00 +02:00
|
|
|
- Added workaround patch for SIP 4.11, see http://trac.osgeo.org/qgis/ticket/2985
|
|
|
|
|
2010-09-09 22:36:55 +02:00
|
|
|
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> 1.5.0-4
|
|
|
|
- rebuild (sip)
|
|
|
|
- BR: qt4-devel
|
2010-07-30 12:30:14 +02:00
|
|
|
|
2012-04-10 20:35:27 +02:00
|
|
|
* Fri Jul 30 2010 Volker Fröhlich <volker27@gmx.at> - 1.5.0-3
|
2010-09-13 20:52:00 +02:00
|
|
|
- Added dependency for gdal-python to fulfill standard plugins' requirements
|
2010-07-30 12:30:14 +02:00
|
|
|
|
2010-07-27 22:01:04 +02:00
|
|
|
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.5.0-2.py27
|
|
|
|
- one more time for python27, with feeling
|
|
|
|
|
2010-07-22 08:11:45 +02:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-17 16:56:52 +02:00
|
|
|
* Sat Jul 17 2010 Volker Fröhlich <volker27@gmx.at> - 1.5.0-1
|
|
|
|
- Updated for 1.5.0
|
|
|
|
- Added support for qwt
|
2010-07-16 18:22:59 +02:00
|
|
|
|
|
|
|
* Wed Jul 14 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-9
|
|
|
|
- Re-added missing dependency of PyQt4 and sip for python sub-package
|
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
* Fri Jul 09 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-8
|
|
|
|
- Further completed qt47 patch
|
|
|
|
|
|
|
|
* Fri Jul 09 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-7
|
|
|
|
- Further completed qt47 patch
|
|
|
|
|
|
|
|
* Fri Jul 09 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-6
|
|
|
|
- Added patch to remove redundant ::QVariant in function-style cast
|
|
|
|
|
|
|
|
* Fri Jul 09 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-5
|
|
|
|
- Removed smp_mflags because of race conditions
|
|
|
|
- Simplified member initializer syntax in qt47 patch
|
|
|
|
|
|
|
|
* Wed Jul 07 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-4
|
|
|
|
- Added preliminary patch for Qt 4.7 -- still won't build for Rawhide because of https://bugzilla.redhat.com/show_bug.cgi?id=587707
|
|
|
|
- Put version variable in filelist for GRASS
|
|
|
|
- Added qt-webkit as build require, removed gettext
|
|
|
|
- Corrected erroneous dependency on GRASS subpackage
|
|
|
|
|
|
|
|
* Thu Jul 01 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-3
|
|
|
|
- Changed license to reflect exception for Qt; packaged exception file
|
|
|
|
- Added find_lang and excluded qt-translations
|
|
|
|
- Added ownership for directory in share
|
|
|
|
- Dropped docdir statement
|
|
|
|
- Changed description for the subpackages python and grass
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Wed Jun 23 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-2
|
2010-11-11 16:18:04 +01:00
|
|
|
- Grouped corresponding entries for description and package macro
|
2010-07-12 01:32:19 +02:00
|
|
|
- Corrected swapped summaries for python- and grass-subpackage
|
|
|
|
- Set theme subpackages as obsolete
|
|
|
|
- Removed nonsensical build-requires statements from subpackages
|
|
|
|
- Dropped redundant definition of GRASS_PREFIX
|
|
|
|
- Removed verbose-option from make
|
|
|
|
- Removed unnecessary chmod-command
|
|
|
|
- Removed nonsensical ldconfig for devel-subpackage
|
|
|
|
- Made the file list more elegant
|
|
|
|
- Removed unnecessary call for chrpath
|
|
|
|
|
|
|
|
* Thu Jun 17 2010 Volker Fröhlich <volker27@gmx.at> - 1.4.0-1
|
|
|
|
- Updated for 1.4.0
|
|
|
|
- Dropped theme packages
|
|
|
|
|
|
|
|
* Wed Feb 10 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.0.2-6
|
|
|
|
- rebuild for sip 4.10
|
2010-02-05 22:43:19 +01:00
|
|
|
- fix sip version check so it works with sip 4.10 (#553713)
|
|
|
|
|
2010-07-12 01:32:19 +02:00
|
|
|
* Wed Jan 13 2010 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.0.2-5
|
|
|
|
- Rebuild against new GEOS.
|
2010-01-07 23:43:04 +01:00
|
|
|
|
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.
|
|
|
|
|
2009-11-17 18:06:58 +01:00
|
|
|
* 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)
|
|
|
|
|
2009-07-30 21:07:08 +02:00
|
|
|
* 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
|
|
|
|
|
2009-02-25 18:29:13 +01:00
|
|
|
* 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
|
|
|
|
|
2008-12-29 15:31:01 +01:00
|
|
|
* 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
|
|
|
|
|
2008-12-18 22:40:02 +01:00
|
|
|
* 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
|
|
|
|
|
2008-10-19 11:40:59 +02:00
|
|
|
* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.11.0-3
|
|
|
|
- Rebuild for new geos, fixes broken deps
|
|
|
|
|
2008-08-12 16:53:31 +02:00
|
|
|
* 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
|
|
|
|
|
2008-07-21 18:50:14 +02:00
|
|
|
* 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
|
2008-06-06 16:32:27 +02:00
|
|
|
|
2008-06-01 23:30:49 +02:00
|
|
|
* 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
|
|
|
|
|
2008-03-28 18:10:46 +01:00
|
|
|
* 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
|
|
|
|
|
2008-02-18 19:23:22 +01:00
|
|
|
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-4
|
|
|
|
- adding gcc43-INT_MAX-qgis-0.9.1.patch
|
2008-02-18 20:46:42 +01:00
|
|
|
- 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
|
2008-02-18 21:54:47 +01:00
|
|
|
- adding gcc43-memcpy-strtod-qgis-0.9.1.patch
|
2008-02-18 19:23:22 +01:00
|
|
|
|
2008-02-18 16:54:43 +01:00
|
|
|
* Mon Feb 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.1-3
|
|
|
|
- adding Requires sip, PyQt4 for python bindings support
|
|
|
|
|
2008-01-29 19:17:39 +01:00
|
|
|
* 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
|
2007-12-17 15:41:06 +01:00
|
|
|
- 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)
|
|
|
|
|
2007-09-27 20:12:24 +02:00
|
|
|
* 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
|
|
|
|
2007-07-10 20:22:34 +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
|
|
|
|
|
2007-07-05 20:20:32 +02:00
|
|
|
* 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
|
|
|
|
|
2007-07-05 19:11:38 +02:00
|
|
|
* Thu Jul 05 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-8
|
|
|
|
- adding ExcludeArch: ppc64 for bug#247152 (lrelease segfault)
|
|
|
|
|
2007-07-05 17:14:21 +02:00
|
|
|
* 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
|
|
|
|
|
2013-08-27 18:10:15 +02:00
|
|
|
* Mon Jun 18 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.1-1
|
2007-07-03 17:21:11 +02:00
|
|
|
- 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.
|
2008-12-29 15:31:01 +01:00
|
|
|
|