[mozc] Enable mozc_renderer.

Akira TAGOH tagoh at fedoraproject.org
Thu Jun 7 11:58:52 UTC 2012


commit 3a880e84b9362010de705a73b00b3dd501d0b29b
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Jun 7 20:58:47 2012 +0900

    Enable mozc_renderer.

 mozc.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mozc.spec b/mozc.spec
index 9c04ac4..91e4d00 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -2,7 +2,7 @@
 
 Name:		mozc
 Version:	1.5.1090.102
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
 Group:		System Environment/Libraries
@@ -150,13 +150,14 @@ sed -i	-e "s|\(.*\)/usr/lib/\(glib-2.0/.*\)|\1%{_libdir}/\2|g" \
 	-e "s|\(.*\)/usr/lib/\(gtk-2.0/.*\)|\1%{_libdir}/\2|g" unix/scim/scim.gyp
 python build_mozc.py gyp --gypdir=%{_bindir} --server_dir=%{_libexecdir} --use_libprotobuf
 python build_mozc.py build_tools -c Release
-python build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup unix/emacs/emacs.gyp:mozc_emacs_helper server/server.gyp:mozc_server gui/gui.gyp:mozc_tool
+python build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup unix/emacs/emacs.gyp:mozc_emacs_helper server/server.gyp:mozc_server gui/gui.gyp:mozc_tool renderer/renderer.gyp:mozc_renderer
 
 
 %install
 install -d $RPM_BUILD_ROOT%{_libexecdir}
 install -p -m0755 out_linux/Release/mozc_server $RPM_BUILD_ROOT%{_libexecdir}
 install -p -m0755 out_linux/Release/mozc_tool $RPM_BUILD_ROOT%{_libexecdir}
+install -p -m0755 out_linux/Release/mozc_renderer $RPM_BUILD_ROOT%{_libexecdir}
 cp -a third_party/rx/v1_1_2/README third_party/rx/v1_1_2/README.rx
 
 # ibus-mozc
@@ -220,6 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %doc data/installer/credits_ja.html
 %dir %{_datadir}/ibus-mozc
 %{_libexecdir}/ibus-engine-mozc
+%{_libexecdir}/mozc_renderer
 %{_datadir}/ibus/component/mozc.xml
 %{_datadir}/ibus-mozc/*.png
 
@@ -258,6 +260,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Jun  7 2012 Akira TAGOH <tagoh at redhat.com> - 1.5.1090.102-2
+- Enable mozc_renderer.
+
 * Tue Jun  5 2012 Akira TAGOH <tagoh at redhat.com> - 1.5.1090.102-1
 - New upstream release. (#828202)
 - Update zipcode dictionaries.


More information about the scm-commits mailing list