[sirius] Run autogen.sh since upstreams autotools is out of date.

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 25 04:59:18 UTC 2011


commit 7fcad92eec1e92df8dee08c3fe548607502ebfa4
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Jun 24 23:31:49 2011 -0500

    Run autogen.sh since upstreams autotools is out of date.

 sirius.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/sirius.spec b/sirius.spec
index 586a24a..af34d92 100644
--- a/sirius.spec
+++ b/sirius.spec
@@ -41,6 +41,9 @@ transpositions and a less expensive evaluation function.
 
 
 %build
+# Upstream hasn't updated their autotools output in a while and it needs
+# to be rebuilt.
+./autogen.sh
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -72,6 +75,7 @@ desktop-file-install --vendor fedora --delete-original	\
 %changelog
 * Fri Jun 24 2011 Bruno Wolff III <bruno at wolff.to> - 0.8.0-17
 - Note that upstream has disappeared
+- Run autogen.sh, since upstreams autotools stuff is out of date
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list