From 51ded5dda1017f2b6da1bcce298ee5386e5948a5 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Mar 07 2009 18:11:02 +0000 Subject: - Prepared the SPEC file for Review Request submission Fri Mar 6 2009 Richard Jones - 0.9-1 - Imported to git and rebuilt. Thu Nov 6 2008 Richard Jones - 0.1-2 - Initial build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..19ed5ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +auto-buildrequires-0.9.tar.gz diff --git a/auto-buildrequires.spec b/auto-buildrequires.spec new file mode 100644 index 0000000..ff7a331 --- /dev/null +++ b/auto-buildrequires.spec @@ -0,0 +1,52 @@ +Summary: Work out BuildRequires for rpmbuild automatically +Name: auto-buildrequires +Version: 0.9 +Release: 2%{?dist} +License: GPLv2+ +Group: Development/Tools +URL: http://et.redhat.com/~rjones/auto-buildrequires/ +Source0: http://et.redhat.com/~rjones/auto-buildrequires/files/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: rpm-build + +%description +Auto-BuildRequires is a simple set of scripts for automatically suggesting +BuildRequires lines for programs. + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING README +%{_bindir}/auto-br +%{_bindir}/auto-br-rpmbuild +%{_libexecdir}/auto-br-analyze.pl +%{_libexecdir}/%{name}-preload.so + + +%changelog +* Fri Mar 6 2009 Orcan Ogetbil - 0.9-2 +- Prepared the SPEC file for Review Request submission + +* Fri Mar 6 2009 Richard Jones - 0.9-1 +- Imported to git and rebuilt. + +* Thu Nov 6 2008 Richard Jones - 0.1-2 +- Initial build. diff --git a/import.log b/import.log new file mode 100644 index 0000000..8967fcd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +auto-buildrequires-0_9-2_fc10:F-9:auto-buildrequires-0.9-2.fc10.src.rpm:1236449427 diff --git a/sources b/sources index e69de29..300e2c6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7e6bb91919165439bf347f7c23c4cad4 auto-buildrequires-0.9.tar.gz