Hrvoje Senjan 2014-09-22 22:11:38 +00:00 committed by Git OBS Bridge
parent 511923b396
commit cd03cecbce

View File

@ -1,5 +1,5 @@
#
# spec file for package kwindowsystem
# spec file for package kwayland
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,25 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define kwayland_server 0
%define kwayland_server 0
Name: kwayland
Version: 5.0.95~git20140923
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: wayland-devel >= 1.3.0
BuildRequires: pkgconfig(wayland-egl)
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
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: wayland-devel >= 1.3.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(wayland-egl)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -56,12 +56,12 @@ KWayland provides a Qt-style Client and Server library wrapper for the Wayland l
%package devel
Summary: KDE Wayland library: Build Environment
Group: Development/Libraries/KDE
Requires: extra-cmake-modules >= 1.2.0
Requires: libKF5WaylandClient5 = %{version}
Requires: pkgconfig(Qt5Gui) >= 5.2.0
%if %kwayland_server
Requires: libKF5WaylandServer5 = %{version}
%endif
Requires: pkgconfig(Qt5Gui) >= 5.2.0
Requires: extra-cmake-modules
%description devel
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.
@ -108,4 +108,3 @@ KWayland provides a Qt-style Client and Server library wrapper for the Wayland l
%{_kf5_includedir}/
%changelog