2014-09-22 22:09:14 +00:00
|
|
|
#
|
2014-09-22 22:11:38 +00:00
|
|
|
# spec file for package kwayland
|
2014-09-22 22:09:14 +00:00
|
|
|
#
|
2017-01-08 23:44:13 +00:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-09-22 22:09:14 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-01-08 23:44:13 +00:00
|
|
|
%define _tar_path 5.30
|
2014-09-22 22:09:14 +00:00
|
|
|
Name: kwayland
|
2017-01-08 23:44:13 +00:00
|
|
|
Version: 5.30.0
|
2014-09-22 22:09:14 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: KDE Wayland library
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Url: http://www.kde.org
|
2016-05-16 21:04:29 +00:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
2014-09-22 22:09:14 +00:00
|
|
|
Source1: baselibs.conf
|
2015-12-23 17:39:07 +00:00
|
|
|
# PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff alarrosa@suse.de -- Changes the wayland version kwayland depends on
|
|
|
|
Patch0: fix-wayland-1.3-dependency.diff
|
2017-01-08 23:44:13 +00:00
|
|
|
BuildRequires: cmake >= 3.0
|
2016-05-16 21:04:29 +00:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
2014-09-22 22:11:38 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: kf5-filesystem
|
2016-08-07 21:57:38 +00:00
|
|
|
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0
|
2016-11-05 22:12:07 +00:00
|
|
|
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0
|
2016-08-07 21:57:38 +00:00
|
|
|
BuildRequires: cmake(Qt5Gui) >= 5.5.0
|
|
|
|
BuildRequires: cmake(Qt5Test) >= 5.5.0
|
2015-04-10 19:18:17 +00:00
|
|
|
BuildRequires: pkgconfig(egl)
|
2015-12-23 17:39:07 +00:00
|
|
|
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
|
|
|
|
# We have a patched wayland 1.2.1 version in SLE12 with the required features from 1.7.0
|
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.2.1
|
|
|
|
BuildRequires: pkgconfig(wayland-server) >= 1.2.1
|
|
|
|
%else
|
2015-11-29 19:12:20 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.7.0
|
|
|
|
BuildRequires: pkgconfig(wayland-server) >= 1.7.0
|
2015-12-23 17:39:07 +00:00
|
|
|
%endif
|
2015-08-09 08:42:17 +00:00
|
|
|
Provides: libKF5WaylandClient5 = %{version}
|
|
|
|
Obsoletes: libKF5WaylandClient5 <= %{version}
|
|
|
|
Provides: libKF5WaylandServer5 = %{version}
|
|
|
|
Obsoletes: libKF5WaylandServer5 <= %{version}
|
|
|
|
%requires_eq libQt5Gui5
|
2014-09-22 22:09:14 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: KDE Wayland library: Build Environment
|
|
|
|
Group: Development/Libraries/KDE
|
2015-08-09 08:42:17 +00:00
|
|
|
Requires: %{name} = %{version}
|
2014-09-22 22:11:38 +00:00
|
|
|
Requires: extra-cmake-modules >= 1.2.0
|
2016-08-07 21:57:38 +00:00
|
|
|
Requires: cmake(Qt5Gui) >= 5.5.0
|
2014-09-22 22:09:14 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2015-12-23 17:39:07 +00:00
|
|
|
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
|
|
|
|
%patch0 -p1
|
|
|
|
%endif
|
2014-09-22 22:09:14 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
2015-08-09 08:42:17 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2014-09-22 22:09:14 +00:00
|
|
|
|
2015-08-09 08:42:17 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2014-09-22 22:09:14 +00:00
|
|
|
|
2015-08-09 08:42:17 +00:00
|
|
|
%files
|
2014-09-22 22:09:14 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING*
|
2015-08-09 08:42:17 +00:00
|
|
|
%config %{_kf5_configdir}/org_kde_kwayland.categories
|
2014-09-22 22:09:14 +00:00
|
|
|
%{_kf5_libdir}/libKF5WaylandClient.so.*
|
|
|
|
%{_kf5_libdir}/libKF5WaylandServer.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kf5_libdir}/libKF5WaylandClient.so
|
|
|
|
%{_kf5_libdir}/libKF5WaylandServer.so
|
2016-06-06 21:28:11 +00:00
|
|
|
%{_kf5_libdir}/libexec/org-kde-kf5-kwayland-testserver
|
2014-09-22 22:09:14 +00:00
|
|
|
%{_kf5_libdir}/cmake/KF5Wayland/
|
|
|
|
%{_kf5_includedir}/
|
2015-08-09 08:42:17 +00:00
|
|
|
%{_kf5_mkspecsdir}/qt_KWaylandClient.pri
|
|
|
|
%{_kf5_mkspecsdir}/qt_KWaylandServer.pri
|
2014-09-22 22:09:14 +00:00
|
|
|
|
|
|
|
%changelog
|