%define name bootsplash %define version 1.0 %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/ %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 %_datadir/%{name}/* %changelog # end of file