[Fedora-i18n-bugs] [libskk/f15] Work around f15's vala version.

Daiki Ueno ueno at fedoraproject.org
Mon Dec 26 09:14:11 UTC 2011


commit 08ea215128cec39089244d78b53b920c33f8e947
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Dec 26 18:13:45 2011 +0900

    Work around f15's vala version.

 libskk.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/libskk.spec b/libskk.spec
index ced56eb..8381b18 100644
--- a/libskk.spec
+++ b/libskk.spec
@@ -14,6 +14,10 @@ BuildRequires:	pkgconfig(gee-1.0)
 BuildRequires:	json-glib-devel
 BuildRequires:	gobject-introspection-devel
 BuildRequires:	intltool
+# to regenerate configure
+BuildRequires:  gettext-devel
+BuildRequires:  libtool
+BuildRequires:  automake
 
 %description
 The libskk project aims to provide GObject-based interface of Japanese
@@ -36,6 +40,9 @@ developing applications that use %{name}.
 
 
 %build
+# f15's vala is 0.12.1
+sed -i 's/AM_PROG_VALAC(\[0.14.0\])/AM_PROG_VALAC([0.12.0])/' configure.ac
+autoreconf -f -i
 %configure --disable-static
 make %{?_smp_mflags}
 


More information about the i18n-bugs mailing list