78 lines
2.1 KiB
RPMSpec
78 lines
2.1 KiB
RPMSpec
Name: wayland-protocols
|
|
Version: 1.32
|
|
Release: 1
|
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
|
License: MIT
|
|
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
|
|
|
|
%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.
|
|
|
|
%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.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%files devel
|
|
%license COPYING
|
|
%doc README.md
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
%{_datadir}/%{name}/
|
|
|
|
%changelog
|
|
* Mon Jul 24 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.32-1
|
|
- upgrade version to 1.32
|
|
|
|
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 1.31-1
|
|
- update to upstream version 1.31
|
|
|
|
* 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
|
|
|
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.16-2
|
|
- Package init
|