2012-02-11 16:55:46 +01:00
|
|
|
#
|
|
|
|
# spec file for package wayland
|
|
|
|
#
|
2024-07-03 09:28:53 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2012-02-11 16:55:46 +01: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.
|
|
|
|
|
2022-05-25 11:29:04 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-02-11 16:55:46 +01:00
|
|
|
#
|
2012-11-20 11:29:40 +01:00
|
|
|
|
2023-04-05 09:29:48 +02:00
|
|
|
|
2024-09-17 02:54:51 +02:00
|
|
|
%define _version 1.23.1
|
2018-11-26 11:16:34 +01:00
|
|
|
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
|
2018-11-21 18:58:49 +01:00
|
|
|
%define eglversion 99~%_version
|
2018-11-26 11:16:34 +01:00
|
|
|
%else
|
|
|
|
%define eglversion %_version
|
|
|
|
%endif
|
2012-02-11 16:55:46 +01:00
|
|
|
%define lname libwayland0
|
2022-05-25 11:29:04 +02:00
|
|
|
%bcond_with doc
|
2014-01-21 13:04:42 +01:00
|
|
|
Name: wayland
|
2018-11-21 18:58:49 +01:00
|
|
|
Version: %_version
|
2012-11-20 11:29:40 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Wayland Compositor Infrastructure
|
2015-09-22 17:47:51 +02:00
|
|
|
License: MIT
|
2012-11-20 11:29:40 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-05-25 11:29:04 +02:00
|
|
|
URL: https://wayland.freedesktop.org/
|
2012-02-11 16:55:46 +01:00
|
|
|
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland
|
|
|
|
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/
|
2022-07-01 00:18:00 +02:00
|
|
|
Source: https://gitlab.freedesktop.org/wayland/wayland/-/releases/%version/downloads/wayland-%version.tar.xz
|
|
|
|
Source2: https://gitlab.freedesktop.org/wayland/wayland/-/releases/%version/downloads/wayland-%version.tar.xz.sig
|
2015-06-03 17:49:19 +02:00
|
|
|
Source3: %name.keyring
|
|
|
|
Source4: baselibs.conf
|
2021-11-12 22:34:44 +01:00
|
|
|
BuildRequires: c++_compiler
|
2022-05-25 11:29:04 +02:00
|
|
|
BuildRequires: c_compiler
|
2013-12-24 23:04:47 +01:00
|
|
|
BuildRequires: libxml2-tools
|
2014-01-21 13:04:42 +01:00
|
|
|
BuildRequires: libxslt-tools
|
2021-12-09 19:31:38 +01:00
|
|
|
BuildRequires: meson
|
2022-05-25 11:29:04 +02:00
|
|
|
BuildRequires: pkgconfig
|
2015-02-02 11:32:08 +01:00
|
|
|
BuildRequires: xz
|
2014-01-21 13:04:42 +01:00
|
|
|
BuildRequires: pkgconfig(expat)
|
2012-11-20 11:29:40 +01:00
|
|
|
BuildRequires: pkgconfig(libffi)
|
2016-02-08 13:15:36 +01:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2022-05-25 11:29:04 +02:00
|
|
|
%if %{with doc}
|
2015-06-03 17:41:37 +02:00
|
|
|
BuildRequires: doxygen
|
2015-06-06 21:12:34 +02:00
|
|
|
BuildRequires: graphviz-gnome
|
2015-06-03 17:41:37 +02:00
|
|
|
BuildRequires: xmlto
|
2015-02-04 16:04:55 +01:00
|
|
|
%endif
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well
|
|
|
|
as a C library implementation of that protocol. The compositor can be
|
|
|
|
a standalone display server running on Linux kernel modesetting and
|
|
|
|
evdev input devices, an X application, or a wayland client itself.
|
|
|
|
The clients can be traditional applications, X servers (rootless or
|
|
|
|
fullscreen) or other display servers.
|
|
|
|
|
|
|
|
%package -n libwayland-client0
|
2012-11-20 11:29:40 +01:00
|
|
|
Summary: Wayland core client library
|
|
|
|
Group: System/Libraries
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%description -n libwayland-client0
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well
|
|
|
|
as a C library implementation of that protocol. The compositor can be
|
|
|
|
a standalone display server running on Linux kernel modesetting and
|
|
|
|
evdev input devices, an X application, or a wayland client itself.
|
|
|
|
The clients can be traditional applications, X servers (rootless or
|
|
|
|
fullscreen) or other display servers.
|
|
|
|
|
2012-07-09 02:10:15 +02:00
|
|
|
%package -n libwayland-cursor0
|
2012-11-20 11:29:40 +01:00
|
|
|
Summary: Wayland cursor library
|
|
|
|
Group: System/Libraries
|
2012-07-09 02:10:15 +02:00
|
|
|
|
|
|
|
%description -n libwayland-cursor0
|
|
|
|
The purpose of this library is to be the equivalent of libXcursor in
|
|
|
|
the X world. This library is compatible with X cursor themes and
|
|
|
|
loads them directly into an shm pool making it easy for the clients
|
|
|
|
to get buffer for each cursor image.
|
|
|
|
|
2018-04-09 20:25:23 +02:00
|
|
|
%package -n libwayland-egl1
|
2022-05-25 11:29:04 +02:00
|
|
|
Version: %eglversion
|
2018-04-09 20:25:23 +02:00
|
|
|
Summary: Additional egl functions for wayland
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libwayland-egl1
|
|
|
|
This package provides additional functions for EGL-using programs
|
|
|
|
that run within the Wayland framework. This allows for applications
|
|
|
|
that need not run full-screen and cooperate with a compositor.
|
|
|
|
|
2012-02-11 16:55:46 +01:00
|
|
|
%package -n libwayland-server0
|
2012-11-20 11:29:40 +01:00
|
|
|
Summary: Wayland core server library
|
|
|
|
Group: System/Libraries
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%description -n libwayland-server0
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well
|
|
|
|
as a C library implementation of that protocol. The compositor can be
|
|
|
|
a standalone display server running on Linux kernel modesetting and
|
|
|
|
evdev input devices, an X application, or a wayland client itself.
|
|
|
|
The clients can be traditional applications, X servers (rootless or
|
|
|
|
fullscreen) or other display servers.
|
|
|
|
|
|
|
|
%package devel
|
2012-11-20 11:29:40 +01:00
|
|
|
Summary: Development files for the Wayland Compositor Infrastructure
|
|
|
|
Group: Development/Libraries/C and C++
|
2018-11-21 18:50:38 +01:00
|
|
|
Requires: libwayland-client0 = %_version
|
|
|
|
Requires: libwayland-cursor0 = %_version
|
2018-11-21 18:58:49 +01:00
|
|
|
Requires: libwayland-egl1 = %eglversion
|
2018-11-21 18:50:38 +01:00
|
|
|
Requires: libwayland-server0 = %_version
|
2018-11-20 16:46:49 +01:00
|
|
|
%if 0%{?suse_version} >= 1500
|
2022-03-05 16:22:04 +01:00
|
|
|
# egl1 was once provided by Mesa 17.x.
|
2022-01-10 19:18:20 +01:00
|
|
|
%if (0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400)
|
2018-08-15 11:54:53 +02:00
|
|
|
Provides: libwayland-egl-devel = 18.1.5
|
2022-05-25 11:29:04 +02:00
|
|
|
Obsoletes: libwayland-egl-devel < 18.1.5
|
2018-11-20 16:46:49 +01:00
|
|
|
%else
|
|
|
|
Provides: libwayland-egl-devel = 18.0.2
|
|
|
|
Obsoletes: libwayland-egl-devel < 18.0.2
|
|
|
|
%endif
|
2018-08-15 11:54:53 +02:00
|
|
|
%endif
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well
|
|
|
|
as a C library implementation of that protocol. The compositor can be
|
|
|
|
a standalone display server running on Linux kernel modesetting and
|
|
|
|
evdev input devices, an X application, or a wayland client itself.
|
|
|
|
The clients can be traditional applications, X servers (rootless or
|
|
|
|
fullscreen) or other display servers.
|
|
|
|
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
2015-01-27 22:46:44 +01:00
|
|
|
%package doc
|
|
|
|
Summary: Wayland development documentation
|
|
|
|
Group: Documentation/HTML
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
This subpackage contains the documentation to Wayland.
|
|
|
|
|
2012-02-11 16:55:46 +01:00
|
|
|
%prep
|
2021-11-12 22:34:44 +01:00
|
|
|
%autosetup -p1
|
2018-11-21 18:58:49 +01:00
|
|
|
sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%build
|
2021-10-19 08:52:33 +02:00
|
|
|
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
2021-11-12 22:34:44 +01:00
|
|
|
%meson \
|
|
|
|
--includedir="%_includedir/%name" \
|
2022-05-25 11:29:04 +02:00
|
|
|
%if %{with doc}
|
2015-02-04 16:04:55 +01:00
|
|
|
--docdir="%_defaultdocdir/%name"
|
|
|
|
%else
|
2021-11-12 22:34:44 +01:00
|
|
|
-D documentation=false
|
2015-02-04 16:04:55 +01:00
|
|
|
%endif
|
2021-11-12 22:34:44 +01:00
|
|
|
%meson_build
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%install
|
2021-11-12 22:34:44 +01:00
|
|
|
%meson_install
|
2012-02-11 16:55:46 +01:00
|
|
|
|
2012-12-18 13:57:12 +01:00
|
|
|
%check
|
2021-11-12 22:34:44 +01:00
|
|
|
%meson_test
|
2012-12-18 13:57:12 +01:00
|
|
|
|
2021-11-12 22:34:44 +01:00
|
|
|
%if 0%{?suse_version} >= 1550
|
|
|
|
%ldconfig_scriptlets -n libwayland-client0
|
|
|
|
%ldconfig_scriptlets -n libwayland-cursor0
|
|
|
|
%ldconfig_scriptlets -n libwayland-egl1
|
|
|
|
%ldconfig_scriptlets -n libwayland-server0
|
|
|
|
%else
|
2014-05-21 12:19:43 +02:00
|
|
|
%post -n libwayland-client0 -p /sbin/ldconfig
|
2012-02-11 16:55:46 +01:00
|
|
|
%postun -n libwayland-client0 -p /sbin/ldconfig
|
2014-05-21 12:19:43 +02:00
|
|
|
%post -n libwayland-cursor0 -p /sbin/ldconfig
|
2012-07-09 02:10:15 +02:00
|
|
|
%postun -n libwayland-cursor0 -p /sbin/ldconfig
|
2018-04-09 20:25:23 +02:00
|
|
|
%post -n libwayland-egl1 -p /sbin/ldconfig
|
|
|
|
%postun -n libwayland-egl1 -p /sbin/ldconfig
|
2014-05-21 12:19:43 +02:00
|
|
|
%post -n libwayland-server0 -p /sbin/ldconfig
|
2012-02-11 16:55:46 +01:00
|
|
|
%postun -n libwayland-server0 -p /sbin/ldconfig
|
2021-11-12 22:34:44 +01:00
|
|
|
%endif
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%files -n libwayland-client0
|
2014-01-21 13:04:57 +01:00
|
|
|
%_libdir/libwayland-client.so.0*
|
2022-05-25 11:29:04 +02:00
|
|
|
%license COPYING
|
2012-02-11 16:55:46 +01:00
|
|
|
|
2012-07-09 02:10:15 +02:00
|
|
|
%files -n libwayland-cursor0
|
2014-01-21 13:04:57 +01:00
|
|
|
%_libdir/libwayland-cursor.so.0*
|
2012-07-09 02:10:15 +02:00
|
|
|
|
2018-04-09 20:25:23 +02:00
|
|
|
%files -n libwayland-egl1
|
|
|
|
%_libdir/libwayland-egl.so.1*
|
|
|
|
|
2012-02-11 16:55:46 +01:00
|
|
|
%files -n libwayland-server0
|
2014-01-21 13:04:57 +01:00
|
|
|
%_libdir/libwayland-server.so.0*
|
2012-02-11 16:55:46 +01:00
|
|
|
|
|
|
|
%files devel
|
2014-01-21 13:04:57 +01:00
|
|
|
%_bindir/wayland-scanner
|
2015-01-27 22:46:44 +01:00
|
|
|
%_includedir/%name/
|
2014-01-21 13:04:57 +01:00
|
|
|
%_libdir/libwayland-*.so
|
|
|
|
%_libdir/pkgconfig/wayland-*.pc
|
|
|
|
%_datadir/aclocal/
|
|
|
|
%_datadir/wayland/
|
2015-01-27 22:46:44 +01:00
|
|
|
|
2022-05-25 11:29:04 +02:00
|
|
|
%if %{with doc}
|
2015-02-04 16:04:55 +01:00
|
|
|
%files doc
|
|
|
|
%_mandir/man3/wl*.3*
|
|
|
|
%_docdir/%name/
|
|
|
|
%endif
|
|
|
|
|
2012-02-11 16:55:46 +01:00
|
|
|
%changelog
|