43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
|
|
Name: wayland-protocols
|
||
|
|
Version: 1.16
|
||
|
|
Release: 2
|
||
|
|
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
|
||
|
|
|
||
|
|
BuildRequires: wayland-devel make
|
||
|
|
BuildArch: noarch
|
||
|
|
|
||
|
|
%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
|
||
|
|
%configure
|
||
|
|
%make_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%make_install
|
||
|
|
|
||
|
|
%files devel
|
||
|
|
%defattr(-,root,root)
|
||
|
|
%license COPYING
|
||
|
|
%doc README
|
||
|
|
%{_datadir}/wayland-protocols/
|
||
|
|
%{_datadir}/pkgconfig/wayland-protocols.pc
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.16-2
|
||
|
|
- Package init
|