[GRASS-SVN] r73649 - grass/branches/releasebranch_7_6/rpm
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 6 05:06:19 PST 2018
Author: neteler
Date: 2018-11-06 05:06:19 -0800 (Tue, 06 Nov 2018)
New Revision: 73649
Modified:
grass/branches/releasebranch_7_6/rpm/grass.spec
Log:
Fedora rpm SPEC: fix to include libgrass_*.so files in grass-libs.rpm
Modified: grass/branches/releasebranch_7_6/rpm/grass.spec
===================================================================
--- grass/branches/releasebranch_7_6/rpm/grass.spec 2018-11-06 13:06:03 UTC (rev 73648)
+++ grass/branches/releasebranch_7_6/rpm/grass.spec 2018-11-06 13:06:19 UTC (rev 73649)
@@ -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