null+****@clear*****
null+****@clear*****
2011年 11月 17日 (木) 12:59:43 JST
Kouhei Sutou 2011-11-17 03:59:43 +0000 (Thu, 17 Nov 2011)
New Revision: 269b82c71176c573489ece51eab6ca74b133f945
Log:
[rpm] add --with-munin-plugins option.
Modified files:
packages/rpm/centos/groonga.spec.in
packages/rpm/fedora/groonga.spec.in
Modified: packages/rpm/centos/groonga.spec.in (+5 -1)
===================================================================
--- packages/rpm/centos/groonga.spec.in 2011-11-17 03:50:19 +0000 (8f6668c)
+++ packages/rpm/centos/groonga.spec.in 2011-11-17 03:59:43 +0000 (fe9bf23)
@@ -126,7 +126,10 @@ Munin plugins for groonga
%build
-%configure --disable-static --with-package-platform=redhat
+%configure \
+ --disable-static \
+ --with-package-platform=redhat \
+ --with-munin-plugins
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
@@ -271,6 +274,7 @@ fi
- enable zlib support.
- enable lzo support.
- add --with-package-platform=redhat configure option to install init script.
+- add --with-munin-plugins cofnigure option to install Munin plugins.
* Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.7-0
- new upstream release.
Modified: packages/rpm/fedora/groonga.spec.in (+5 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in 2011-11-17 03:50:19 +0000 (2639c09)
+++ packages/rpm/fedora/groonga.spec.in 2011-11-17 03:59:43 +0000 (c205626)
@@ -138,7 +138,10 @@ PHP language binding for groonga
%build
-%configure --disable-static --with-package-platform=redhat
+%configure \
+ --disable-static \
+ --with-package-platform=redhat \
+ --with-munin-plugins
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
@@ -318,6 +321,7 @@ fi
- enable zlib support.
- enable lzo support.
- add --with-package-platform=redhat configure option to install init script.
+- add --with-munin-plugins cofnigure option to install Munin plugins.
* Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.7-0
- new upstream release.