%define name bootsplash %define version 1.3.4 %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-25mdk #there is no way to say a special kernel requires. Requires: kernel BuildArchitectures: noarch %description This package contains the scripts and pictures visible when booting a Mandrake kernel. They are automatically installed when an initrd is generated by mkinitrd. %prep %setup -q %build make check make %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}/* /bin/* %changelog * Tue Feb 26 2002 Warly 1.3.4-1mdk - add new fb tools fbresolution and progress - add progress bar configuration in Mandrake theme * Fri Feb 22 2002 Warly 1.3.3-1mdk - new images for Mandrake theme - text in right position for Mandrake theme * Wed Feb 13 2002 Chmouel Boudjnah 1.3.2-1mdk - bootsplash.spec: Fix Requires on mkinitrd. - bootsplash.spec: Update description with english words (ASkwar@DigitalProjects.com). * Tue Feb 12 2002 Chmouel Boudjnah 1.3.1-1mdk - Add switch-themes to distributed files help a lot to make it works. * Tue Feb 12 2002 Chmouel Boudjnah 1.3-1mdk - Add support for lilo themes. - scripts/detect-resolution: Remove the DURING_INSTALL, we get the vga from cmdline like the install does. * Mon Feb 11 2002 Chmouel Boudjnah 1.2-1mdk - Add Ayo theme. - scripts/detect-resolution: Exist if the config file doen't exist, don't get information from cmdline when we are during instal * Fri Feb 8 2002 Chmouel Boudjnah 1.1-1mdk - Add themes support. * Mon Feb 4 2002 Chmouel Boudjnah 1.0-1mdk - First version. # end of file