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
|
Name: plymouth-theme-openmamba
|
||||||
Version: 2.90.1
|
Version: 4.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Plymouth splash theme for openmamba
|
Summary: Plymouth splash theme for openmamba
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -7,24 +7,24 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openmamba.org
|
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
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires(post):plymouth
|
Requires(post):plymouth
|
||||||
|
Requires: breeze-plymouth
|
||||||
Provides: plymouththeme
|
Provides: plymouththeme
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plymouth splash theme for openmamba.
|
Plymouth splash theme for openmamba.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n plymouth-theme-openmamba-2.90.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%posttrans
|
|
||||||
plymouth-set-default-theme openmamba
|
|
||||||
:
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -32,6 +32,18 @@ plymouth-set-default-theme openmamba
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/plymouth/themes/openmamba
|
%dir %{_datadir}/plymouth/themes/openmamba
|
||||||
@ -39,6 +51,9 @@ plymouth-set-default-theme openmamba
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.90.1-1mamba
|
||||||
- update to 2.90.1
|
- update to 2.90.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user