aboutsummaryrefslogtreecommitdiffstats
path: root/bootsplash.spec
blob: ce58b548e786a8194c8f24cf67257ddca5c163cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%define name bootsplash
%define version 1.1
%define release 1mdk

Summary: The Boot Splash Images and scripts.
Name: %{name}
Version: %{version}
Release: %{release}
# From MDK cvs.
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Url: http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/soft/bootsplash/
Requires: /usr/bin/perl
Requires: mkinitrd > 3.1.6-22mdk
#there is no way to say a special kernel requires.
Requires: kernel 
BuildArchitectures: noarch

%description
This package contain the scripts and the pictures you see when we
booting a Mandrake kernel. They are automatically called when
generating an initrd by mkinitrd.

%prep
%setup -q

%build
make check

%install
rm -rf $RPM_BUILD_ROOT
make install prefix=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%_datadir/%{name}/*

%changelog
* Fri Feb  8 2002 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.1-1mdk
- Add themes support.

* Mon Feb  4 2002 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0-1mdk
- First version.

# end of file