wayland-protocols/wayland-protocols.spec
Jan Engelhardt 335fbfbfca Accepting request 915524 from home:cgiboudeaux:branches:X11:Wayland
- Update to 1.22
  This release includes a new staging protocol: DRM object leasing.
  Besides that, various test and build system improvements are
  included, as well as a set of clarifications to the
  xdg-activation protocol and other protocols.
  * xdg-shell: Make xdg_surface fail when surface has role
  * xdg-output: fix minor calculation error
  * xdg-activation: correct sequence when X11 client spawns
    Wayland client
  * xdg-activation: rewrite and move description of token forwarding
  * xdg-activation-v1: clarify set_{serial,surface}
  * presentation-time: use enum entry description tags
- Check https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html
  for the full list of changes.

OBS-URL: https://build.opensuse.org/request/show/915524
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=50
2021-09-11 10:14:02 +00:00

68 lines
2.2 KiB
RPMSpec

#
# spec file for package wayland-protocols
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
#
# 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 https://bugs.opensuse.org/
#
Name: wayland-protocols
Version: 1.22
Release: 0
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
Group: Development/Libraries/C and C++
URL: https://wayland.freedesktop.org/
Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
Source3: %{name}.keyring
BuildRequires: pkgconfig
BuildRequires: pkgconfig(wayland-scanner)
BuildArch: noarch
%description
This package contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
%package devel
Summary: Wayland protocols that adds functionality not available in the core protocol
Group: Development/Libraries/C and C++
%description devel
This package contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
%prep
%autosetup
%build
%configure
%install
%make_install
%files devel
%doc README.md GOVERNANCE.md MEMBERS.md
%license COPYING
%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/
%changelog