Browse Source

libkkc-0.3.5-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9534 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 9 years ago
parent
commit
da118deac4
1 changed files with 10 additions and 3 deletions
  1. 10 3
      lib/libk/libkkc/libkkc-vl.spec

+ 10 - 3
lib/libk/libkkc/libkkc-vl.spec

@@ -1,7 +1,7 @@
 %define ver 0.3.5
-%define rel 1
+%define rel 2
 %define dataver 0.2.7
-%define datarel 5
+%define datarel 6
 
 %define from_git 0
 %if %{from_git}
@@ -31,8 +31,10 @@ Source0: libkkc-%{githash}.tar.gz
 Source0: https://github.com/ueno/libkkc/releases/download/v%{version}/%{name}-%{version}.tar.gz
 %endif
 Source1: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataver}.tar.xz
+Patch0: https://github.com/ueno/libkkc/commit/1f512da81a71287b13eb0a1f9b31830b16db2107.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: pkgconfig(gee-0.8)
+BuildRequires: libgee-vala
 BuildRequires: json-glib-devel
 BuildRequires: marisa-trie-devel
 # for libkkc-data
@@ -94,6 +96,7 @@ uses at run time.
 %else
 %setup -q
 %endif
+%patch0 -p1
 
 # for libkkc-data
 tar xf %{SOURCE1}
@@ -102,7 +105,7 @@ tar xf %{SOURCE1}
 %if %{from_git}
 ./autogen.sh
 %endif
-%configure --enable-shared \
+%configure --enable-shared --disable-static \
            --disable-silent-rules \
 %if %{with_vala}
            --enable-vala=yes \
@@ -180,6 +183,10 @@ popd
 %{_libdir}/libkkc/models/sorted3
 
 %changelog
+* Thu Apr 30 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-2
+- add 'Try all possible okuri-gana combinations' patch (Patch0)
+- add BuildRequires: libgee-vala
+
 * Mon Dec 29 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-1
 - update to libkkc 0.3.5
 - switch upstream source location to GitHub