2011-07-07 15:14:12 +00:00
committed by Git OBS Bridge
parent 67587c3dc1
commit 2d09151d09
9 changed files with 82 additions and 23 deletions

View File

@@ -27,15 +27,16 @@ Recommends: gfxboot-theme >= 4
Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools perl-HTML-Parser
AutoReqProv: on
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
Version: 4.4.2
Version: 4.4.3
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: gfxboot-4.4.2.tar.bz2
Source1: openSUSE.tar.bz2
Source2: SLED.tar.bz2
Source3: SLES.tar.bz2
Source4: upstream.tar.bz2
Source5: examples.tar.bz2
Source: gfxboot-4.4.3.tar.bz2
Source1: KDE.tar.bz2
Source2: openSUSE.tar.bz2
Source3: SLED.tar.bz2
Source4: SLES.tar.bz2
Source5: upstream.tar.bz2
Source6: examples.tar.bz2
%description
Tools to configure your bootloader graphics.
@@ -112,6 +113,19 @@ PreReq: gfxboot >= 4
SLED theme for gfxboot (bootloader graphics).
%package branding-KDE
License: GPLv2+
Supplements: packageand(gfxboot:branding-KDE)
Provides: gfxboot-theme
Summary: gfxboot KDE theme
AutoReqProv: on
Group: System/Boot
PreReq: gfxboot >= 4
%description branding-KDE
KDE theme for gfxboot (bootloader graphics).
%prep
%setup
@@ -120,6 +134,7 @@ SLED theme for gfxboot (bootloader graphics).
%setup -T -D -a 3
%setup -T -D -a 4
%setup -T -D -a 5
%setup -T -D -a 6
%build
# fix build
@@ -149,6 +164,9 @@ gfxboot --update-theme SLES
%post branding-SLED
gfxboot --update-theme SLED
%post branding-KDE
gfxboot --update-theme KDE
%clean
rm -rf %{buildroot}
@@ -194,4 +212,11 @@ rm -rf %{buildroot}
/etc/bootsplash/themes/SLED
%ghost /boot/message
%files branding-KDE
%defattr(-,root,root)
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/etc/bootsplash/themes/KDE
%ghost /boot/message
%changelog