From 9180c130645f610b894b0c3cd889597e5d17d44e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Apr 2000 18:45:42 +0000 Subject: *** empty log message *** --- build_archive | 2 +- extract_archive | 2 +- genfilelist | 2 +- 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 -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 1.1-19mdk +- rewrite description. + * Wed Apr 19 2000 François Pons 1.1-18mdk - update with CVS. -- cgit v1.2.1