move all themes to -themes subpackage [release 22.02.122-2mamba;Mon Aug 01 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 10:21:51 +01:00
parent 88cc36a6b8
commit 35577d5371

View File

@ -1,7 +1,7 @@
Name: plymouth Name: plymouth
Epoch: 3 Epoch: 3
Version: 22.02.122 Version: 22.02.122
Release: 1mamba Release: 2mamba
Summary: Provides a graphical boot animation while the boot process happens in the background Summary: Provides a graphical boot animation while the boot process happens in the background
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -109,6 +109,7 @@ This package contains the X11 renderer pluing.
Summary: Plymouth default themes Summary: Plymouth default themes
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: plymouththeme
%description themes %description themes
Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background.
@ -181,8 +182,8 @@ INITRAMFS=/boot/initramfs-$KVER.img
if [ -e /boot/vmlinuz-$KVER ]; then if [ -e /boot/vmlinuz-$KVER ]; then
KERNEL=/boot/vmlinuz-$KVER KERNEL=/boot/vmlinuz-$KVER
[ -e $INITRAMFS -a /sbin/plymouthd -nt $INITRAMFS ] || continue [ -e $INITRAMFS -a /sbin/plymouthd -nt $INITRAMFS ] || continue
[ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue [ -e $KERNEL -a -e /usr/sbin/mkinitrd ] || continue
mkinitrd $INITRAMFS $KVER -f -q mkinitrd $INITRAMFS $KVER -f -H -q
fi fi
: :
@ -229,12 +230,6 @@ fi
#%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop #%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
%{_datadir}/plymouth/plymouthd.defaults %{_datadir}/plymouth/plymouthd.defaults
%dir %{_datadir}/plymouth/themes %dir %{_datadir}/plymouth/themes
%dir %{_datadir}/plymouth/themes/details
%{_datadir}/plymouth/themes/details/*
%dir %{_datadir}/plymouth/themes/text
%{_datadir}/plymouth/themes/text/*
%dir %{_datadir}/plymouth/themes/bgrt
%{_datadir}/plymouth/themes/bgrt/*
%dir /var/lib/plymouth %dir /var/lib/plymouth
#%dir /var/run/plymouth #%dir /var/run/plymouth
%dir /var/spool/plymouth %dir /var/spool/plymouth
@ -288,6 +283,12 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/plymouth/tribar.la %{_libdir}/plymouth/tribar.la
%{_libdir}/plymouth/tribar.so %{_libdir}/plymouth/tribar.so
%dir %{_datadir}/plymouth/themes/details
%{_datadir}/plymouth/themes/details/*
%dir %{_datadir}/plymouth/themes/text
%{_datadir}/plymouth/themes/text/*
%dir %{_datadir}/plymouth/themes/bgrt
%{_datadir}/plymouth/themes/bgrt/*
%dir %{_datadir}/plymouth/themes/fade-in %dir %{_datadir}/plymouth/themes/fade-in
%{_datadir}/plymouth/themes/fade-in/* %{_datadir}/plymouth/themes/fade-in/*
%dir %{_datadir}/plymouth/themes/glow %dir %{_datadir}/plymouth/themes/glow
@ -304,6 +305,9 @@ fi
%{_datadir}/plymouth/themes/tribar/* %{_datadir}/plymouth/themes/tribar/*
%changelog %changelog
* Mon Aug 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.02.122-2mamba
- move all themes to -themes subpackage
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 22.02.122-1mamba * Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 22.02.122-1mamba
- automatic version update by autodist - automatic version update by autodist