[Groonga-commit] groonga/groonga at 89d8f1a [master] package rpm: fix invalid %if condition syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 23 23:20:59 JST 2016


Kouhei Sutou	2016-11-23 23:20:59 +0900 (Wed, 23 Nov 2016)

  New Revision: 89d8f1a851476023c345de554980c18f82e4dc22
  https://github.com/groonga/groonga/commit/89d8f1a851476023c345de554980c18f82e4dc22

  Message:
    package rpm: fix invalid %if condition syntax

  Modified files:
    packages/rpm/centos/groonga.spec.in

  Modified: packages/rpm/centos/groonga.spec.in (+3 -3)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2016-11-23 15:52:08 +0900 (34605b8)
+++ packages/rpm/centos/groonga.spec.in    2016-11-23 23:20:59 +0900 (2968623)
@@ -208,10 +208,10 @@ Munin plugins for Groonga
 %configure \
   --disable-static \
   --with-package-platform=centos%{?centos_ver} \
-%if %{!_use_lz4}
+%if ! %{_use_lz4}
   --without-lz4 \
 %endif
-%if %{!_use_zstd}
+%if ! %{_use_zstd}
   --without-zstd \
 %endif
 %if %{_use_mecab}
@@ -219,7 +219,7 @@ Munin plugins for Groonga
 %else
   --without-mecab \
 %endif
-%if %{!_use_msgpack}
+%if ! %{_use_msgpack}
   --without-message-pack \
 %endif
   --with-munin-plugins \
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index