9b4d16c
Summary:     Work out BuildRequires for rpmbuild automatically
9b4d16c
Name:        auto-buildrequires
0302425
Version:     1.1
0302425
Release:     1%{?dist}
9b4d16c
License:     GPLv2+
9b4d16c
Group:       Development/Tools
9b4d16c
URL:         http://et.redhat.com/~rjones/auto-buildrequires/
9b4d16c
Source0:     http://et.redhat.com/~rjones/auto-buildrequires/files/%{name}-%{version}.tar.gz
9b4d16c
BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
5d41319
9b4d16c
Requires:    rpm-build
5d41319
Requires:    perl-String-ShellQuote
9b4d16c
9b4d16c
%description
9b4d16c
Auto-BuildRequires is a simple set of scripts for automatically suggesting 
9b4d16c
BuildRequires lines for programs.
9b4d16c
9b4d16c
9b4d16c
%prep
9b4d16c
%setup -q
9b4d16c
9b4d16c
9b4d16c
%build
9b4d16c
%configure
9b4d16c
make %{?_smp_mflags}
9b4d16c
9b4d16c
9b4d16c
%install
9b4d16c
rm -rf $RPM_BUILD_ROOT
9b4d16c
make DESTDIR=$RPM_BUILD_ROOT install
9b4d16c
9b4d16c
9b4d16c
%clean
9b4d16c
rm -rf $RPM_BUILD_ROOT
9b4d16c
9b4d16c
9b4d16c
%files
9b4d16c
%defattr(-,root,root,-)
9b4d16c
%doc COPYING README
9b4d16c
%{_bindir}/auto-br
9b4d16c
%{_bindir}/auto-br-rpmbuild
9b4d16c
%{_libexecdir}/auto-br-analyze.pl
9b4d16c
%{_libexecdir}/%{name}-preload.so
9b4d16c
9b4d16c
9b4d16c
%changelog
0302425
* Wed Dec  9 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1-1
0302425
- New upstream version 1.1.
0302425
- Fixes bug when LANG != C (RHBZ#545867).
0302425
6ad9ff0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
6ad9ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6ad9ff0
5d41319
* Mon Mar  9 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0-3
5d41319
- New upstream version 1.0:
5d41319
  . Fixes 32-bit platforms.
5d41319
  . Add a missing runtime requires for a Perl library.
5d41319
- High release number is so that we are larger than the release number
5d41319
  in the upstream specfile.
5d41319
9b4d16c
* Fri Mar  6 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9-2
9b4d16c
- Prepared the SPEC file for Review Request submission
9b4d16c
9b4d16c
* Fri Mar  6 2009 Richard Jones <rjones@redhat.com> - 0.9-1
9b4d16c
- Imported to git and rebuilt.
9b4d16c
9b4d16c
* Thu Nov  6 2008 Richard Jones <rjones@redhat.com> - 0.1-2
9b4d16c
- Initial build.