diff --git a/qgis.changes b/qgis.changes index 18a425a..c43d7a7 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 6 20:47:20 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/qgis.spec b/qgis.spec index 1012402..068f996 100644 --- a/qgis.spec +++ b/qgis.spec @@ -20,7 +20,7 @@ Name: qgis Version: 3.8.0 Release: 0 -Summary: QGIS is a Geographic Information System (GIS) +Summary: A Geographic Information System (GIS) License: GPL-2.0-only Group: Productivity/Graphics/Visualization/Other URL: https://qgis.org/ @@ -145,7 +145,7 @@ Obsoletes: qgis-master Obsoletes: qgis-ltr %package devel -Summary: Development Libraries for the QGIS +Summary: Development Libraries for QGIS Group: Development/Libraries/C and C++ Requires: python3-qt5-devel Requires: qgis = %{version} @@ -169,18 +169,17 @@ Summary: QGIS sample data Group: Productivity/Graphics/Visualization/Other %description -QGIS is a user friendly Open Source Geographic Information System (GIS) -that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, -raster, OWS 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. +QGIS is a Geographic Information System (GIS). QGIS supports vector, +raster, OWS and database formats. QGIS can be used to browse and +create map data on the computer. It supports many common spatial data +formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to do +things like display tracks from a GPS. %description devel -Development packages for QGIS including the C header files. +Development packages for QGIS, including the C header files. %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 %setup -q @@ -242,7 +241,7 @@ mv %{buildroot}%{_datadir}/applications/org.qgis.qgis.desktop %{buildroot}%{_dat pushd %{buildroot}%{_datadir}/qgis unzip %{SOURCE3} 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 %fdupes -s %{buildroot} @@ -274,12 +273,9 @@ popd %doc BUGS README.md %files devel -%{_includedir}/qgis/* +%{_includedir}/qgis/ %if %{with grass} -%post plugin-grass -p /sbin/ldconfig -%postun plugin-grass -p /sbin/ldconfig - %files plugin-grass %{_libdir}/qgis/libgrassplugin7.so %{_libdir}/qgis/libgrassprovider7.so