From b48793edf81414fe37fbfd96c0b5851767ebb96d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 27 Mar 2009 15:10:16 +0000 Subject: [PATCH] Documentation improvements. --- README | 40 +++++++++++++++++++++++++++++----------- rpmdepsize.spec.in | 3 +++ 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/README b/README index e3e9d20..9f0d883 100644 --- a/README +++ b/README @@ -3,31 +3,49 @@ by Richard W.M. Jones http://et.redhat.com/~rjones/rpmdepsize ---------------------------------------------------------------------- -This program displays the size of RPMs and their dependencies. It's -useful for shaming RPMs that have too many dependencies or pull in -large amounts of data because of indirect dependencies. - -Please read the manual page rpmdepsize(1) for full details. + This program displays the size of RPMs and their dependencies. It's + useful for shaming RPMs that have too many dependencies or pull in + large amounts of data because of indirect dependencies. Requirements ---------------------------------------------------------------------- - ocaml >= 3.10 + ocaml >= 3.10 http://caml.inria.fr/ - and the following OCaml packages: - * findlib - * extlib - * sexplib310 - * type-conv - * lablgtk2 + * findlib http://projects.camlcity.org/projects/findlib.html/ + * extlib http://code.google.com/p/ocaml-extlib/ + * sexplib310 http://www.ocaml.info/home/ocaml_sources.html + * type-conv - - "" - - + * lablgtk2 http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html python yum - including the Python libraries, which come by default + emacs-tuareg + - emacs editing mode for OCaml, just if you want to edit the code + Build ---------------------------------------------------------------------- ./configure make sudo make install + + rpmdepsize [--debug] [package] + +Git repository +---------------------------------------------------------------------- + + http://git.et.redhat.com/?p=rpmdepsize.git;a=summary + +Problems +---------------------------------------------------------------------- + + This is highly experimental exploratory software, so don't expect + much support or quick bug fixes. + + Patches are welcome. + + Tip: Run with the --debug command line flag. diff --git a/rpmdepsize.spec.in b/rpmdepsize.spec.in index cdac358..2f9e2b4 100644 --- a/rpmdepsize.spec.in +++ b/rpmdepsize.spec.in @@ -27,6 +27,9 @@ Requires: yum >= 3.2.21 rpmdepsize is an interactive graphical tool for visualizing the size of RPM dependencies. +It's useful for shaming RPMs that have too many dependencies or pull +in large amounts of data because of indirect dependencies. + %prep %setup -q -- 1.8.3.1