summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-10-24 21:36:12 +0000
committerjbj <devnull@localhost>2002-10-24 21:36:12 +0000
commite2b28faace3abc3f1962e6c54fdb5f4af797ebf1 (patch)
treedc9908b5692c097832e105805db83554695499bd /doc
parentdec92019981323fac040c4d73f553d9e6bd72dda (diff)
downloadrpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.tar.gz
rpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.tar.bz2
rpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.zip
- add /usr/lib/rpm/rpmdeps.
- add /usr/lib/rpm/magic. CVS patchset: 5814 CVS date: 2002/10/24 21:36:12
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/rpmdeps.829
2 files changed, 30 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8665681ba..282ead0e1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,6 +2,6 @@
SUBDIRS = manual fr ja ko pl ru sk
-man_MANS = gendiff.1 rpm.8 rpmbuild.8 rpmcache.8 rpmgraph.8 rpm2cpio.8
+man_MANS = gendiff.1 rpm.8 rpmbuild.8 rpmcache.8 rpmdeps.8 rpmgraph.8 rpm2cpio.8
EXTRA_DIST = $(man_MANS)
diff --git a/doc/rpmdeps.8 b/doc/rpmdeps.8
new file mode 100644
index 000000000..af932c0e2
--- /dev/null
+++ b/doc/rpmdeps.8
@@ -0,0 +1,29 @@
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
+.\" Please send any bug reports, improvements, comments, patches,
+.\" etc. to Steve Cheng <steve@ggi-project.org>.
+.TH "RPMDEPS" "8" "24 October 2002" "Red Hat, Inc." "Red Hat Linux"
+.SH NAME
+rpmdeps \- Generate RPM Package Dependencies
+.SH SYNOPSIS
+.PP
+
+
+\fBrpmdeps\fR \fB{-P|--provides}\fR \fB{-R|--requires}\fR \fB\fIFILE\fB\fR\fI ...\fR
+
+.SH "DESCRIPTION"
+.PP
+\fBrpmdeps\fR generates package dependencies
+for the set of \fIFILE\fR arguments.
+Each \fIFILE\fR argument is searched for
+Elf32/Elf64, script interpreter, or per-script dependencies,
+and the dependencies are printed to stdout.
+.SH "SEE ALSO"
+
+\fBrpm\fR(8),
+
+\fBrpmbuild\fR(8),
+.SH "AUTHORS"
+
+Jeff Johnson <jbj@redhat.com>