diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-23 19:18:29 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-23 19:18:29 +0000 |
commit | 96c7624418b7b11ef42c95abb9059086de357c3b (patch) | |
tree | 5a689cd052d32660bfc26704f7f14bb33bdf509a /rpmtools.spec | |
parent | c4fa5b0abb878f44e75f575e20d303304d4e6d36 (diff) | |
download | rpmtools-96c7624418b7b11ef42c95abb9059086de357c3b.tar rpmtools-96c7624418b7b11ef42c95abb9059086de357c3b.tar.gz rpmtools-96c7624418b7b11ef42c95abb9059086de357c3b.tar.bz2 rpmtools-96c7624418b7b11ef42c95abb9059086de357c3b.tar.xz rpmtools-96c7624418b7b11ef42c95abb9059086de357c3b.zip |
added --dir and -d flag for packdrake*.
management of specific directory for building archive.
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index a07610b..27304b3 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 8mdk +%define release 9mdk # do not modify here, see Makefile in the CVS %define version 2.1 @@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Tue Jan 23 2001 François Pons <fpons@ackbar.mandrakesoft.com> 2.1-9mdk +- packdrake.pm to 0.03, added source directory for building an archive. +- changed build_archive to use a specific directory. + * Wed Jan 17 2001 François Pons <fpons@mandrakesoft.com> 2.1-8mdk - removed obsoleted genhdlists, genhdlist_cz2, genbasefiles by gendistrib. - new tools gendistrib which integrate all the obsoleted tools. |