|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global framework knotifications
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.12.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 5.13.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -18,30 +18,26 @@ URL: http://www.kde.org
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
Patch2: 0002-Remove-pretty-much-useless-warning-message.patch
|
|
|
|
|
Patch3: 0003-catch-unknown-notification-entries-nullptr-deref.patch
|
|
|
|
|
# allows knotifications to be tier 2 now
|
|
|
|
|
Patch4: 0004-Remove-KService-and-KIconThemes-usage-from-KNotifica.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
|
BuildRequires: phonon-qt5-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
BuildRequires: qt5-qttools-devel
|
|
|
|
|
BuildRequires: dbusmenu-qt5-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kcodecs-devel
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel >= %{version}
|
|
|
|
|
## removed deps by patch4
|
|
|
|
|
#BuildRequires: kf5-kiconthemes-devel
|
|
|
|
|
#BuildRequires: kf5-kservice-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
KDE Frameworks 5 Tier 3 solution with abstraction for system
|
|
|
|
@ -95,6 +91,15 @@ mkdir -p %{buildroot}/%{_kf5_datadir}/knotifications5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
|
|
|
- KDE Frameworks 5.13
|
|
|
|
|
|
|
|
|
|
* Mon Aug 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-2
|
|
|
|
|
- backport some upstream fixes, particularly...
|
|
|
|
|
- catch unknown notification entries (kde#348414,#1251816)
|
|
|
|
|