[Fedora-i18n-bugs] [libskk/f17] Update to 0.0.11-1.

Daiki Ueno ueno at fedoraproject.org
Mon Feb 13 09:29:29 UTC 2012


commit f85490472f8f14e9c68b95365e6f88f5a823a20d
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Feb 13 18:29:24 2012 +0900

    Update to 0.0.11-1.

 .gitignore  |    1 +
 libskk.spec |   12 ++++++++++--
 sources     |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee4acd8..a365b4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libskk-0.0.7.tar.gz
 /libskk-0.0.8.tar.gz
 /libskk-0.0.9.tar.gz
+/libskk-0.0.11.tar.gz
diff --git a/libskk.spec b/libskk.spec
index 4a72538..96799e1 100644
--- a/libskk.spec
+++ b/libskk.spec
@@ -1,5 +1,5 @@
 Name:		libskk
-Version:	0.0.9
+Version:	0.0.11
 Release:	1%{?dist}
 Summary:	Library to deal with Japanese kana-to-kanji conversion method
 
@@ -13,6 +13,7 @@ BuildRequires:	vala
 BuildRequires:	pkgconfig(gee-1.0)
 BuildRequires:	json-glib-devel
 BuildRequires:	gobject-introspection-devel
+BuildRequires:	libfep-devel
 BuildRequires:	intltool
 
 %description
@@ -36,7 +37,7 @@ developing applications that use %{name}.
 
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-fep
 make %{?_smp_mflags}
 
 
@@ -60,6 +61,9 @@ install -p -m644 libskk/skk-1.0.deps $RPM_BUILD_ROOT/%{_datadir}/vala/vapi/
 %{_libdir}/*.so.*
 %{_datadir}/libskk
 %{_libdir}/girepository-1.0/Skk*.typelib
+%{_bindir}/skkfep
+%{_libexecdir}/libskk/
+%{_mandir}/man1/skk*
 
 %files devel
 %doc
@@ -71,6 +75,10 @@ install -p -m644 libskk/skk-1.0.deps $RPM_BUILD_ROOT/%{_datadir}/vala/vapi/
 
 
 %changelog
+* Mon Feb 13 2012 Daiki Ueno <dueno at redhat.com> - 0.0.11-1
+- new upstream release
+- build with --enable-fep
+
 * Wed Jan 25 2012 Daiki Ueno <dueno at redhat.com> - 0.0.9-1
 - new upstream release
 
diff --git a/sources b/sources
index e1b1564..cad52b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e43bf4b57ab731efe4a641bc9aa3ad4  libskk-0.0.9.tar.gz
+3fe1bc5c265ac8be2a8a461c1eeb6817  libskk-0.0.11.tar.gz


More information about the i18n-bugs mailing list