2020-01-11 22:37:30 +08:00
|
|
|
Name: wayland-protocols
|
2020-07-23 16:29:01 +08:00
|
|
|
Version: 1.20
|
2020-01-11 22:37:30 +08:00
|
|
|
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
|
2019-12-14 21:52:04 +08:00
|
|
|
|
2020-01-11 22:37:30 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: make wayland-devel
|
2019-12-14 21:52:04 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
wayland-protocols contains Wayland protocols that adds functionality
|
|
|
|
|
not available in the Wayland core protocol.
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
wayland-protocols contains Wayland protocols that adds functionality
|
|
|
|
|
not available in the Wayland core protocol.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license COPYING
|
2020-07-23 16:29:01 +08:00
|
|
|
%doc README.md
|
2020-01-11 22:37:30 +08:00
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
2019-12-14 21:52:04 +08:00
|
|
|
|
|
|
|
|
%changelog
|
2020-07-23 16:29:01 +08:00
|
|
|
* 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
|