use cmake macros

epel9
Rex Dieter 5 years ago
parent 6ee6b5a89c
commit 91ce4659cb

@ -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 <rdieter@fedoraproject.org> - 20.04.3-4
- use cmake macros
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.04.3-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save