This commit is contained in:
parent
9dac6d9372
commit
ab2eefea3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca2ff77633fd8acb097d6b204beb5d7fc08b6108a4a2588201da7ed59a62bb09
|
||||
size 96051
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1373d7e6cb933eca15db2905609e2722d373485f29d74787eea7ed1e2bd4e81
|
||||
size 96116
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:045d41deb26499bb69e268fedf3ca91dda054cf4876a6d49c397369405fce60e
|
||||
size 1475938
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93445e88172b3004bba6fd0a93b4c8e61ea85b3446ac72514a275744a8a54955
|
||||
size 88818
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2094c477a2fb15ad73ed79ac05fdd50254389dc9426dd9464cca2c48ab3672b0
|
||||
size 92345
|
3
gfxboot-4.0.2.tar.bz2
Normal file
3
gfxboot-4.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88738ad8f5b961cef0bddba8359ba538e88ae602ff3051d692dfc908ebd34529
|
||||
size 99834
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 18:07:26 CEST 2008 - snwint@suse.de
|
||||
|
||||
- added 'gfxboot' (boot screen config tool)
|
||||
- added man page
|
||||
- new themes
|
||||
- package layout changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 17:18:06 CET 2008 - snwint@suse.de
|
||||
|
||||
|
96
gfxboot.spec
96
gfxboot.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gfxboot (Version 4.0.1)
|
||||
# spec file for package gfxboot (Version 4.0.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -10,26 +10,61 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gfxboot
|
||||
BuildRequires: freetype2-devel libxslt nasm sgml-skel w3m xmlto
|
||||
BuildRequires: freetype2-devel libxslt nasm perl-HTML-Parser sgml-skel w3m xmlto
|
||||
License: GPL v2 or later
|
||||
Group: System/Boot
|
||||
Obsoletes: gfxboot-devel
|
||||
Requires: perl-HTML-Parser
|
||||
Recommends: gfxboot-branding >= 4
|
||||
AutoReqProv: on
|
||||
Summary: Graphical Boot Logo for LILO and SYSLINUX
|
||||
Version: 4.0.1
|
||||
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
||||
Version: 4.0.2
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gfxboot-4.0.1.tar.bz2
|
||||
Source1: NLD.tar.bz2
|
||||
Source2: SLES.tar.bz2
|
||||
Source3: SuSE.tar.bz2
|
||||
Source4: Zen.tar.bz2
|
||||
Source: gfxboot-4.0.2.tar.bz2
|
||||
Source1: openSUSE.tar.bz2
|
||||
Source2: upstream.tar.bz2
|
||||
|
||||
%description
|
||||
Here, find the graphical boot logo. It is suitable for both LILO and
|
||||
SYSLINUX.
|
||||
Tools to configure your bootloader graphics.
|
||||
|
||||
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
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: GPL v2 or later
|
||||
Provides: gfxboot-branding
|
||||
Summary: gfxboot upstream theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
Requires: gfxboot >= 4
|
||||
|
||||
%description branding-upstream
|
||||
upstream theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
%package branding-openSUSE
|
||||
License: GPL v2 or later
|
||||
Provides: gfxboot-branding
|
||||
Summary: gfxboot openSUSE theme
|
||||
AutoReqProv: on
|
||||
Group: System/Boot
|
||||
Requires: gfxboot >= 4
|
||||
|
||||
%description branding-openSUSE
|
||||
openSUSE theme for gfxboot (bootloader graphics).
|
||||
|
||||
|
||||
|
||||
@ -37,30 +72,53 @@ SYSLINUX.
|
||||
%setup
|
||||
%setup -T -D -a 1
|
||||
%setup -T -D -a 2
|
||||
%setup -T -D -a 3
|
||||
%setup -T -D -a 4
|
||||
|
||||
%build
|
||||
make DESTDIR=%{buildroot} installsrc
|
||||
make X11LIBS=/usr/X11R6/%_lib
|
||||
make doc
|
||||
make themes
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
cp -a bin %{buildroot}/usr/share/gfxboot
|
||||
gzip -9c doc/gfxboot.8 >gfxboot.8.gz
|
||||
install -d -m 755 %{buildroot}%{_mandir}/man8
|
||||
install -m 644 gfxboot.8.gz %{buildroot}%{_mandir}/man8
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/sbin/mkbootmsg
|
||||
/usr/sbin/mkblfont
|
||||
/usr/sbin/help2txt
|
||||
/usr/sbin/gfxboot
|
||||
%doc %{_mandir}/man8/gfxboot.8.gz
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
/usr/sbin/gfxboot-compile
|
||||
/usr/sbin/gfxboot-font
|
||||
%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
|
||||
|
||||
%files branding-openSUSE
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/bootsplash
|
||||
%dir /etc/bootsplash/themes
|
||||
/etc/bootsplash/themes/openSUSE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 08 2008 snwint@suse.de
|
||||
- added 'gfxboot' (boot screen config tool)
|
||||
- added man page
|
||||
- new themes
|
||||
- package layout changed
|
||||
* Mon Feb 04 2008 snwint@suse.de
|
||||
- added optional 'mediacheck'
|
||||
* Mon Feb 04 2008 snwint@suse.de
|
||||
|
3
openSUSE.tar.bz2
Normal file
3
openSUSE.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8416493e1a0cd77fd6960ab45c424a16c0497f994d20fb4e2655a03bc63f203
|
||||
size 1475700
|
3
upstream.tar.bz2
Normal file
3
upstream.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a14e6b045ed9e97818da2290856a14f4a65c9b52160ba0c10455fcc1a991c5
|
||||
size 85051
|
Loading…
x
Reference in New Issue
Block a user