2015-12-17 10:17:27 +01:00
|
|
|
#
|
|
|
|
# spec file for package wayland-protocols
|
|
|
|
#
|
2021-05-14 13:19:42 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2015-12-17 10:17:27 +01:00
|
|
|
# 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.
|
|
|
|
|
2018-11-25 12:55:20 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-12-17 10:17:27 +01:00
|
|
|
#
|
|
|
|
|
2016-02-08 13:49:23 +01:00
|
|
|
|
2015-12-17 10:17:27 +01:00
|
|
|
Name: wayland-protocols
|
2021-10-12 12:37:07 +02:00
|
|
|
Version: 1.23
|
2015-12-17 10:17:27 +01:00
|
|
|
Release: 0
|
2021-10-12 12:37:07 +02:00
|
|
|
Summary: Wayland protocols that add functionality not available in the core protocol
|
2016-02-08 13:49:23 +01:00
|
|
|
License: MIT
|
2015-12-17 10:17:27 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2020-03-04 21:21:40 +01:00
|
|
|
URL: https://wayland.freedesktop.org/
|
2018-02-18 12:19:19 +01:00
|
|
|
Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
|
2017-11-10 12:54:10 +01:00
|
|
|
Source3: %{name}.keyring
|
2021-10-12 12:37:07 +02:00
|
|
|
BuildRequires: meson >= 0.54.0
|
2017-11-10 12:54:10 +01:00
|
|
|
BuildRequires: pkgconfig
|
2016-02-19 16:29:55 +01:00
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
2015-12-17 10:17:27 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2021-10-12 12:37:07 +02:00
|
|
|
This package contains Wayland protocols that add functionality not
|
|
|
|
available in the Wayland core protocol. Such protocols either add
|
|
|
|
completely new functionality, or extend the functionality of some other
|
2015-12-17 10:17:27 +01:00
|
|
|
protocol either in Wayland core, or some other protocol in
|
|
|
|
wayland-protocols.
|
|
|
|
|
|
|
|
%package devel
|
2021-10-12 12:37:07 +02:00
|
|
|
Summary: Wayland protocols that add functionality not available in the core protocol
|
2016-02-08 13:49:23 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%description devel
|
2021-10-12 12:37:07 +02:00
|
|
|
This package contains Wayland protocols that add functionality not
|
|
|
|
available in the Wayland core protocol. Such protocols either add
|
|
|
|
completely new functionality, or extend the functionality of some other
|
2015-12-17 10:17:27 +01:00
|
|
|
protocol either in Wayland core, or some other protocol in
|
|
|
|
wayland-protocols.
|
|
|
|
|
|
|
|
%prep
|
2017-12-31 03:00:01 +01:00
|
|
|
%autosetup
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%build
|
2021-10-12 12:37:07 +02:00
|
|
|
%meson -Dtests=false
|
|
|
|
%meson_build
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%install
|
2021-10-12 12:37:07 +02:00
|
|
|
%meson_install
|
2015-12-17 10:17:27 +01:00
|
|
|
|
|
|
|
%files devel
|
2020-03-04 21:21:40 +01:00
|
|
|
%doc README.md GOVERNANCE.md MEMBERS.md
|
2018-11-25 12:55:20 +01:00
|
|
|
%license COPYING
|
2015-12-17 10:17:27 +01:00
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
2016-02-08 13:49:23 +01:00
|
|
|
%changelog
|