[GRASS-SVN] r73680 - grass/branches/releasebranch_7_6/rpm
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 15 09:25:02 PST 2018
Author: neteler
Date: 2018-11-15 09:25:02 -0800 (Thu, 15 Nov 2018)
New Revision: 73680
Modified:
grass/branches/releasebranch_7_6/rpm/grass.spec
Log:
Fedora grass.spec: automagic byte compilation activated, see https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
Modified: grass/branches/releasebranch_7_6/rpm/grass.spec
===================================================================
--- grass/branches/releasebranch_7_6/rpm/grass.spec 2018-11-15 17:23:45 UTC (rev 73679)
+++ grass/branches/releasebranch_7_6/rpm/grass.spec 2018-11-15 17:25:02 UTC (rev 73680)
@@ -1,3 +1,7 @@
+# This package depends on automagic byte compilation
+# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
+%global _python_bytecompile_extra 1
+
%global shortver 76
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
More information about the grass-commit
mailing list