|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
|
|
|
|
|
Name: spectacle
|
|
|
|
|
Summary: Screenshot capture utility
|
|
|
|
|
Version: 15.12.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 16.03.80
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
@ -15,6 +15,8 @@ URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
@ -29,7 +31,7 @@ BuildRequires: kf5-kxmlgui-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
|
BuildRequires: libkscreen-qt5-devel
|
|
|
|
|
BuildRequires: kf5-libkipi-devel
|
|
|
|
|
BuildRequires: kf5-libkipi-devel >= %{majmin_ver}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
@ -87,8 +89,10 @@ fi
|
|
|
|
|
%{_kf5_datadir}/knotifications5/spectacle.notifyrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.03.80-1
|
|
|
|
|
- 16.03.80
|
|
|
|
|
|
|
|
|
|
* Sat Apr 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-2
|
|
|
|
|
- update URL, rebuild (libkscreen-qt5)
|
|
|
|
|
|
|
|
|
|