]> git.pld-linux.org Git - packages/gfxboot.git/blame - gfxboot.spec
- 4.2.1
[packages/gfxboot.git] / gfxboot.spec
CommitLineData
cf7072ee 1#
2# spec file for package gfxboot (Version 1.4)
3#
4# Copyright (c) 2001 SuSE GmbH Nuernberg, Germany.
5# This file and all modifications and additions to the pristine
6# package are under the same license as the package itself.
7#
8# please send bugfixes or comments to feedback@suse.de.
9#
10
11# neededforbuild nasm xdevel xf86 xshared
12# usedforbuild aaa_base aaa_dir autoconf automake base bash bindutil binutils bison bzip compress cpio cpp cracklib cyrus-sasl db devs diffutils e2fsprogs file fileutils findutils flex gawk gcc gdbm gdbm-devel gettext glibc glibc-devel gpm gppshare grep groff gzip kbd less libtool libz m4 make man mktemp modutils nasm ncurses ncurses-devel net-tools netcfg pam pam-devel patch perl ps rcs readline rpm sendmail sh-utils shadow strace syslogd sysvinit texinfo textutils timezone unzip util-linux vim xdevel xf86 xshared
13
14Name: gfxboot
15Copyright: Copyright (c) 1999 SuSE GmbH
0a8f0568 16Summary: Graphical boot logo for lilo and syslinux
17Version: 4.2.1
cf7072ee 18Release: 1
0a8f0568 19Group: Applications/System
cf7072ee 20URL: http://www.gamers.org/~quinet/lilo/
0a8f0568 21Source0: %{name}-%{version}.tar.gz
22# Source0-md5: d37d8bbb10df63723a895203e4289dd0
cf7072ee 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0a8f0568 24AutoReqProv: on
cf7072ee 25
26%description
27Here you find the graphical boot logo. Suitable for both lilo and
28syslinux.
29
30SuSE series: ap
31
0a8f0568 32%package themes
33Summary: Tools for creating a graphical boot logo
cf7072ee 34Group: Applications/System
35
0a8f0568 36%description themes
cf7072ee 37Here you find the necessary programs to create your own graphical boot
38logo. The logo can be used with lilo and syslinux.
39
40SuSE series: ap
41
42%prep
43%setup -q
cf7072ee 44
45%build
46%{__make}
cf7072ee 47
48%install
49rm -rf $RPM_BUILD_ROOT
0a8f0568 50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
cf7072ee 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
0a8f0568 59%attr(755,root,root) %{_sbindir}/gfxboot
60%attr(755,root,root) %{_sbindir}/gfxboot-compile
61%attr(755,root,root) %{_sbindir}/gfxboot-font
62%attr(755,root,root) %{_sbindir}/gfxtest
cf7072ee 63
0a8f0568 64%files themes
cf7072ee 65%defattr(644,root,root,755)
0a8f0568 66%{_sysconfdir}/bootsplash/themes/SLED
67%{_sysconfdir}/bootsplash/themes/SLES
68%{_sysconfdir}/bootsplash/themes/openSUSE
69%{_sysconfdir}/bootsplash/themes/upstream
This page took 0.087327 seconds and 4 git commands to generate.