update to 5.13.2 [release 5.13.2-1mamba;Sun Jul 08 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 20:59:04 +01:00
parent afe9479433
commit eefa6ae01b

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: breeze-plymouth
Version: 5.13.1
Version: 5.13.2
Release: 1mamba
Summary: KDE Plasma 5 boot splash theme
Group: Graphical Desktop/Look 'n' feel
@ -31,7 +31,10 @@ KDE Plasma 5 boot splash theme.
%setup -q
%build
%cmake_kde5 -d build
%cmake_kde5 -d build \
-DDISTRO_NAME="%_distrib_id" \
-DDISTRO_VERSION="%_distrib_release (%_distrib_codename)"
%make
%install
@ -43,6 +46,17 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%posttrans
if [ $1 -ge 1 ]; then
KVER=`uname -r`
INITRAMFS=/boot/initramfs-$KVER.img
if [ -e /boot/vmlinuz-$KVER ]; then
[ -e $INITRAMFS -a ${_sysconfdir}/dracut.conf -nt $INITRAMFS ] || continue
[ -e /usr/bin/mkinitrd ] && mkinitrd $INITRAMFS $KVER -f -q
fi
fi
:
%files
%defattr(-,root,root)
%{_libdir}/plymouth/breeze-text.so
@ -58,6 +72,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/
%doc COPYING
%changelog
* Sun Jul 08 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.2-1mamba
- update to 5.13.2
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
- automatic version update by autodist