update to upstream version 1.24
This commit is contained in:
parent
6b48a28e1c
commit
47ec0a7ba8
Binary file not shown.
BIN
wayland-protocols-1.24.tar.xz
Normal file
BIN
wayland-protocols-1.24.tar.xz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: wayland-protocols
|
||||
Version: 1.23
|
||||
Version: 1.24
|
||||
Release: 1
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
License: MIT
|
||||
@ -7,21 +7,30 @@ URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gcc gcc-g++ meson wayland-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality
|
||||
not available in the Wayland core protocol.
|
||||
wayland-protocols 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
|
||||
|
||||
%description devel
|
||||
wayland-protocols contains Wayland protocols that adds functionality
|
||||
not available in the Wayland core protocol.
|
||||
wayland-protocols 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 -n %{name}-%{version} -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -31,13 +40,15 @@ not available in the Wayland core protocol.
|
||||
%meson_install
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2022 pei-jiankang<peijiankang@kylinos.com> - 1.24-1
|
||||
- update to upstream version 1.24
|
||||
|
||||
* Fri Nov 26 2021 hanhui <hanhui15@huawei.com> - 1.23-1
|
||||
- Upgrade to 1.23
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://cgit.freedesktop.org/wayland/wayland-protocols/
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user