Accepting request 713765 from home:jengelh:branches:Application:Geo
- Ensure that descriptions are neutral and free of redundancies. - Plugins do not need ldconfig, so remove those scriptlets. OBS-URL: https://build.opensuse.org/request/show/713765 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=254
This commit is contained in:
parent
da74e9525f
commit
c62f8e817d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 6 20:47:20 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Ensure that descriptions are neutral and free of redundancies.
|
||||||
|
- Plugins do not need ldconfig, so remove those scriptlets.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 12:01:31 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
Wed Jul 3 12:01:31 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
26
qgis.spec
26
qgis.spec
@ -20,7 +20,7 @@
|
|||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 3.8.0
|
Version: 3.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: QGIS is a Geographic Information System (GIS)
|
Summary: A Geographic Information System (GIS)
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Graphics/Visualization/Other
|
Group: Productivity/Graphics/Visualization/Other
|
||||||
URL: https://qgis.org/
|
URL: https://qgis.org/
|
||||||
@ -145,7 +145,7 @@ Obsoletes: qgis-master
|
|||||||
Obsoletes: qgis-ltr
|
Obsoletes: qgis-ltr
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Libraries for the QGIS
|
Summary: Development Libraries for QGIS
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: python3-qt5-devel
|
Requires: python3-qt5-devel
|
||||||
Requires: qgis = %{version}
|
Requires: qgis = %{version}
|
||||||
@ -169,18 +169,17 @@ Summary: QGIS sample data
|
|||||||
Group: Productivity/Graphics/Visualization/Other
|
Group: Productivity/Graphics/Visualization/Other
|
||||||
|
|
||||||
%description
|
%description
|
||||||
QGIS is a user friendly Open Source Geographic Information System (GIS)
|
QGIS is a Geographic Information System (GIS). QGIS supports vector,
|
||||||
that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector,
|
raster, OWS and database formats. QGIS can be used to browse and
|
||||||
raster, OWS and database formats. QGIS is licensed under the GNU
|
create map data on the computer. It supports many common spatial data
|
||||||
General Public License. QGIS lets you browse and create map data on your
|
formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to do
|
||||||
computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
|
things like display tracks from a GPS.
|
||||||
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development packages for QGIS including the C header files.
|
Development packages for QGIS, including the C header files.
|
||||||
|
|
||||||
%description sample-data
|
%description sample-data
|
||||||
QGIS sample data with free raster, vector, gps files and a GRASS location from Alaska area.
|
QGIS sample data with raster, vector, gps files and a GRASS location from the Alaska area.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -242,7 +241,7 @@ mv %{buildroot}%{_datadir}/applications/org.qgis.qgis.desktop %{buildroot}%{_dat
|
|||||||
pushd %{buildroot}%{_datadir}/qgis
|
pushd %{buildroot}%{_datadir}/qgis
|
||||||
unzip %{SOURCE3}
|
unzip %{SOURCE3}
|
||||||
mv qgis_sample_data %{sampledir}
|
mv qgis_sample_data %{sampledir}
|
||||||
find %{sampledir} -depth \( -name .tmp -o -name .bash\* -o -name \*~ \) -exec rm -r {} \;
|
find %{sampledir} -depth \( -name .tmp -o -name .bash\* -o -name \*~ \) -exec rm -r {} +
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
@ -274,12 +273,9 @@ popd
|
|||||||
%doc BUGS README.md
|
%doc BUGS README.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/qgis/*
|
%{_includedir}/qgis/
|
||||||
|
|
||||||
%if %{with grass}
|
%if %{with grass}
|
||||||
%post plugin-grass -p /sbin/ldconfig
|
|
||||||
%postun plugin-grass -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files plugin-grass
|
%files plugin-grass
|
||||||
%{_libdir}/qgis/libgrassplugin7.so
|
%{_libdir}/qgis/libgrassplugin7.so
|
||||||
%{_libdir}/qgis/libgrassprovider7.so
|
%{_libdir}/qgis/libgrassprovider7.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user