X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=c492ed7ab31d71091feef09cdd064acb8e5135fc;hb=1995154649a9897f7deea915e5a822197907552a;hp=4be546c0303b233d15893e2846ee84d37783ee2a;hpb=846f1af61e7a985bae6105771f4b80c677cc2d5a;p=autobuildrequires.git diff --git a/README b/README index 4be546c..c492ed7 100644 --- a/README +++ b/README @@ -5,24 +5,4 @@ Written by Richard W.M. Jones, rjones@redhat.com, http://et.redhat.com/~rjones/ http://et.redhat.com/~rjones/auto-buildrequires/ -Usage: - - auto-br-rpmbuild -ba foo.spec - -If your build command is more complex, try: - - auto-br [command ...] - - -Developers ----------------------------------------------------------------------- - -The basic "magic" is a C LD_PRELOAD module, auto-buildrequires-preload.c, -which intercepts some system calls to determine which files the build -is looking at. Those get logged to a simple text file. - -The Perl analysis script, auto-br-analyze.pl.in, runs afterwards on -the logfile, and uses rpm to find out which packages those files -belong to. Those are printed out as the list of BuildRequires. - -A shell script, auto-br.sh.in, holds the whole thing together. +For how to use it, see "autobuildrequires.pod" or autobuildrequires(1).