[clutter] Run autoreconf

Peter Hutterer whot at fedoraproject.org
Mon Jan 19 03:20:16 UTC 2015


commit e9d83f3a590897745dcf89939ae0de899533d738
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Jan 19 12:50:33 2015 +1000

    Run autoreconf

 clutter.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/clutter.spec b/clutter.spec
index bba9087..8b9d944 100644
--- a/clutter.spec
+++ b/clutter.spec
@@ -8,7 +8,7 @@
 
 Name:          clutter
 Version:       1.21.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Open Source software library for creating rich graphical user interfaces
 
 Group:         Development/Libraries
@@ -29,6 +29,7 @@ BuildRequires: libXcomposite-devel
 BuildRequires: libXdamage-devel
 BuildRequires: libXi-devel
 BuildRequires: libevdev-devel
+BuildRequires: automake autoconf libtool
 BuildRequires: gettext-devel
 %if 0%{?with_wayland}
 BuildRequires: libgudev1-devel
@@ -84,6 +85,7 @@ the functionality of the installed clutter package.
 %patch01 -p1
 
 %build
+autoreconf -i -f
 %configure \
 	--enable-xinput \
         --enable-gdk-backend \
@@ -136,6 +138,9 @@ make check %{?_smp_mflags} V=1
 %endif
 
 %changelog
+* Mon Jan 19 2015 Peter Hutterer <peter.hutterer at redhat.com> 1.21.2-3
+- Run autoreconf
+
 * Mon Jan 19 2015 Peter Hutterer <peter.hutterer at redhat.com> 1.21.2-2
 - Update to libinput 0.8
 


More information about the scm-commits mailing list