[libgpod] remove duplicated call to autoreconf

Christophe Fergeau teuf at fedoraproject.org
Wed Jul 27 00:51:50 UTC 2011


commit 17ceae6464ea443501525a8e0115f2f953e3a5d7
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Jul 27 01:17:13 2011 +0200

    remove duplicated call to autoreconf
    
    autoreconf was called from both %prep and %build, and the BR for
    automake/libtool were duplicated.

 libgpod.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgpod.spec b/libgpod.spec
index 690dfc2..0ca3d61 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -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 at redhat.com>
+- Remove duplicated call to autoreconf
 - Small BuildRequires cleanups
 
 * Mon Jul 25 2011 Christian Krause <chkr at fedoraproject.org> - 0.8.2-1


More information about the scm-commits mailing list