|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
Name: spectacle
|
|
|
|
|
Summary: Screenshot capture utility
|
|
|
|
|
Version: 17.04.3
|
|
|
|
|
Version: 17.08.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -20,6 +20,8 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
@ -33,18 +35,24 @@ BuildRequires: kf5-kio-devel
|
|
|
|
|
BuildRequires: kf5-kxmlgui-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
BuildRequires: libkscreen-qt5-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Screen)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Kipi)
|
|
|
|
|
BuildRequires: kf5-libkipi-devel >= %{majmin_ver}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5DBus)
|
|
|
|
|
BuildRequires: cmake(Qt5PrintSupport)
|
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(xcb-cursor)
|
|
|
|
|
BuildRequires: pkgconfig(xcb-image)
|
|
|
|
|
BuildRequires: pkgconfig(xcb-util)
|
|
|
|
|
BuildRequires: pkgconfig(xcb-xfixes)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake(KDEExperimentalPurpose)
|
|
|
|
|
|
|
|
|
|
# f26+ upgrade path
|
|
|
|
|
%if 0%{?fedora} > 25
|
|
|
|
|
Obsoletes: ksnapshot <= 15.08.3
|
|
|
|
@ -73,7 +81,7 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-html
|
|
|
|
|
%find_lang %{name} --all-name --with-html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -106,6 +114,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.1-1
|
|
|
|
|
- 17.08.1
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.3-1
|
|
|
|
|
- 17.04.3
|
|
|
|
|
|
|
|
|
|