epel9
Rex Dieter 9 years ago
parent 04c48f6ac3
commit fb98c73e8e

3
.gitignore vendored

@ -1,3 +1,2 @@
/spectacle-15.12.1.tar.xz
/spectacle-15.12.2.tar.xz
/spectacle-15.12.3.tar.xz /spectacle-15.12.3.tar.xz
/spectacle-16.03.80.tar.xz

@ -1 +1 @@
f5335ec21b56fdf0513b46e95d20b260 spectacle-15.12.3.tar.xz 6dd0f03a9f7c813e6203fc7f54607f62 spectacle-16.03.80.tar.xz

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

Loading…
Cancel
Save