We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents aae7a32 + 1af0f4c commit ae53f26Copy full SHA for ae53f26
rpm/qgis.spec.template
@@ -12,6 +12,12 @@
12
%define builddate %(date '+%a %b %d %Y')
13
%endif
14
15
+%if 0%{?fedora} >= 28
16
+%define grass grass74
17
+%else
18
+%define grass grass72
19
+%endif
20
+
21
Name: qgis
22
Version: %{_version}
23
Release: %{_relver}%{?dist}
@@ -203,7 +209,7 @@ gzip ChangeLog
203
209
-D QGIS_CGIBIN_SUBDIR=%{_libexecdir}/%{name} \
204
210
-D WITH_BINDINGS:BOOL=TRUE \
205
211
-D WITH_GRASS7:BOOL=TRUE \
206
- -D GRASS_PREFIX7=%{_libdir}/grass72 \
212
+ -D GRASS_PREFIX7=%{_libdir}/%{grass} \
207
213
-D WITH_CUSTOM_WIDGETS:BOOL=TRUE \
208
214
-D BINDINGS_GLOBAL_INSTALL:BOOL=TRUE \
215
-D ENABLE_TESTS:BOOL=FALSE \
0 commit comments