From a431520add0ef77a7986304b423a97d7de75934c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:12:00 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.2-1mamba;Tue Apr 19 2016] --- README.md | 2 ++ wayland-protocols.spec | 45 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 wayland-protocols.spec diff --git a/README.md b/README.md index 4bba6ef..9d72cee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # wayland-protocols +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. + diff --git a/wayland-protocols.spec b/wayland-protocols.spec new file mode 100644 index 0000000..3bc8344 --- /dev/null +++ b/wayland-protocols.spec @@ -0,0 +1,45 @@ +Name: wayland-protocols +Version: 1.2 +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 +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 +* Tue Apr 19 2016 Silvan Calarco 1.2-1mamba +- package created using the webbuild interface