diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-16 17:28:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-16 17:28:55 +0000 |
commit | e06a72d903af9d9387559c0123814f45f63e6c4f (patch) | |
tree | fd836250c05daed2f7e44edf90f44af7067cbc85 /perl-MDK-Common.spec | |
parent | 06109fc763f8d7de926d353f3147ddc7d2b60471 (diff) | |
download | perl-MDK-Common-e06a72d903af9d9387559c0123814f45f63e6c4f.tar perl-MDK-Common-e06a72d903af9d9387559c0123814f45f63e6c4f.tar.gz perl-MDK-Common-e06a72d903af9d9387559c0123814f45f63e6c4f.tar.bz2 perl-MDK-Common-e06a72d903af9d9387559c0123814f45f63e6c4f.tar.xz perl-MDK-Common-e06a72d903af9d9387559c0123814f45f63e6c4f.zip |
add output_p, cp_af, rm_rf
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 05b2305..293d612 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -2,7 +2,7 @@ # do not change the version here, change in MDK/Common.pm.pl %define version THEVERSION -%define release 5mdk +%define release 6mdk %define perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib) Summary: Various simple functions @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Sun Sep 16 2001 Pixel <pixel@mandrakesoft.com> 1.0.2-6mdk +- add output_p, cp_af, rm_rf + * Sun Sep 16 2001 Pixel <pixel@mandrakesoft.com> 1.0.2-5mdk - add mkdir_p |