From d0a3a8f2fd14f62bdfef3c5ca8e8653525db015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 24 Oct 2020 15:01:53 +0200 Subject: [PATCH] [RPM] Make spec file compatible with Fedora 33 --- rpm/qgis.spec.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/qgis.spec.template b/rpm/qgis.spec.template index f31fa8d173c..c4b02abbad3 100644 --- a/rpm/qgis.spec.template +++ b/rpm/qgis.spec.template @@ -255,12 +255,12 @@ gzip ChangeLog %{configure_with_sha} \ . -make %{?_smp_mflags} +%cmake_build %install # Necessary for the test suite #export LD_LIBRARY_PATH=%{_builddir}%{name}-%{version}/output/%{_lib} -make install DESTDIR=%{buildroot} +%cmake_install # Install MIME type definitions install -d %{buildroot}%{_datadir}/mime/packages