# # spec file for package kwayland # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # Name: kwayland Version: 5.5.3 Release: 0 Summary: KDE Wayland library License: LGPL-2.1+ Group: Development/Libraries/KDE Url: http://www.kde.org Source: %{name}-%{version}.tar.xz Source1: baselibs.conf # 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 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.4.0 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: libQt5Gui-private-headers-devel >= 5.4.0 # cmake(Qt5Concurrent) is not enabled as it is used for a not installed tool, and only built when BUILD_TESTING=ON #BuildRequires: cmake(Qt5Concurrent) >= 5.4.0 BuildRequires: cmake(Qt5Gui) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 BuildRequires: pkgconfig(egl) %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 BuildRequires: pkgconfig(wayland-client) >= 1.7.0 BuildRequires: pkgconfig(wayland-server) >= 1.7.0 %endif Provides: libKF5WaylandClient5 = %{version} Obsoletes: libKF5WaylandClient5 <= %{version} Provides: libKF5WaylandServer5 = %{version} Obsoletes: libKF5WaylandServer5 <= %{version} %requires_eq libQt5Gui5 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 Requires: %{name} = %{version} Requires: extra-cmake-modules >= 1.2.0 Requires: cmake(Qt5Gui) >= 5.4.0 %description devel KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries. %prep %setup -q %if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse} %patch0 -p1 %endif %build %cmake_kf5 -d build %make_jobs %install %kf5_makeinstall -C build %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING* %config %{_kf5_configdir}/org_kde_kwayland.categories %{_kf5_libdir}/libKF5WaylandClient.so.* %{_kf5_libdir}/libKF5WaylandServer.so.* %files devel %defattr(-,root,root) %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_includedir}/ %{_kf5_mkspecsdir}/qt_KWaylandClient.pri %{_kf5_mkspecsdir}/qt_KWaylandServer.pri %changelog