This commit is contained in:
parent
bf5c074975
commit
c8c9bb7848
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 11:12:57 CEST 2008 - snwint@suse.de
|
||||
|
||||
- needs fribidi
|
||||
- really add SLE themes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 13:40:54 CEST 2008 - snwint@suse.de
|
||||
|
||||
|
55
gfxboot.spec
55
gfxboot.spec
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: gfxboot
|
||||
BuildRequires: freetype2-devel libxslt nasm perl-HTML-Parser sgml-skel w3m xmlto
|
||||
BuildRequires: freetype2-devel fribidi libxslt nasm perl-HTML-Parser sgml-skel w3m xmlto
|
||||
License: GPL v2 or later
|
||||
Group: System/Boot
|
||||
Recommends: gfxboot-theme >= 4
|
||||
@ -27,7 +27,7 @@ Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools pe
|
||||
AutoReqProv: on
|
||||
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
||||
Version: 4.1.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gfxboot-4.1.1.tar.bz2
|
||||
Source1: openSUSE.tar.bz2
|
||||
@ -80,6 +80,34 @@ openSUSE theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%package branding-SLES
|
||||
License: GPL v2 or later
|
||||
Supplements: branding-SLES
|
||||
Provides: gfxboot-theme
|
||||
Summary: gfxboot SLES theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
PreReq: gfxboot >= 4
|
||||
|
||||
%description branding-SLES
|
||||
SLES theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%package branding-SLED
|
||||
License: GPL v2 or later
|
||||
Supplements: branding-SLED
|
||||
Provides: gfxboot-theme
|
||||
Summary: gfxboot SLED theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
PreReq: gfxboot >= 4
|
||||
|
||||
%description branding-SLED
|
||||
SLED theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -T -D -a 1
|
||||
@ -107,6 +135,12 @@ gfxboot --update-theme upstream
|
||||
%post branding-openSUSE
|
||||
gfxboot --update-theme openSUSE
|
||||
|
||||
%post branding-SLES
|
||||
gfxboot --update-theme SLES
|
||||
|
||||
%post branding-SLED
|
||||
gfxboot --update-theme SLED
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -137,7 +171,24 @@ rm -rf %{buildroot}
|
||||
/etc/bootsplash/themes/openSUSE
|
||||
%ghost /boot/message
|
||||
|
||||
%files branding-SLES
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/bootsplash
|
||||
%dir /etc/bootsplash/themes
|
||||
/etc/bootsplash/themes/SLES
|
||||
%ghost /boot/message
|
||||
|
||||
%files branding-SLED
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/bootsplash
|
||||
%dir /etc/bootsplash/themes
|
||||
/etc/bootsplash/themes/SLED
|
||||
%ghost /boot/message
|
||||
|
||||
%changelog
|
||||
* Mon Aug 25 2008 snwint@suse.de
|
||||
- needs fribidi
|
||||
- really add SLE themes
|
||||
* Wed Aug 20 2008 snwint@suse.de
|
||||
- activated SLE themes
|
||||
* Tue Aug 19 2008 snwint@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user