[GRASS-SVN] r72183 - grass/branches/releasebranch_7_4/rpm
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 28 07:50:36 PST 2018
Author: neteler
Date: 2018-01-28 07:50:36 -0800 (Sun, 28 Jan 2018)
New Revision: 72183
Modified:
grass/branches/releasebranch_7_4/rpm/grass.spec
Log:
rpm SPEC: update for mysql-devel/mariadb-connector-c-devel on Fedora27+
Modified: grass/branches/releasebranch_7_4/rpm/grass.spec
===================================================================
--- grass/branches/releasebranch_7_4/rpm/grass.spec 2018-01-28 15:37:48 UTC (rev 72182)
+++ grass/branches/releasebranch_7_4/rpm/grass.spec 2018-01-28 15:50:36 UTC (rev 72183)
@@ -36,7 +36,11 @@
BuildRequires: libXmu-devel
BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libGLU-devel
+%if (0%{?fedora} >= 27)
BuildRequires: mariadb-connector-c-devel openssl-devel
+%else
+BuildRequires: mysql-devel
+%endif
%if (0%{?rhel} > 6 || 0%{?fedora})
BuildRequires: netcdf-devel
%endif
More information about the grass-commit
mailing list