summaryrefslogtreecommitdiff
path: root/Perl-RPM/RPM
diff options
context:
space:
mode:
authorrjray <devnull@localhost>2000-08-25 15:21:34 +0000
committerrjray <devnull@localhost>2000-08-25 15:21:34 +0000
commit325519f9332cb7c7d36b6bda2f350aa572ad208a (patch)
tree177439280b60364480009e9e698922673b52aadf /Perl-RPM/RPM
parent1834248adbd92628b84e3cc9954b514f11c7dab7 (diff)
downloadlibrpm-tizen-325519f9332cb7c7d36b6bda2f350aa572ad208a.tar.gz
librpm-tizen-325519f9332cb7c7d36b6bda2f350aa572ad208a.tar.bz2
librpm-tizen-325519f9332cb7c7d36b6bda2f350aa572ad208a.zip
doc fixes
CVS patchset: 4128 CVS date: 2000/08/25 15:21:34
Diffstat (limited to 'Perl-RPM/RPM')
-rw-r--r--Perl-RPM/RPM/Constants.pm22
1 files changed, 12 insertions, 10 deletions
diff --git a/Perl-RPM/RPM/Constants.pm b/Perl-RPM/RPM/Constants.pm
index a0c345ae7..bacdd754f 100644
--- a/Perl-RPM/RPM/Constants.pm
+++ b/Perl-RPM/RPM/Constants.pm
@@ -5,7 +5,7 @@
#
###############################################################################
#
-# $Id: Constants.pm,v 1.9 2000/08/18 08:23:43 rjray Exp $
+# $Id: Constants.pm,v 1.10 2000/08/25 15:21:34 rjray Exp $
#
# Description: Constants for the RPM package
#
@@ -27,7 +27,7 @@ use RPM;
@ISA = qw(Exporter);
$VERSION = '0.28';
-$revision = do { my @r=(q$Revision: 1.9 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r };
+$revision = do { my @r=(q$Revision: 1.10 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r };
@EXPORT_OK = qw(
ADD_SIGNATURE
@@ -1239,6 +1239,16 @@ The following tags may be imported via the B<:rpmfile> specifier. They are
used to express various characteristics of files in the archive, based on the
value from B<RPMTAG_FILEFLAGS> that corresponds to a given file.
+=over
+
+=item RPMFILE_CONFIG
+
+Not documented yet.
+
+=item RPMFILE_DOC
+
+Not documented yet.
+
=item RPMFILE_DONOTUSE
Not documented yet.
@@ -1352,14 +1362,6 @@ Not documented yet.
Not documented yet.
-=item RPMFILE_CONFIG
-
-Not documented yet.
-
-=item RPMFILE_DOC
-
-Not documented yet.
-
=item RPMPROB_FILTER_DISKSPACE
Not documented yet.