[mingw-libsoup] autoreconf is needed for one of the patches

Erik van Pienbroek epienbro at fedoraproject.org
Sun Mar 24 19:15:23 UTC 2013


commit 842608ec85c9b3a9b4a9777160cd7bb4fb2f10bb
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Mar 24 20:15:03 2013 +0100

    autoreconf is needed for one of the patches

 mingw-libsoup.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/mingw-libsoup.spec b/mingw-libsoup.spec
index 294e87b..be254a5 100644
--- a/mingw-libsoup.spec
+++ b/mingw-libsoup.spec
@@ -33,6 +33,9 @@ BuildRequires:  mingw64-sqlite
 BuildRequires:	glib2-devel
 BuildRequires:	intltool
 
+# Required for patch2
+BuildRequires:  autoconf automake libtool
+
 # The keyword 'interface' is a registered keyword in the Win32 api
 # and therefore shouldn't be used as variable name
 Patch0:         libsoup-dont-use-interface-keyword.patch
@@ -121,6 +124,8 @@ Static version of the MinGW Windows Libsoup library.
 %patch1 -p0
 %patch2 -p0
 
+autoreconf -i --force
+
 
 %build
 # Libsoup can't build static and shared libraries in one go, so we build the package twice here


More information about the scm-commits mailing list