diff --git a/spectacle.spec b/spectacle.spec index cfd19c0..f1bf2db 100644 --- a/spectacle.spec +++ b/spectacle.spec @@ -1,7 +1,7 @@ Name: spectacle Summary: Screenshot capture utility Version: 20.04.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 URL: https://www.kde.org/applications/graphics/spectacle/ @@ -77,16 +77,13 @@ Conflicts: kde-l10n < 17.03 %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd +%cmake_kf5 -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang %{name} --all-name --with-html @@ -111,6 +108,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.spectacle %changelog +* Tue Aug 04 2020 Rex Dieter - 20.04.3-4 +- use cmake macros + * Sat Aug 01 2020 Fedora Release Engineering - 20.04.3-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild