Kouhei Sutou
null+****@clear*****
Tue Oct 28 16:44:22 JST 2014
Kouhei Sutou 2014-10-28 16:44:22 +0900 (Tue, 28 Oct 2014) New Revision: a0bc0707c9d9020d60cff569f44827a553a65a15 https://github.com/groonga/groonga/commit/a0bc0707c9d9020d60cff569f44827a553a65a15 Message: package yum: support zlib (and probably LZ4) Modified files: packages/rpm/centos/groonga.spec.in packages/yum/env.sh.in Modified: packages/rpm/centos/groonga.spec.in (+6 -3) =================================================================== --- packages/rpm/centos/groonga.spec.in 2014-10-28 16:36:33 +0900 (9abb07f) +++ packages/rpm/centos/groonga.spec.in 2014-10-28 16:44:22 +0900 (492cf17) @@ -41,6 +41,10 @@ on relational data model. Summary: Runtime libraries for Groonga Group: System Environment/Libraries License: LGPLv2 and (MIT or GPLv2) +Requires: zlib +%if %{use_lz4} +Requires: lz4 +%endif Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -160,9 +164,8 @@ Munin plugins for Groonga %configure \ --disable-static \ --with-package-platform=redhat \ - --with-zlib \ -%if %{use_lz4} - --with-lz4 \ +%if %{!use_lz4} + --without-lz4 \ %endif %if %{use_mecab} --with-mecab \ Modified: packages/yum/env.sh.in (+0 -1) =================================================================== --- packages/yum/env.sh.in 2014-10-28 16:36:33 +0900 (3dbe0fd) +++ packages/yum/env.sh.in 2014-10-28 16:44:22 +0900 (a828b65) @@ -11,7 +11,6 @@ libevent-devel python2-devel php-devel zlib-devel -lzo-devel libedit-devel ruby tar -------------- next part -------------- HTML����������������������������...Descargar