epel9
Rex Dieter 8 years ago
parent f756d47aa2
commit db115f2740

13
.gitignore vendored

@ -1,12 +1 @@
/spectacle-16.04.1.tar.xz
/spectacle-16.04.2.tar.xz
/spectacle-16.04.3.tar.xz
/spectacle-16.07.80.tar.xz
/spectacle-16.07.90.tar.xz
/spectacle-16.08.0.tar.xz
/spectacle-16.08.1.tar.xz
/spectacle-16.08.2.tar.xz
/spectacle-16.08.3.tar.xz
/spectacle-16.12.1.tar.xz
/spectacle-16.12.2.tar.xz
/spectacle-16.12.3.tar.xz
/spectacle-17.04.0.tar.xz

@ -1 +1 @@
SHA512 (spectacle-16.12.3.tar.xz) = 6f27f14e28bf1cfc2e6cf7e1fd11784163c8ce6ec63bded583c9b86a549891b8de806e7874cea756ea7616d0ac650695038e85282a2bc9fe32568be19c8cbb99
SHA512 (spectacle-17.04.0.tar.xz) = 144b396940050fdb6e1faf6f4202c6a1ee83996d1187024c225368c3b77cef03690acdd40a0c9db96e37271e9198279da37eb9b13d9242d77c274aad87cbdd8c

@ -1,7 +1,7 @@
Name: spectacle
Summary: Screenshot capture utility
Version: 16.12.3
Version: 17.04.0
Release: 1%{?dist}
License: GPLv2
@ -50,6 +50,9 @@ BuildRequires: pkgconfig(xcb-xfixes)
Obsoletes: ksnapshot <= 15.08.3
%endif
# translations moved here
Conflicts: kde-l10n < 17.03
%description
%{summary}.
@ -70,6 +73,8 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --with-html
%check
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.kde.spectacle.appdata.xml ||:
@ -88,20 +93,22 @@ touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
fi
%files
%files -f %{name}.lang
%license COPYING
%{_kf5_bindir}/spectacle
%{_kf5_datadir}/appdata/org.kde.spectacle.appdata.xml
%{_kf5_datadir}/applications/org.kde.spectacle.desktop
%{_kf5_datadir}/dbus-1/interfaces/org.kde.Spectacle.xml
%{_kf5_datadir}/dbus-1/services/org.kde.Spectacle.service
%lang(en) %{_kf5_docdir}/HTML/en/spectacle/
%{_kf5_datadir}/icons/hicolor/*/apps/spectacle.*
%{_kf5_datadir}/khotkeys/spectacle.khotkeys
%{_kf5_datadir}/knotifications5/spectacle.notifyrc
%changelog
* Fri May 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.0-1
- 17.04.0
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
- 16.12.3

Loading…
Cancel
Save