diff options
author | Florent Villard <warly@mandriva.com> | 2004-01-21 17:06:09 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-01-21 17:06:09 +0000 |
commit | 5da95a07009cc2b4a5ae8fc9189129874a6f8aba (patch) | |
tree | 243fc85bce4861bc0f6b00e48ea30d3bf7f1ef3e /bootsplash.spec | |
parent | e275edd67fd2be83ad5236865ffa13ffdeeefff5 (diff) | |
download | bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.gz bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.bz2 bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.xz bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.zip |
update code from bootsplash.org
fix build with new 2.6 kernel header
add blino patches to have a more correct THEME env var handling
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index ac8d987..31eb8c9 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash -%define version 2.1.0 -%define release 3mdk +%define version 2.1.1 +%define release 1mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -20,6 +20,7 @@ Requires: mkinitrd > 3.1.6-25mdk Requires: kernel initscripts > 7.04-15mdk 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 libmng-static-devel libjpeg-static-devel glibc-static-devel +Patch: glibc-fixed-header.tar.bz2 # nomore noarch with the fbrelolution and progress binaries #BuildArchitectures: noarch @@ -79,6 +80,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Jan 21 2004 Warly <warly@mandrakesoft.com> 2.1.1-1mdk +- add blino fix to splash.sh (better THEME variable handling) +- NOTE: current bootsplash does not build against standrad glibc +kernel headers. They have to be fixed regarding some __KERNEL__ ifdef. +Modified headers used to build this packages are included into the src.rpm. + * Mon Jan 5 2004 Olivier Blin <blino@mandrake.org> 2.1.0-3mdk - DIRM: %%{_sysconfdir}/%%{name} and %%{_datadir}/%%{name} |