auto-br-analyze.pl: Fix failure when LANG != C. (RHBZ#545867).
[autobuildrequires.git] / auto-buildrequires.spec.in
1 # @configure_input@
2
3 Summary:     Work out BuildRequires for rpmbuild automatically
4 Name:        auto-buildrequires
5 Version:     @VERSION@
6 Release:     2
7 License:     GPLv2+
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
12
13 Requires:       perl-String-ShellQuote
14
15 %description
16 Auto-BuildRequires is a simple set of scripts for automatically
17 suggesting BuildRequires lines for programs.
18
19
20 %prep
21 %setup -q
22
23
24 %build
25 %configure
26 make
27
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 make DESTDIR=$RPM_BUILD_ROOT install
32
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37
38 %files
39 %defattr(-,root,root,-)
40 %doc COPYING README
41 %{_bindir}/auto-br
42 %{_bindir}/auto-br-rpmbuild
43 %{_libexecdir}/auto-br-analyze.pl
44 %{_libexecdir}/auto-buildrequires-preload.so
45
46
47 %changelog
48 * Sat Mar  7 2009 Rajeesh K Nambiar <rajeeshknambiar@gmail.com> - 0.9.2
49 - Added dependency 'Requires: Perl-String-ShellQuote'
50
51 * Fri Mar  6 2009 Richard Jones <rjones@redhat.com> - 0.9-1
52 - Imported to git and rebuilt.
53
54 * Thu Nov  6 2008 Richard Jones <rjones@redhat.com> - 0.1-2
55 - Initial build.