52 lines
1.7 KiB
RPMSpec
52 lines
1.7 KiB
RPMSpec
Name: wayland-protocols
|
|
Version: 1.4
|
|
Release: 1mamba
|
|
Summary: Wayland protocols that add functionality not available in the Wayland core protocol
|
|
Group: Development/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://wayland.freedesktop.org
|
|
Source: https://wayland.freedesktop.org/releases/wayland-protocols-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_datadir}/pkgconfig/wayland-protocols.pc
|
|
%dir %{_datadir}/wayland-protocols
|
|
%dir %{_datadir}/wayland-protocols/stable
|
|
%{_datadir}/wayland-protocols/stable/*
|
|
%dir %{_datadir}/wayland-protocols/unstable
|
|
%{_datadir}/wayland-protocols/unstable/*
|
|
%doc COPYING README
|
|
|
|
%changelog
|
|
* Fri May 27 2016 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 22 2016 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
|
- package created using the webbuild interface
|