diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-22 07:58:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-22 07:58:49 +0000 |
commit | 9d96465d1a4bc510232598aa18beee6f57d8ad2e (patch) | |
tree | d2d3646641624f350870841c61a5086b6f02e227 | |
parent | f2bdd473c7ad9bf1ced096a363ef93b613a25ab6 (diff) | |
download | rpmtools-9d96465d1a4bc510232598aa18beee6f57d8ad2e.tar rpmtools-9d96465d1a4bc510232598aa18beee6f57d8ad2e.tar.gz rpmtools-9d96465d1a4bc510232598aa18beee6f57d8ad2e.tar.bz2 rpmtools-9d96465d1a4bc510232598aa18beee6f57d8ad2e.tar.xz rpmtools-9d96465d1a4bc510232598aa18beee6f57d8ad2e.zip |
rename genhdlist to genhdlist-old
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | Makefile.PL | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | genhdlist-old (renamed from genhdlist) | 10 |
4 files changed, 10 insertions, 8 deletions
@@ -2,7 +2,7 @@ ChangeLog dumpdistribconf editdistrib gendistrib -genhdlist +genhdlist-old genhdlist2 Makefile.PL MANIFEST diff --git a/Makefile.PL b/Makefile.PL index ea26b78..830aec4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -84,7 +84,7 @@ WriteMakefile( PM => { 'packdrake.pm' => '$(INST_LIBDIR)/packdrake.pm', }, - EXE_FILES => [ qw(gendistrib genhdlist genhdlist2 packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ], + EXE_FILES => [ qw(gendistrib genhdlist-old genhdlist2 packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ], C => [], OBJECT => '', CCFLAGS => '-Wall', @@ -95,7 +95,7 @@ WriteMakefile( MAN1PODS => { dumpdistribconf => '$(INST_MAN1DIR)/dumpdistribconf.1', gendistrib => '$(INST_MAN1DIR)/gendistrib.1', - genhdlist => '$(INST_MAN1DIR)/genhdlist.1', + 'genhdlist-old' => '$(INST_MAN1DIR)/genhdlist-old.1', genhdlist2 => '$(INST_MAN1DIR)/genhdlist2.1', packdrake => '$(INST_MAN1DIR)/packdrake.1', }, @@ -5,6 +5,8 @@ - parsehdlist, rpm2header o fix support for rpm5 o update deprecated code +- genhdlist-old + o genhdlist is now renamed as genhdlist-old Version 5.6 - 18 March 2008, by Pascal "Pixel" Rigaux diff --git a/genhdlist b/genhdlist-old index e64f3d2..f917cb5 100644 --- a/genhdlist +++ b/genhdlist-old @@ -111,11 +111,11 @@ __END__ =head1 NAME -genhdlist - generates an hdlist and a synthesis file +genhdlist-old - generates an hdlist and a synthesis file =head1 SYNOPSIS - genhdlist [options] dir [dir...] + genhdlist-old [options] dir [dir...] =head1 OPTIONS @@ -158,17 +158,17 @@ Put a suffix on list/hdlist/synthesis names (for example, C<_main>). =head1 DESCRIPTION -F<genhdlist> is used to generate an hdlist and an associated synthesis file +F<genhdlist-old> is used to generate an hdlist and an associated synthesis file from a set of RPM packages found in the directories passed on the command-line. By default it will put the hdlist and synthesis files in the current directory. If the option B<--list> is given, it will also generate a F<list> file containing the relative paths to all RPMs. Consequently, the paths to the directories -passed to F<genhdlist> must be relative ones. +passed to F<genhdlist-old> must be relative ones. =head1 SEE ALSO -gendistrib(1), parsehdlist(1) +genhdlist2(1), gendistrib(1), parsehdlist(1) =head1 COPYRIGHT |