diff options
author | David Baudens <baudens@mandriva.com> | 2002-08-02 09:52:18 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2002-08-02 09:52:18 +0000 |
commit | 359fe549fb2a7320eb28088a0fd9160ea8b8d9ab (patch) | |
tree | 59e3843f338a526bcc7c7468b7a824f9285fd381 | |
parent | ca59b61716814016f3e6d10a65671d6c6cdaa09b (diff) | |
download | bootsplash-359fe549fb2a7320eb28088a0fd9160ea8b8d9ab.tar bootsplash-359fe549fb2a7320eb28088a0fd9160ea8b8d9ab.tar.gz bootsplash-359fe549fb2a7320eb28088a0fd9160ea8b8d9ab.tar.bz2 bootsplash-359fe549fb2a7320eb28088a0fd9160ea8b8d9ab.tar.xz bootsplash-359fe549fb2a7320eb28088a0fd9160ea8b8d9ab.zip |
Sync CVS, update images & .spec, fix make rpmV1_3_13_2mdk
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | bootsplash.spec | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -10,6 +10,7 @@ CONFIGDIRS=themes/config/ prefix=/ sharedir=/usr/share configdir=/etc +RPM=$(HOME)/rpm all: check diff --git a/bootsplash.spec b/bootsplash.spec index 56cf5b2..3224262 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash %define version 1.3.13 -%define release 1mdk +%define release 2mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Aug 02 2002 David BAUDENS <baudens@mandrakesoft.com> 1.3.13-2mdk +- Update images +- Fix make rpm +- Sync CVS and Cooker * Fri Jul 26 2002 Warly <warly@mandrakesoft.com> 1.3.13.1mdk - fix make-boot-splash because of deprecated () instead of $[] |