diff options
author | Florent Villard <warly@mandriva.com> | 2003-07-31 14:31:43 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-07-31 14:31:43 +0000 |
commit | 0b060fcb268275e6b6f245b8232a903571cd36f5 (patch) | |
tree | 1a2e3192215a6a238347454c6396c05a8a6444fa /bootsplash.spec | |
parent | a6c7e5d4b1745c9b724b24c67d865263da37bac3 (diff) | |
download | bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.gz bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.bz2 bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.tar.xz bootsplash-0b060fcb268275e6b6f245b8232a903571cd36f5.zip |
new bootsplash v3V2_0_0_1mdk
include various scripts and binaries from bootsplash.org
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 40 |
1 files changed, 20 insertions, 20 deletions
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 <warly@mandrakesoft.com> 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 <warly@mandrakesoft.com> 1.4.1-1mdk - new 1600x1200 image |