[Groonga-commit] groonga/groonga [master] [package] add groonga-tools package that has groonga-query-log-analyzer.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 27日 (月) 18:41:29 JST


Kouhei Sutou	2011-06-27 09:41:29 +0000 (Mon, 27 Jun 2011)

  New Revision: eaac14b09b674bea6b4655b56506c0da5419d446

  Log:
    [package] add groonga-tools package that has groonga-query-log-analyzer.

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

  Modified: packages/debian/control (+14 -1)
===================================================================
--- packages/debian/control    2011-06-27 09:31:16 +0000 (64f744c)
+++ packages/debian/control    2011-06-27 09:41:29 +0000 (de741d1)
@@ -135,6 +135,19 @@ Description: Documentation of groonga.
  .
  This package provides documentation of groonga.
 
+Package: groonga-tools
+Section: database
+Architecture: any
+Depends:
+  ${misc:Depends},
+  ${shlibs:Depends},
+  ruby
+Description: Tools for groonga.
+ Groonga is an open-source fulltext search engine and column store.
+ It lets you write high-performance applications that requires fulltext search.
+ .
+ This package provides tools for groonga.
+
 Package: groonga-examples
 Section: database
 Architecture: any
@@ -143,7 +156,7 @@ Depends:
   ${shlibs:Depends},
   groonga-bin (= ${binary:Version}),
   ruby
-Description: Examples for groonga.
+Description: Examples of groonga.
  Groonga is an open-source fulltext search engine and column store.
  It lets you write high-performance applications that requires fulltext search.
  .

  Modified: packages/rpm/centos/groonga.spec.in (+16 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2011-06-27 09:31:16 +0000 (ab1344e)
+++ packages/rpm/centos/groonga.spec.in    2011-06-27 09:41:29 +0000 (cd45121)
@@ -69,6 +69,14 @@ Requires:	%{name}-libs = %{version}-%{release}
 %description devel
 Libraries and header files for groonga
 
+%package tools
+Summary:	Tools for groonga
+Group:		Development/Tools
+Requires:	ruby
+
+%description tools
+Tools for groonga
+
 %package tokenizer-mecab
 Summary:	MeCab tokenizer for groonga
 Group:		Applications/Text
@@ -227,6 +235,10 @@ fi
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/groonga*.pc
 
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/groonga-query-log-analyzer
+
 %files plugin-suggest
 %defattr(-,root,root,-)
 %{_bindir}/groonga-suggest-*
@@ -243,6 +255,10 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Wed Jun 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.3-0
+- new upstream release.
+- add a new groong-tools package.
+
 * Sun May 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.2-0
 - new upstream release.
 - split server files into groonga-server package.

  Modified: packages/rpm/fedora/groonga.spec.in (+16 -0)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2011-06-27 09:31:16 +0000 (1dd59e0)
+++ packages/rpm/fedora/groonga.spec.in    2011-06-27 09:41:29 +0000 (de7aab7)
@@ -70,6 +70,14 @@ Requires:	%{name}-libs = %{version}-%{release}
 %description devel
 Libraries and header files for groonga
 
+%package tools
+Summary:	Tools for groonga
+Group:		Development/Tools
+Requires:	ruby
+
+%description tools
+Tools for groonga
+
 %package tokenizer-mecab
 Summary:	MeCab tokenizer for groonga
 Group:		Applications/Text
@@ -272,6 +280,10 @@ fi
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/groonga*.pc
 
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/groonga-query-log-analyzer
+
 %files tokenizer-mecab
 %defattr(-,root,root,-)
 %{_libdir}/groonga/plugins/tokenizers/mecab.so
@@ -296,6 +308,10 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Wed Jun 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.3-0
+- new upstream release.
+- add a new groong-tools package.
+
 * Sun May 29 2011 Kouhei Sutou <kou****@clear*****> - 1.2.2-0
 - new upstream release.
 - split server files into groonga-server package.




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