[stardict] Run upstream autogen.sh

cheeselee cheeselee at fedoraproject.org
Wed Jan 16 15:50:02 UTC 2013


commit 46d208954ffb5466a7270463dec1f0bc30d31313
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Wed Jan 16 23:49:50 2013 +0800

    Run upstream autogen.sh

 stardict.spec |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/stardict.spec b/stardict.spec
index 91824dd..527582e 100644
--- a/stardict.spec
+++ b/stardict.spec
@@ -38,13 +38,7 @@ find dict/src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f
 chmod 644 COPYING
 
 %build
-pushd dict
-autoreconf -i -f
-popd
-pushd lib
-autoreconf -i -f
-popd
-
+./autogen.sh
 # gnome and gucharmap are gtk3 now.
 # dictdotcn is outdated.
 # no 'make install' for tools
@@ -90,6 +84,7 @@ rm dict/doc/{Makefile*,Readme.mac,README_windows.txt}
 * Wed Jan 16 2013 Robin Lee <cheeselee at fedoraproject.org> - 3.0.4-3
 - Compile with --disable-gnome-support since GNOME 2 is obsoleted
 - Re-enable the espeak plugin
+- Run upstream autogen.sh
 - Other cleanup
 
 * Wed Jan 16 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.0.4-2


More information about the scm-commits mailing list