Compare commits
No commits in common. "b365b486c6e02888583919a3c4c8204b67307500" and "ace5752b9a288d44f984a8014fb7101948206050" have entirely different histories.
b365b486c6
...
ace5752b9a
BIN
wayland-protocols-1.18.tar.xz
Normal file
BIN
wayland-protocols-1.18.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: wayland-protocols
|
||||
Version: 1.25
|
||||
Version: 1.18
|
||||
Release: 1
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
License: MIT
|
||||
@ -7,63 +7,36 @@ URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: make wayland-devel
|
||||
|
||||
%description
|
||||
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.
|
||||
wayland-protocols contains Wayland protocols that adds functionality
|
||||
not available in the Wayland core protocol.
|
||||
|
||||
%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. 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.
|
||||
wayland-protocols contains Wayland protocols that adds functionality
|
||||
not available in the Wayland core protocol.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%configure
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%doc README
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%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: ^
|
||||
separator: .
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user