wayland-protocols/wayland-protocols.spec

81 lines
2.2 KiB
RPMSpec
Raw Permalink Normal View History

2020-01-11 22:37:30 +08:00
Name: wayland-protocols
2024-02-06 09:37:18 +00:00
Version: 1.33
2022-04-13 11:59:06 +08:00
Release: 1
2020-01-11 22:37:30 +08:00
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
URL: https://wayland.freedesktop.org/
2024-02-06 09:37:18 +00:00
Source0: https://gitlab.freedesktop.org/wayland/%{name}-%{version}/-/archive/1.33/%{name}-%{version}.tar.bz2
2019-12-14 21:52:04 +08:00
2020-01-11 22:37:30 +08:00
BuildArch: noarch
2022-02-11 15:11:21 +08:00
BuildRequires: gcc
BuildRequires: gcc-g++
BuildRequires: meson
BuildRequires: wayland-devel
2019-12-14 21:52:04 +08:00
%description
2022-02-11 15:11:21 +08:00
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.
2019-12-14 21:52:04 +08:00
%package devel
2020-01-11 22:37:30 +08:00
Summary: Wayland protocols that adds functionality not available in the core protocol
2019-12-14 21:52:04 +08:00
%description devel
2022-02-11 15:11:21 +08:00
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.
2019-12-14 21:52:04 +08:00
%prep
2022-02-11 15:11:21 +08:00
%autosetup
2019-12-14 21:52:04 +08:00
%build
2021-11-26 09:24:05 +08:00
%meson
%meson_build
2019-12-14 21:52:04 +08:00
2022-03-26 10:30:34 +08:00
%check
%meson_test
2019-12-14 21:52:04 +08:00
%install
2021-11-26 09:24:05 +08:00
%meson_install
2019-12-14 21:52:04 +08:00
%files devel
%license COPYING
%doc README.md
2020-01-11 22:37:30 +08:00
%{_datadir}/pkgconfig/%{name}.pc
2022-02-11 15:11:21 +08:00
%{_datadir}/%{name}/
2019-12-14 21:52:04 +08:00
%changelog
2024-02-06 09:37:18 +00:00
* Tue Feb 06 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 1.33-1
- upgrade version to 1.33
2023-07-24 09:58:23 +08:00
* Mon Jul 24 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.32-1
- upgrade version to 1.32
2022-12-13 16:48:43 +08:00
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 1.31-1
- update to upstream version 1.31
2022-04-13 11:59:06 +08:00
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.25-1
- Update to 1.25
2022-03-26 10:30:34 +08:00
* Sat Mar 26 2022 hanhui <hanhui15@h-partner.com> - 1.24-2
- enable testcase
2022-02-11 15:11:21 +08:00
* Fri Feb 11 2022 pei-jiankang<peijiankang@kylinos.com> - 1.24-1
- update to upstream version 1.24
2021-11-26 09:24:05 +08:00
* 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
2020-01-11 22:37:30 +08:00
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
- update to 1.18
2019-12-14 21:52:04 +08:00
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.16-2
- Package init