|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global framework frameworkintegration
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.12.0
|
|
|
|
|
Version: 5.13.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -18,24 +18,24 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra
|
|
|
|
|
|
|
|
|
|
# upstream patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-kconfigwidgets-devel
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
BuildRequires: kf5-kiconthemes-devel
|
|
|
|
|
BuildRequires: kf5-kio-devel
|
|
|
|
|
BuildRequires: kf5-knotifications-devel
|
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel
|
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kconfigwidgets-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kiconthemes-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kio-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-knotifications-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
|
BuildRequires: oxygen-fonts-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXcursor-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
Requires: oxygen-fonts
|
|
|
|
|
|
|
|
|
|
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
|
|
|
|
@ -57,8 +57,8 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: kf5-kiconthemes-devel
|
|
|
|
|
Requires: kf5-kconfigwidgets-devel
|
|
|
|
|
Requires: kf5-kiconthemes-devel >= %{version}
|
|
|
|
|
Requires: kf5-kconfigwidgets-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
@ -105,6 +105,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
* Thu Jul 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-1
|
|
|
|
|
- 5.12.0
|
|
|
|
|
|
|
|
|
|