OBS User unknown 2008-08-25 23:56:26 +00:00 committed by Git OBS Bridge
parent bf5c074975
commit c8c9bb7848
2 changed files with 59 additions and 2 deletions

View File

@ -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 Wed Aug 20 13:40:54 CEST 2008 - snwint@suse.de

View File

@ -19,7 +19,7 @@
Name: gfxboot 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 License: GPL v2 or later
Group: System/Boot Group: System/Boot
Recommends: gfxboot-theme >= 4 Recommends: gfxboot-theme >= 4
@ -27,7 +27,7 @@ Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools pe
AutoReqProv: on AutoReqProv: on
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
Version: 4.1.1 Version: 4.1.1
Release: 1 Release: 2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: gfxboot-4.1.1.tar.bz2 Source: gfxboot-4.1.1.tar.bz2
Source1: openSUSE.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 %prep
%setup %setup
%setup -T -D -a 1 %setup -T -D -a 1
@ -107,6 +135,12 @@ gfxboot --update-theme upstream
%post branding-openSUSE %post branding-openSUSE
gfxboot --update-theme openSUSE gfxboot --update-theme openSUSE
%post branding-SLES
gfxboot --update-theme SLES
%post branding-SLED
gfxboot --update-theme SLED
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -137,7 +171,24 @@ rm -rf %{buildroot}
/etc/bootsplash/themes/openSUSE /etc/bootsplash/themes/openSUSE
%ghost /boot/message %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 %changelog
* Mon Aug 25 2008 snwint@suse.de
- needs fribidi
- really add SLE themes
* Wed Aug 20 2008 snwint@suse.de * Wed Aug 20 2008 snwint@suse.de
- activated SLE themes - activated SLE themes
* Tue Aug 19 2008 snwint@suse.de * Tue Aug 19 2008 snwint@suse.de