]> git.pld-linux.org Git - packages/gfxboot.git/blob - gfxboot.spec
- 4.2.1
[packages/gfxboot.git] / gfxboot.spec
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
14 Name:           gfxboot
15 Copyright:      Copyright (c) 1999 SuSE GmbH
16 Summary:        Graphical boot logo for lilo and syslinux
17 Version:        4.2.1
18 Release:        1
19 Group:          Applications/System
20 URL:            http://www.gamers.org/~quinet/lilo/
21 Source0:        %{name}-%{version}.tar.gz
22 # Source0-md5:  d37d8bbb10df63723a895203e4289dd0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24 AutoReqProv:    on
25
26 %description
27 Here you find the graphical boot logo. Suitable for both lilo and
28 syslinux.
29
30 SuSE series: ap
31
32 %package themes
33 Summary:        Tools for creating a graphical boot logo
34 Group:          Applications/System
35
36 %description themes
37 Here you find the necessary programs to create your own graphical boot
38 logo. The logo can be used with lilo and syslinux.
39
40 SuSE series: ap
41
42 %prep
43 %setup -q
44
45 %build
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
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
63
64 %files themes
65 %defattr(644,root,root,755)
66 %{_sysconfdir}/bootsplash/themes/SLED
67 %{_sysconfdir}/bootsplash/themes/SLES
68 %{_sysconfdir}/bootsplash/themes/openSUSE
69 %{_sysconfdir}/bootsplash/themes/upstream
This page took 0.042017 seconds and 3 git commands to generate.