diff options
author | Florent Villard <warly@mandriva.com> | 2005-02-16 16:52:00 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-02-16 16:52:00 +0000 |
commit | 31bf1c63e12f7f5251cdb02d726d466732191f97 (patch) | |
tree | daab5496cace174eff56c800390b143fd42bcd10 /bootsplash.spec | |
parent | 481cc08bc029573587a2d87c41fcf598af217046 (diff) | |
download | bootsplash-31bf1c63e12f7f5251cdb02d726d466732191f97.tar bootsplash-31bf1c63e12f7f5251cdb02d726d466732191f97.tar.gz bootsplash-31bf1c63e12f7f5251cdb02d726d466732191f97.tar.bz2 bootsplash-31bf1c63e12f7f5251cdb02d726d466732191f97.tar.xz bootsplash-31bf1c63e12f7f5251cdb02d726d466732191f97.zip |
add last beta 2 changes for animations and fbmenu
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index d627fe3..333215d 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash -%define version 2.1.13 -%define release 3mdk +%define version 3.1.1 +%define release 1mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -17,7 +17,7 @@ Url: http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/soft/bootsplash/ Requires: /usr/bin/perl Requires: mkinitrd >= 3.5.18-14mdk #there is no way to say a special kernel requires. -Requires: kernel initscripts > 7.04-15mdk +Requires: kernel initscripts > 7.04-15mdk fbgrab Conflicts: drakxtools-newt < 10-49mdk 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 liblcms-devel @@ -68,6 +68,7 @@ do break fi done +/sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT @@ -85,8 +86,18 @@ rm -rf $RPM_BUILD_ROOT /bin/* /sbin/* %{_bindir}/* +%{_libdir}/* %changelog +* Fri Feb 04 2005 Warly <warly@mandrakesoft.com> 3.1.1-1mdk +- improve fbmenu so that it can use fbgrab dump as background for the menu + +* Fri Jan 21 2005 Warly <warly@mandrakesoft.com> 3.1.0-1mdk +- ad fbmenu for profiles menu + +* Fri Dec 24 2004 Warly <warly@mandrakesoft.com> 3.0.1-1mdk +- include animations + * Tue Feb 08 2005 Pablo Saratxaga <pablo@mandrakesoft.com> 2.1.13-3mdk - fixed Japanese display - various new translations |