update to 2.90.1 [release 2.90.1-1mamba;Tue Aug 27 2013]
This commit is contained in:
parent
b214a19fa6
commit
b9afb2ce02
@ -1,2 +1,4 @@
|
|||||||
# plymouth-theme-openmamba
|
# plymouth-theme-openmamba
|
||||||
|
|
||||||
|
Plymouth splash theme for openmamba.
|
||||||
|
|
||||||
|
55
plymouth-theme-openmamba.spec
Normal file
55
plymouth-theme-openmamba.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
Name: plymouth-theme-openmamba
|
||||||
|
Version: 2.90.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Plymouth splash theme for openmamba
|
||||||
|
Group: System/Kernel and Hardware
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.openmamba.org
|
||||||
|
Source: plymouth-theme-openmamba-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
Requires(post):plymouth
|
||||||
|
Provides: plymouththeme
|
||||||
|
|
||||||
|
%description
|
||||||
|
Plymouth splash theme for openmamba.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
plymouth-set-default-theme openmamba
|
||||||
|
:
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/plymouth/themes/openmamba
|
||||||
|
%{_datadir}/plymouth/themes/openmamba/*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.90.1-1mamba
|
||||||
|
- update to 2.90.1
|
||||||
|
|
||||||
|
* Mon Aug 26 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.90-1mamba
|
||||||
|
- update to 2.90
|
||||||
|
|
||||||
|
* Fri Jun 21 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.80-1mamba
|
||||||
|
- update to 2.80
|
||||||
|
|
||||||
|
* Fri Dec 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-2mamba
|
||||||
|
- move plymouth-set-theme to posttrans script
|
||||||
|
|
||||||
|
* Thu Dec 01 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user