|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global framework frameworkintegration
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.9.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 5.10.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.kde.org
|
|
|
|
@ -17,7 +17,6 @@ URL: http://www.kde.org
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# upstream patches
|
|
|
|
|
Patch0: frameworkintegration-5.9-fix-native-dialogs.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
@ -102,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
|
|
|
|
|
- KDE Frameworks 5.10.0
|
|
|
|
|
|
|
|
|
|
* Mon Apr 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-2
|
|
|
|
|
- pull upstream patch for native QDialogs
|
|
|
|
|
|
|
|
|
|