To build the package, try this: rpmbuild --rebuild audit-1.6.1-1.src.rpm
substituting the proper version.

If you insist on doing it the hard way...

aclocal && autoconf && autoheader && automake
./configure --sbindir=/sbin --mandir=/usr/share/man --libdir=/lib
make
make install

