From 66c28617297e15705cb379684739cef53faaad1b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:18:56 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.0-1mamba;Thu Jun 11 2020] --- README.md | 2 ++ plasma-wayland-protocols.spec | 48 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 plasma-wayland-protocols.spec diff --git a/README.md b/README.md index a1ed2fa..648d360 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # plasma-wayland-protocols +KDE Plasma-specific protocols for Wayland. + diff --git a/plasma-wayland-protocols.spec b/plasma-wayland-protocols.spec new file mode 100644 index 0000000..7f3f6b8 --- /dev/null +++ b/plasma-wayland-protocols.spec @@ -0,0 +1,48 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: plasma-wayland-protocols +Version: 1.0 +Release: 1mamba +Summary: KDE Plasma-specific protocols for Wayland +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma-wayland-protocols/%{version}/plasma-wayland-protocols-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Plasma-specific protocols for Wayland. + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/plasma-wayland-protocols +%{_datadir}/plasma-wayland-protocols/*.xml +%dir %{_libdir}/cmake/PlasmaWaylandProtocols +%{_libdir}/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocols*.cmake +%doc COPYING.LIB + +%changelog +* Thu Jun 11 2020 Silvan Calarco 1.0-1mamba +- package created using the webbuild interface