[at-spi2-core] autoreconf harder

rtcm rtcm at fedoraproject.org
Sun Jul 28 18:32:58 UTC 2013


commit d81cb388bcbacdc2b26c424e1d919b4ef4610618
Author: Rui Matos <tiagomatos at gmail.com>
Date:   Sun Jul 28 20:20:08 2013 +0200

    autoreconf harder

 at-spi2-core.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/at-spi2-core.spec b/at-spi2-core.spec
index 4e66de3..ac77386 100644
--- a/at-spi2-core.spec
+++ b/at-spi2-core.spec
@@ -1,6 +1,6 @@
 Name:           at-spi2-core
 Version:        2.9.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Protocol definitions and daemon for D-Bus at-spi
 
 Group:          System Environment/Libraries
@@ -44,7 +44,7 @@ API documentation for libatspi.
 %setup -q
 
 %build
-autoreconf -v --install
+autoreconf -v --install --force
 %configure --with-dbus-daemondir=/bin
 make %{?_smp_mflags}
 
@@ -79,6 +79,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
 %{_libdir}/pkgconfig/atspi-2.pc
 
 %changelog
+* Sun Jul 28 2013 Rui Matos <rmatos at redhat.com> - 2.9.4-3
+- Pass --force to autoreconf to be sure it does what we want
+
 * Sat Jul 20 2013 Rui Matos <rmatos at redhat.com> - 2.9.4-2
 - Run autoreconf instead of a sed hack to avoid RPATH embedding
 


More information about the scm-commits mailing list