diff options
author | Florent Villard <warly@mandriva.com> | 2002-02-26 13:08:58 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-02-26 13:08:58 +0000 |
commit | 6385ca049c67284e7d71f5fa441067194f43bd16 (patch) | |
tree | 9dfd3724da9f665752119e91255cd7dd7eec94b0 /bootsplash.spec | |
parent | 3cff136600d3450105b7f7274f5033895827fa3b (diff) | |
download | bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.gz bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.bz2 bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.tar.xz bootsplash-6385ca049c67284e7d71f5fa441067194f43bd16.zip |
added progress bar coordinate for Mandrake themeV1_3_4_1mdk
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index a354fc1..b08d4a0 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 1.3.3 +%define version 1.3.4 %define release 1mdk Summary: The Boot Splash Images and scripts. @@ -29,6 +29,7 @@ generated by mkinitrd. %build make check +make %install rm -rf $RPM_BUILD_ROOT @@ -42,9 +43,14 @@ rm -rf $RPM_BUILD_ROOT %doc README ChangeLog %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %_datadir/%{name}/* +/bin/* %changelog +* Tue Feb 26 2002 Warly <warly@mandrakesoft.com> 1.3.4-1mdk +- add new fb tools fbresolution and progress +- add progress bar configuration in Mandrake theme + * Fri Feb 22 2002 Warly <warly@mandrakesoft.com> 1.3.3-1mdk - new images for Mandrake theme - text in right position for Mandrake theme |