]> git.pld-linux.org Git - packages/gfxboot.git/blob - gfxboot.spec
- pld-ize, added License
[packages/gfxboot.git] / gfxboot.spec
1 Summary:        Graphical boot logo for lilo and syslinux
2 Name:           gfxboot
3 Version:        4.2.1
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        %{name}-%{version}.tar.gz
8 # Source0-md5:  d37d8bbb10df63723a895203e4289dd0
9 URL:            http://www.gamers.org/~quinet/lilo/
10 BuildRequires:  freetype-devel
11 BuildRequires:  nasm
12 BuildRequires:  perl-base
13 ExclusiveArch:  %{ix86} %{x8664}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Here you find the graphical boot logo. Suitable for both lilo and
18 syslinux.
19
20 %package themes
21 Summary:        Tools for creating a graphical boot logo
22 Group:          Applications/System
23
24 %description themes
25 Here you find the necessary programs to create your own graphical boot
26 logo. The logo can be used with lilo and syslinux.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_sbindir}/gfxboot
46 %attr(755,root,root) %{_sbindir}/gfxboot-compile
47 %attr(755,root,root) %{_sbindir}/gfxboot-font
48 %attr(755,root,root) %{_sbindir}/gfxtest
49
50 %files themes
51 %defattr(644,root,root,755)
52 %{_sysconfdir}/bootsplash/themes/SLED
53 %{_sysconfdir}/bootsplash/themes/SLES
54 %{_sysconfdir}/bootsplash/themes/openSUSE
55 %{_sysconfdir}/bootsplash/themes/upstream
This page took 0.121429 seconds and 3 git commands to generate.