From 17ceae6464ea443501525a8e0115f2f953e3a5d7 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Jul 27 2011 00:50:40 +0000 Subject: remove duplicated call to autoreconf autoreconf was called from both %prep and %build, and the BR for automake/libtool were duplicated. --- 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 +- Remove duplicated call to autoreconf - Small BuildRequires cleanups * Mon Jul 25 2011 Christian Krause - 0.8.2-1