update to 4.0.0 [release 4.0.0-1mamba;Wed Nov 15 2017]
This commit is contained in:
parent
b9afb2ce02
commit
b8f9f3bee1
@ -1,5 +1,5 @@
|
||||
Name: plymouth-theme-openmamba
|
||||
Version: 2.90.1
|
||||
Version: 4.0.0
|
||||
Release: 1mamba
|
||||
Summary: Plymouth splash theme for openmamba
|
||||
Group: System/Kernel and Hardware
|
||||
@ -7,24 +7,24 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openmamba.org
|
||||
Source: plymouth-theme-openmamba-%{version}.tar.xz
|
||||
#Source: plymouth-theme-openmamba-%{version}.tar.xz
|
||||
Source: plymouth-theme-openmamba-2.90.1.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires(post):plymouth
|
||||
Requires: breeze-plymouth
|
||||
Provides: plymouththeme
|
||||
|
||||
%description
|
||||
Plymouth splash theme for openmamba.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n plymouth-theme-openmamba-2.90.1
|
||||
|
||||
%build
|
||||
|
||||
%posttrans
|
||||
plymouth-set-default-theme openmamba
|
||||
:
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
@ -32,6 +32,18 @@ plymouth-set-default-theme openmamba
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
plymouth-set-default-theme breeze
|
||||
KVER=`uname -r`
|
||||
INITRAMFS=/boot/initramfs-$KVER.img
|
||||
if [ -e /boot/vmlinuz-$KVER ]; then
|
||||
KERNEL=/boot/vmlinuz-$KVER
|
||||
[ -e $INITRAMFS -a /sbin/plymouthd -nt $INITRAMFS ] || continue
|
||||
[ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue
|
||||
mkinitrd $INITRAMFS $KVER -f -q
|
||||
fi
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/plymouth/themes/openmamba
|
||||
@ -39,6 +51,9 @@ plymouth-set-default-theme openmamba
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
|
||||
- update to 4.0.0
|
||||
|
||||
* Tue Aug 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.90.1-1mamba
|
||||
- update to 2.90.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user