[GRASS-SVN] r73648 - grass/trunk/rpm

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 6 05:06:03 PST 2018


Author: neteler
Date: 2018-11-06 05:06:03 -0800 (Tue, 06 Nov 2018)
New Revision: 73648

Modified:
   grass/trunk/rpm/grass.spec
Log:
Fedora rpm SPEC: fix to include libgrass_*.so files in grass-libs.rpm

Modified: grass/trunk/rpm/grass.spec
===================================================================
--- grass/trunk/rpm/grass.spec	2018-11-05 13:29:44 UTC (rev 73647)
+++ grass/trunk/rpm/grass.spec	2018-11-06 13:06:03 UTC (rev 73648)
@@ -3,7 +3,7 @@
 
 Name:		grass
 Version:	7.6.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GRASS GIS - Geographic Resources Analysis Support System
 
 %if 0%{?rhel}
@@ -319,7 +319,7 @@
 %files libs
 %license AUTHORS COPYING GPL.TXT CHANGES
 %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
-%{_libdir}/%{name}%{shortver}/lib/*.%{version}.so
+%{_libdir}/%{name}%{shortver}/lib/*.so
 %{_libdir}/%{name}%{shortver}/lib/*.a
 %dir %{_libdir}/%{name}%{shortver}/driver
 %dir %{_libdir}/%{name}%{shortver}/driver/db
@@ -333,11 +333,13 @@
 %{macrosdir}/macros.%{name}
 %{_libdir}/pkgconfig/*
 %dir %{_libdir}/%{name}%{shortver}/lib
-%{_libdir}/%{name}%{shortver}/lib/*[!%{version}].so
 %{_libdir}/%{name}%{shortver}/include
 
 %changelog
-* Sun Oct 28 2018 Markus Neteler <neteler at mundialis.de> - 7.4.2-0
+* Tue Nov 06 2018 Markus Neteler <neteler at mundialis.de> - 7.4.2-2
+- fix to include libgrass_*.so files in grass-libs.rpm
+
+* Sun Oct 28 2018 Markus Neteler <neteler at mundialis.de> - 7.4.2-1
 - new upstream version 7.4.2
 
 * Sun Sep 09 2018 Pavel Raiskup <praiskup at redhat.com> - 7.4.1-8



More information about the grass-commit mailing list