|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global framework kwindowsystem
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.12.0
|
|
|
|
|
Version: 5.13.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
|
|
|
|
|
|
|
|
|
@ -17,8 +17,8 @@ URL: http://www.kde.org
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
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-qttools-devel
|
|
|
|
@ -26,7 +26,7 @@ BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
KDE Frameworks Tier 1 integration module that provides classes for managing and
|
|
|
|
@ -65,6 +65,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%files -f kwindowsystem5_qt.lang
|
|
|
|
|
%doc COPYING.LIB README.md
|
|
|
|
|
%{_kf5_libdir}/libKF5WindowSystem.so.*
|
|
|
|
|
%dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms
|
|
|
|
|
%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
|
|
|
|
|
%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/kwindowsystem_version.h
|
|
|
|
@ -75,6 +78,15 @@ make %{?_smp_mflags} -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
|
|
|
|
|
|
|
|
|
|