[Groonga-commit] groonga/groonga [master] [rpm] add --with-package-platform=redhat option.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 17日 (木) 11:48:09 JST


Kouhei Sutou	2011-11-17 02:48:09 +0000 (Thu, 17 Nov 2011)

  New Revision: f1c4533cb2a88861d13d628a62221bc3b0416711

  Log:
    [rpm] add --with-package-platform=redhat option.

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

  Modified: packages/rpm/centos/groonga.spec.in (+2 -1)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2011-11-16 08:58:19 +0000 (98f67f4)
+++ packages/rpm/centos/groonga.spec.in    2011-11-17 02:48:09 +0000 (8f6668c)
@@ -126,7 +126,7 @@ Munin plugins for groonga
 
 
 %build
-%configure --disable-static
+%configure --disable-static --with-package-platform=redhat
 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}
@@ -270,6 +270,7 @@ fi
 - new upstream release.
 - enable zlib support.
 - enable lzo support.
+- add --with-package-platform=redhat configure option to install init script.
 
 * Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.7-0
 - new upstream release.

  Modified: packages/rpm/fedora/groonga.spec.in (+2 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2011-11-16 08:58:19 +0000 (cb49b23)
+++ packages/rpm/fedora/groonga.spec.in    2011-11-17 02:48:09 +0000 (2639c09)
@@ -138,7 +138,7 @@ PHP language binding for groonga
 
 
 %build
-%configure --disable-static
+%configure --disable-static --with-package-platform=redhat
 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}
@@ -317,6 +317,7 @@ fi
 - new upstream release.
 - enable zlib support.
 - enable lzo support.
+- add --with-package-platform=redhat configure option to install init script.
 
 * Sat Oct 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.7-0
 - new upstream release.




Groonga-commit メーリングリストの案内
Back to archive index