remove duplicated call to autoreconf

autoreconf was called from both %prep and %build, and the BR for
automake/libtool were duplicated.
This commit is contained in:
Christophe Fergeau 2011-07-27 01:17:13 +02:00
parent 1c971ab094
commit 17ceae6464

View File

@ -40,7 +40,6 @@ BuildRequires: python-mutagen
BuildRequires: sg3_utils-devel
BuildRequires: sqlite-devel
BuildRequires: swig
BuildRequires: autoconf automake libtool
Requires: udev
%description
@ -127,7 +126,6 @@ chmod -x bindings/python/examples/*.py
%build
autoreconf -f -i
%configure --without-hal --enable-udev --with-temp-mount-dir=%{_localstatedir}/run/%{name}
make %{?_smp_mflags}
@ -214,6 +212,7 @@ rm -rf %{buildroot}
%changelog
* Wed Jul 27 2011 Christophe Fergeau <cfergeau@redhat.com>
- Remove duplicated call to autoreconf
- Small BuildRequires cleanups
* Mon Jul 25 2011 Christian Krause <chkr@fedoraproject.org> - 0.8.2-1