|
|
|
@ -3,12 +3,11 @@
|
|
|
|
|
Name: libkscreen-qt5
|
|
|
|
|
Summary: KDE display configuration library
|
|
|
|
|
Version: 5.6.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{base_name}.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
|
%global stable unstable
|
|
|
|
@ -17,12 +16,14 @@ URL: https://quickgit.kde.org/?p=%{base_name}.git
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: kf5-kwayland-devel >= %{version}
|
|
|
|
|
BuildRequires: kf5-kwayland-devel >= %{majmin_ver}
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
@ -74,7 +75,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_kf5_libexecdir}/kscreen_backend_launcher
|
|
|
|
|
%{_kf5_libdir}/libKF5Screen.so.*
|
|
|
|
|
%{_kf5_libdir}/libKF5Screen.so.%{version}
|
|
|
|
|
%{_kf5_libdir}/libKF5Screen.so.7*
|
|
|
|
|
%{_kf5_plugindir}/kscreen/
|
|
|
|
|
%{_datadir}/dbus-1/services/org.kde.kscreen.service
|
|
|
|
|
|
|
|
|
@ -88,6 +90,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Apr 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-2
|
|
|
|
|
- relax BR: kf5-kwayland-devel dep
|
|
|
|
|
- track library soname
|
|
|
|
|
|
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
|
|
|
|
- 5.6.1
|
|
|
|
|
|
|
|
|
|