diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-20 18:45:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-20 18:45:42 +0000 |
commit | 9180c130645f610b894b0c3cd889597e5d17d44e (patch) | |
tree | a56d890a839f7d8d0c62816e0c5219e93717d6ab | |
parent | 13cd5cab80df6f8906e01e0e18337b02563c7dbc (diff) | |
download | rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.gz rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.bz2 rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.tar.xz rpmtools-9180c130645f610b894b0c3cd889597e5d17d44e.zip |
*** empty log message ***
-rwxr-xr-x | build_archive | 2 | ||||
-rwxr-xr-x | extract_archive | 2 | ||||
-rwxr-xr-x | genfilelist | 2 | ||||
-rw-r--r-- | rpmtools.spec | 10 |
4 files changed, 10 insertions, 6 deletions
diff --git a/build_archive b/build_archive index b81eea5..27e37f5 100755 --- a/build_archive +++ b/build_archive @@ -46,7 +46,7 @@ #- then a TOC (describing %data, concatenation of toc_line) follow and a #- TOC_TRAILER for summary. -use strict qw(subs vars refs); +#+use strict qw(subs vars refs); sub toc_line { my ($file, $data) = @_; diff --git a/extract_archive b/extract_archive index efa3ff4..559d51b 100755 --- a/extract_archive +++ b/extract_archive @@ -32,7 +32,7 @@ #- | | | | #- | | -use strict qw(subs vars refs); +#+use strict qw(subs vars refs); #- used for uncompressing archive and other. my %toc_trailer; diff --git a/genfilelist b/genfilelist index fa4d1dd..53bd543 100755 --- a/genfilelist +++ b/genfilelist @@ -21,7 +21,7 @@ #- genfilelist <rpms_dir> -use strict qw(subs vars refs); +#+use strict qw(subs vars refs); sub packfilelist { my %countdir = (); diff --git a/rpmtools.spec b/rpmtools.spec index 628a5cb..76e5577 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 18mdk +%define release 19mdk # do not modify here, see Makefile in the CVS %define version 1.1 @@ -19,13 +19,14 @@ BuildRequires: rpm-devel >= 3.0.4 Requires: /usr/bin/perl rpm >= 3.0.4 %description -Various rpmtools. +Various tools needed by urpmi and drakxtools for handling rpm files. %package devel Summary: contains various rpm command-line tools for development Group: Development/Other %description devel -Various devel rpm tools. +Various devel rpm tools which can be used to build a customized +Linux-Mandrake distribution. %prep %setup @@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/genfilelist %changelog +* Wed Apr 19 2000 François Pons <fpons@mandrakesoft.com> 1.1-19mdk +- rewrite description. + * Wed Apr 19 2000 François Pons <fpons@mandrakesoft.com> 1.1-18mdk - update with CVS. |