plasma-workspace-wallpapers/plasma-workspace-wallpapers.spec

128 lines
4.2 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
Name: plasma-workspace-wallpapers
Version: 5.13.5
Release: 1mamba
Summary: KDE Plasma 5 workspace wallpapers
Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/plasma-workspace-wallpapers-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{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 5 workspace wallpapers.
%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)
%dir %{_datadir}/wallpapers/Autumn
%{_datadir}/wallpapers/Autumn/*
%dir %{_datadir}/wallpapers/BytheWater
%{_datadir}/wallpapers/BytheWater/*
%dir %{_datadir}/wallpapers/ColdRipple
%{_datadir}/wallpapers/ColdRipple/*
%dir %{_datadir}/wallpapers/ColorfulCups
%{_datadir}/wallpapers/ColorfulCups/*
%dir %{_datadir}/wallpapers/DarkestHour
%{_datadir}/wallpapers/DarkestHour/*
%dir %{_datadir}/wallpapers/EveningGlow
%{_datadir}/wallpapers/EveningGlow/*
%dir %{_datadir}/wallpapers/FallenLeaf
%{_datadir}/wallpapers/FallenLeaf/*
%dir %{_datadir}/wallpapers/FlyingKonqui
%{_datadir}/wallpapers/FlyingKonqui/*
%dir %{_datadir}/wallpapers/Grey
%{_datadir}/wallpapers/Grey/*
%dir %{_datadir}/wallpapers/Kite
%{_datadir}/wallpapers/Kite/*
%dir %{_datadir}/wallpapers/OneStandsOut
%{_datadir}/wallpapers/OneStandsOut/*
%dir %{_datadir}/wallpapers/PastelHills
%{_datadir}/wallpapers/PastelHills/*
%dir %{_datadir}/wallpapers/Path
%{_datadir}/wallpapers/Path/*
%doc AUTHORS COPYING
%changelog
* Tue Sep 04 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
- automatic version update by autodist
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
- automatic version update by autodist
* Wed Jul 11 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
- automatic version update by autodist
* Tue Jun 26 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
- automatic version update by autodist
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
- automatic version update by autodist
* Sat Jun 16 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
- automatic version update by autodist
* Wed May 02 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
- automatic version update by autodist
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
- automatic version update by autodist
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
- automatic version update by autodist
* Wed Feb 21 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
- automatic version update by autodist
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
- automatic version update by autodist
* Thu Feb 08 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
- automatic version update by autodist
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
- automatic version update by autodist
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
- automatic version update by autodist
* Wed Nov 08 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
- automatic version update by autodist
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
- automatic version update by autodist
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
- automatic version update by autodist
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
- automatic version update by autodist
* Fri Oct 06 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.5-1mamba
- package created using the webbuild interface