From 30a17510bdc1a401b8cbd45100ed1297bb2ff952 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Aug 10 2020 21:46:36 +0000 Subject: use new cmake macros --- diff --git a/filelight.spec b/filelight.spec index 545f320..d412b4a 100644 --- a/filelight.spec +++ b/filelight.spec @@ -2,7 +2,7 @@ Name: filelight Summary: Graphical disk usage statistics Epoch: 1 Version: 20.04.3 -Release: 3%{?dist} +Release: 4%{?dist} # KDE e.V. may determine that future GPL versions are accepted License: GPLv2 or GPLv3 @@ -50,16 +50,13 @@ is being used by graphically representing your file system. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd +%cmake_kf5 -make %{?_smp_mflags} -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang %{name} --all-name --with-html @@ -81,6 +78,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d %changelog +* Mon Aug 10 2020 Rex Dieter - 20.04.3-4 +- use new cmake macros + * Sat Aug 01 2020 Fedora Release Engineering - 1:20.04.3-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild