Browse Source

update to 1.4.1003.102

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6035 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
e2e1eeaa5f
1 changed files with 14 additions and 4 deletions
  1. 14 4
      m/mozc/mozc-vl.spec

+ 14 - 4
m/mozc/mozc-vl.spec

@@ -1,5 +1,5 @@
-%define		ver	1.3.975.102
-%define		rel	2
+%define		ver	1.4.1003.102
+%define		rel	1
 
 # if you want to make scim-mozc package, rpm --define with_scim:1
 %define		with_scim	0
@@ -52,7 +52,9 @@ Requires:	mozc-server = %{version}-%{release}
 Requires:	mozc-utils-gui = %{version}-%{release}
 Requires:	ibus-mozc = %{version}-%{release}
 
-Packager:	kazutaka
+Distribution: Vine Linux
+Vendor: Project Vine
+Packager: kazutaka, daisuke
 
 %description
 Mozc is a Japanese Input Method Editor (IME) designed for
@@ -146,7 +148,11 @@ Mozc のための Emacs-lisp フロントエンド
 
 %build
 unset QTDIR
-%{__python} build_mozc.py gyp --gypdir=%{_bindir} --channel_dev=0
+%{__python} build_mozc.py gyp \
+  --gypdir=%{_bindir} \
+  --channel_dev=0 \
+  --use_libprotobuf
+
 %{__python} build_mozc.py build_tools -c Release
 %{__python} build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc \
 %if %{with_scim}
@@ -295,6 +301,10 @@ fi
 
 
 %changelog
+* Thu Mar 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1003.102-1
+- new upstream release 
+- add --use_libprotobuf to link with system protobuf
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.975.102-2
 - rebuild with protobuf-2.4.1