package created using the webbuild interface [release 5.26.1-1mamba;Sat Oct 22 2022]
This commit is contained in:
parent
5bb9b48a50
commit
388a494d40
46
oxygen-sounds.spec
Normal file
46
oxygen-sounds.spec
Normal file
@ -0,0 +1,46 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: oxygen-sounds
|
||||
Version: 5.26.1
|
||||
Release: 1mamba
|
||||
Summary: Oxygen sound theme for KDE Plasma
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/oxygen-sounds-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
Oxygen sound theme for KDE Plasma.
|
||||
|
||||
#% debug_package
|
||||
|
||||
%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)
|
||||
%{_datadir}/sounds/Oxygen-*.ogg
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user