From 5f79adb3dd78dd137b8bede52dfdacf977a7220d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 30 Sep 2017 17:46:28 +0200 Subject: [PATCH] Fix GRASS7 prefix --- qgis.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qgis.spec b/qgis.spec index 72ea7fa..1c1881b 100644 --- a/qgis.spec +++ b/qgis.spec @@ -181,7 +181,7 @@ gzip ChangeLog -D QGIS_CGIBIN_SUBDIR=%{_libexecdir}/%{name} \ -D WITH_BINDINGS:BOOL=TRUE \ -D WITH_GRASS7:BOOL=TRUE \ - -D GRASS_PREFIX=%{_libdir}/grass \ + -D GRASS_PREFIX7=%{_libdir}/grass \ -D WITH_CUSTOM_WIDGETS:BOOL=TRUE \ -D BINDINGS_GLOBAL_INSTALL:BOOL=TRUE \ -D ENABLE_TESTS:BOOL=FALSE \ @@ -200,9 +200,7 @@ make install DESTDIR=%{buildroot} # Install desktop file without connecting proprietary file types desktop-file-install \ -%if (0%{?rhel} && 0%{?rhel} < 7) --vendor="fedora" \ -%endif --remove-mime-type="application/x-raster-ecw" \ --remove-mime-type="application/x-raster-mrsid" \ --dir=%{buildroot}%{_datadir}/applications \