3 Summary: Work out BuildRequires for rpmbuild automatically
4 Name: auto-buildrequires
8 Group: Development/Tools
9 URL: http://et.redhat.com/~rjones/auto-buildrequires/
10 Source0: http://et.redhat.com/~rjones/auto-buildrequires/files/%{name}-%{version}.tar.gz
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13 Requires: perl-String-ShellQuote
16 Auto-BuildRequires is a simple set of scripts for automatically
17 suggesting BuildRequires lines for programs.
30 rm -rf $RPM_BUILD_ROOT
31 make DESTDIR=$RPM_BUILD_ROOT install
35 rm -rf $RPM_BUILD_ROOT
39 %defattr(-,root,root,-)
42 %{_bindir}/auto-br-rpmbuild
43 %{_libexecdir}/auto-br-analyze.pl
44 %{_libexecdir}/auto-buildrequires-preload.so
48 * Sat Mar 7 2009 Rajeesh K Nambiar <rajeeshknambiar@gmail.com> - 0.9.2
49 - Added dependency 'Requires: Perl-String-ShellQuote'
51 * Fri Mar 6 2009 Richard Jones <rjones@redhat.com> - 0.9-1
52 - Imported to git and rebuilt.
54 * Thu Nov 6 2008 Richard Jones <rjones@redhat.com> - 0.1-2