Steffen Winterfeldt 2011-07-07 14:35:02 +00:00 committed by Git OBS Bridge
parent 265f5221a3
commit 67587c3dc1
10 changed files with 223 additions and 20 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22f000cf3ec2b5a5c323caf523e7c9305b73e6506c2aea56977f529d44cd96dc
size 130741
oid sha256:bce16ea4986ff8ca6663be08ba90b78219205ef6888fa6de3fe1f6040230fd39
size 130743

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32006c2f6923f46f951d974107922acaac5ff55385bdb2a78c7d413713096a18
size 130373
oid sha256:b5c979c0bb43c31d399ce7d1c134a950148bec78c67915aa9e27b98dbd922b7d
size 130401

View File

@ -0,0 +1,197 @@
#
# spec file for package gfxboot
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gfxboot
BuildRequires: freetype2-devel fribidi libxslt nasm perl-HTML-Parser sgml-skel w3m xmlto
ExclusiveArch: %ix86 x86_64
License: GPLv2+
Group: System/Boot
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
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
%description
Tools to configure your bootloader graphics.
%package devel
License: GPLv2+
Summary: Tools for creating a graphical boot logo
Group: Development/Libraries/C and C++
Requires: %name = %version perl-HTML-Parser
%description devel
Here you find the necessary programs to create your own graphical boot
logo. The logo can be used with grub, lilo or syslinux.
%package branding-upstream
License: GPLv2+
Supplements: packageand(gfxboot:branding-upstream)
Provides: gfxboot-theme
Summary: gfxboot upstream theme
AutoReqProv: on
Group: System/Boot
PreReq: gfxboot >= 4
%description branding-upstream
upstream theme for gfxboot (bootloader graphics).
%package branding-openSUSE
License: GPLv2+
Supplements: packageand(gfxboot:branding-openSUSE)
Provides: gfxboot-theme
Obsoletes: bootloader-theme-SUSELinux-Prof
Summary: gfxboot openSUSE theme
AutoReqProv: on
Group: System/Boot
PreReq: gfxboot >= 4
%description branding-openSUSE
openSUSE theme for gfxboot (bootloader graphics).
%package branding-SLES
License: GPLv2+
Supplements: packageand(gfxboot:branding-SLES)
Provides: gfxboot-theme
Obsoletes: bootloader-theme-SLES
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: GPLv2+
Supplements: packageand(gfxboot:branding-SLED)
Provides: gfxboot-theme
Obsoletes: bootloader-theme-NLD
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
%setup -T -D -a 2
%setup -T -D -a 3
%setup -T -D -a 4
%setup -T -D -a 5
%build
# fix build
export SUSE_ASNEEDED=0
make DESTDIR=%{buildroot} installsrc
make X11LIBS=/usr/X11R6/%_lib
make doc
make themes
%install
make DESTDIR=%{buildroot} install
gzip -9c doc/gfxboot.8 >gfxboot.8.gz
install -d -m 755 %{buildroot}%{_mandir}/man8
install -m 644 gfxboot.8.gz %{buildroot}%{_mandir}/man8
mkdir %{buildroot}/boot
touch %{buildroot}/boot/message
%post branding-upstream
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}
%files
%defattr(-,root,root)
/usr/sbin/gfxboot
%doc %{_mandir}/man8/gfxboot.8.gz
%files devel
%defattr(-,root,root)
/usr/sbin/gfxboot-compile
/usr/sbin/gfxboot-font
/usr/sbin/gfxtest
%doc doc/gfxboot.html
%doc doc/gfxboot.txt
/usr/share/gfxboot
%files branding-upstream
%defattr(-,root,root)
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/etc/bootsplash/themes/upstream
%ghost /boot/message
%files branding-openSUSE
%defattr(-,root,root)
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48091f4feaf98edab51022350ba800d50ba2827af3cf19cb397d4e5b4441a6aa
size 184751
oid sha256:9337ae8ab7b9b56d972e04116d1ef07f9314493d6a64a8d0ce27ee8c0c994c45
size 184719

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab42d4a26b282c27fd54b9660c121ed405747d8c14b5dfb302b0eb452924273a
size 163863

3
gfxboot-4.4.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f40c9c4b520357c101c9ec52179355d8fa437a1259dd7de3ae4452db75495564
size 163838

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 7 16:34:42 CEST 2011 - snwint@suse.de
- added menu to select init variant (bnc #704417)
- fix script in case we are on no branch
-------------------------------------------------------------------
Mon Apr 18 15:45:59 CEST 2011 - snwint@suse.de

View File

@ -27,15 +27,15 @@ 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.1
Version: 4.4.2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: gfxboot-4.4.1.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.2.tar.bz2
Source1: openSUSE.tar.bz2
Source2: SLED.tar.bz2
Source3: SLES.tar.bz2
Source4: upstream.tar.bz2
Source5: examples.tar.bz2
%description
Tools to configure your bootloader graphics.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aa6d2fe24729b8803c22848901e021ebe0154ab6fc720c765342b2e782fbd2a
size 5258912
oid sha256:e328c3f6d6947a57c0931b13e80a9ab2942896ecad9930547b6f2fd2e8b33dfa
size 5257584

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ff71f4cb01d4f5f36948fd5e69d6f74f719d6543213a9f74f854fc8cad284db
size 84909
oid sha256:6105082222458689ed550ffb7958be954598e5daddf7739fdd4d23f949421b98
size 84914