From 0b060fcb268275e6b6f245b8232a903571cd36f5 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Thu, 31 Jul 2003 14:31:43 +0000 Subject: new bootsplash v3 include various scripts and binaries from bootsplash.org --- bootsplash.spec | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'bootsplash.spec') diff --git a/bootsplash.spec b/bootsplash.spec index f3e1ca6..0807c8e 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 1.4.1 +%define version 2.0.0 %define release 1mdk %define _bootdir /boot @@ -19,6 +19,7 @@ Requires: mkinitrd > 3.1.6-25mdk #there is no way to say a special kernel requires. Requires: kernel Obsoletes: Aurora Aurora-Monitor-NewStyle-Categorizing-WsLib Aurora-Monitor-NewStyle-WsLib Aurora-Monitor-Traditional-Gtk+ Aurora-Monitor-Traditional-WsLib-8.2 +BuildRequires: freetype2-static-devel # nomore noarch with the fbrelolution and progress binaries #BuildArchitectures: noarch @@ -28,31 +29,24 @@ This package contains the scripts and pictures visible when booting a Mandrake kernel. They are automatically installed when an initrd is generated by mkinitrd. -%package themes - -Summary: bootsplash themes -Group: System/Kernel and hardware -Requires: bootsplash - -%description themes -Additional themes for bootsplash - %prep %setup -q %build -make check - -cd fb make -cd .. %install rm -rf $RPM_BUILD_ROOT make install prefix=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/ $RPM_BUILD_ROOT/%_datadir/%{name}/ -not -path "*/themes/Mandrake/*" -not -path "*/scripts/*" -type f | - sed -e "s#^$RPM_BUILD_ROOT##g" > rpm-themes-files +for i in fbmngplay fbtruetype +do + cp $i/ChangeLog $i/ChangeLog.$i + cp $i/README $i/README.$i +done + +#find $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/ $RPM_BUILD_ROOT/%_datadir/%{name}/ -not -path "*/themes/Mandrake/*" -not -path "*/scripts/*" -type f | +# sed -e "s#^$RPM_BUILD_ROOT##g" > rpm-themes-files %post cd %{_bootdir} @@ -90,17 +84,23 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README ChangeLog +%doc README ChangeLog fbmngplay/ChangeLog.fbmngplay fbmngplay/README.fbmngplay fbtruetype/ChangeLog.fbtruetype fbtruetype/README.fbtruetype %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %_datadir/%{name}/scripts %_datadir/%{name}/themes/Mandrake %config(noreplace) %_sysconfdir/%{name}/themes/Mandrake/* /bin/* - -%files themes -f rpm-themes-files -%defattr(-,root,root) +/sbin/* +%{_bindir}/* %changelog +* Fri Feb 14 2003 Warly 2.0.0-1mdk +- bootsplsh v3 +- add fbtruetype from bootsplash.org +- add fbmngplay from bootsplash.org +- add splash program from bootsplash.org +- add vt images + * Fri Feb 14 2003 Warly 1.4.1-1mdk - new 1600x1200 image -- cgit v1.2.1