wayland-protocols/wayland-protocols.spec
2021-11-26 09:33:44 +08:00

52 lines
1.3 KiB
RPMSpec

Name: wayland-protocols
Version: 1.23
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 gcc-g++ meson wayland-devel
%description
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.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%meson
%meson_build
%install
%meson_install
%files devel
%defattr(-,root,root)
%license COPYING
%doc README.md
%{_datadir}/%{name}/
%{_datadir}/pkgconfig/%{name}.pc
%changelog
* 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