From c8c9bb7848106eee5ad26f0cfeda488bd13514ae6f84a51288643c149c139473 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 25 Aug 2008 23:56:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gfxboot?expand=0&rev=36 --- gfxboot.changes | 6 ++++++ gfxboot.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/gfxboot.changes b/gfxboot.changes index 0d4b297..a91dd84 100644 --- a/gfxboot.changes +++ b/gfxboot.changes @@ -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 diff --git a/gfxboot.spec b/gfxboot.spec index cf97495..e73e0d0 100644 --- a/gfxboot.spec +++ b/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