update to 5.13.2 [release 5.13.2-1mamba;Sun Jul 08 2018]
This commit is contained in:
parent
afe9479433
commit
eefa6ae01b
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: breeze-plymouth
|
Name: breeze-plymouth
|
||||||
Version: 5.13.1
|
Version: 5.13.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma 5 boot splash theme
|
Summary: KDE Plasma 5 boot splash theme
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
@ -31,7 +31,10 @@ KDE Plasma 5 boot splash theme.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5 -d build \
|
||||||
|
-DDISTRO_NAME="%_distrib_id" \
|
||||||
|
-DDISTRO_VERSION="%_distrib_release (%_distrib_codename)"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -43,6 +46,17 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/plymouth/breeze-text.so
|
%{_libdir}/plymouth/breeze-text.so
|
||||||
@ -58,6 +72,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/plymouth/themes/breeze/images/
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user