|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
Name: libkscreen-qt5
|
|
|
|
|
Summary: KDE display configuration library
|
|
|
|
|
Version: 5.5.5
|
|
|
|
|
Version: 5.6.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/projects/kde/workspace/libkscreen
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{base_name}.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
@ -20,9 +20,9 @@ Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: kf5-kwayland-devel >= %{version}
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
@ -52,7 +52,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{base_name}-%{version}
|
|
|
|
|
%autosetup -n %{base_name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -72,7 +72,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_kf5_libexecdir}/kscreen_backend_launcher
|
|
|
|
|
%{_kf5_libdir}/libKF5Screen.so.*
|
|
|
|
|
%{_kf5_plugindir}/kscreen/
|
|
|
|
@ -88,6 +88,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
|
|
|
|
- 5.6.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.5-1
|
|
|
|
|
- Plasma 5.5.5
|
|
|
|
|
|
|
|
|
|