|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.22.0
|
|
|
|
|
Version: 5.23.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
|
|
|
|
|
|
|
|
|
@ -27,13 +27,15 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
BuildRequires: libwayland-client-devel >= %{wayland_min_version}
|
|
|
|
|
BuildRequires: libwayland-cursor-devel >= %{wayland_min_version}
|
|
|
|
|
BuildRequires: libwayland-server-devel >= %{wayland_min_version}
|
|
|
|
|
BuildRequires: mesa-libwayland-egl-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: wayland-devel >= %{wayland_min_version}
|
|
|
|
|
BuildRequires: qt5-qttools-devel
|
|
|
|
|
|
|
|
|
|
%if 0%{?tests}
|
|
|
|
|
BuildRequires: dbus-x11
|
|
|
|
|
BuildRequires: time
|
|
|
|
@ -42,7 +44,7 @@ BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
@ -50,6 +52,8 @@ Requires: kf5-filesystem
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
@ -103,6 +107,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 07 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.23.0-1
|
|
|
|
|
- KDE Frameworks 5.23.0
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-1
|
|
|
|
|
- kf5-5.22 release, support bootstrap, add %%check
|
|
|
|
|
|
|
|
|
|