|
|
|
@ -4,9 +4,9 @@
|
|
|
|
|
%global base_name libkscreen
|
|
|
|
|
|
|
|
|
|
Name: libkscreen-qt5
|
|
|
|
|
Version: 5.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE display configuration library
|
|
|
|
|
Version: 5.4.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/projects/kde/workspace/libkscreen
|
|
|
|
@ -27,15 +27,14 @@ Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
@ -54,7 +53,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Provides: kf5-kscreen-devel = %{version}-%{release}
|
|
|
|
|
Provides: kf5-kscreen-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
Obsoletes: kf5-kscreen-devel <= 1:5.2.0
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
@ -65,7 +63,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
|
popd
|
|
|
|
@ -96,6 +94,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
|
|
|
|
|
- .spec cosmetics
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-1
|
|
|
|
|
- 5.4.1
|
|
|
|
|
|
|
|
|
|