[mingw-gtk2: 54/65] mingw-gtk2: BuildRequire packages needed for regenerating configure

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:04:46 UTC 2012


commit 00cd723e83b2ee7635fd320666b0f103e79f7c76
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Oct 18 20:57:01 2011 +0300

    mingw-gtk2: BuildRequire packages needed for regenerating configure
    
    gtk2 has switched to using AM_MAINTAINER_MODE([enable]), which means
    that changes to configure.in will result in the configure script getting
    regenerated.
    
    gtk-fix-out-of-source-build.patch (can we get this upstream or drop it,
    please?) patches configure.in, so we need to BR the packages.

 mingw32-gtk2.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-gtk2.spec b/mingw32-gtk2.spec
index 150a0b5..773cd3a 100644
--- a/mingw32-gtk2.spec
+++ b/mingw32-gtk2.spec
@@ -52,6 +52,9 @@ BuildRequires:  glib2-devel
 BuildRequires:  gtk2
 # Native one for gdk-pixbuf-csource
 BuildRequires:  gtk2-devel
+# Packages needed for regenerating configure
+BuildRequires:  gtk-doc
+BuildRequires:  automake autoconf libtool
 
 Requires:       pkgconfig
 


More information about the scm-commits mailing list