Compare commits
10 Commits
ace5752b9a
...
b365b486c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b365b486c6 | ||
|
|
d938b955f8 | ||
|
|
5cf81a7848 | ||
|
|
0f7eeb47e4 | ||
|
|
c9dbd85637 | ||
|
|
ef10d0b680 | ||
|
|
257e0f2502 | ||
|
|
2a6009845b | ||
|
|
1cc7ca2f59 | ||
|
|
78d5f1b18d |
Binary file not shown.
BIN
wayland-protocols-1.25.tar.xz
Normal file
BIN
wayland-protocols-1.25.tar.xz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: wayland-protocols
|
||||
Version: 1.18
|
||||
Version: 1.25
|
||||
Release: 1
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
License: MIT
|
||||
@ -7,36 +7,63 @@ URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: make 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
|
||||
%configure
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_datadir}/%{name}/
|
||||
%doc README.md
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.25-1
|
||||
- Update to 1.25
|
||||
|
||||
* Sat Mar 26 2022 hanhui <hanhui15@h-partner.com> - 1.24-2
|
||||
- enable testcase
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 1.20-1
|
||||
- Upgrade to 1.20-1
|
||||
|
||||
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
|
||||
- update to 1.18
|
||||
|
||||
|
||||
@ -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