[Groonga-mysql-commit] mroonga/mroonga [master] [package] require groonga >= 1.2.6.

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2011年 9月 25日 (日) 11:49:01 JST


Kouhei Sutou	2011-09-25 02:49:01 +0000 (Sun, 25 Sep 2011)

  New Revision: 912b06bf0c6a0e72d9889cfe4e7ec69439616b6e

  Log:
    [package] require groonga >= 1.2.6.

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

  Modified: debian/control (+2 -2)
===================================================================
--- debian/control    2011-09-25 02:44:01 +0000 (c36478b)
+++ debian/control    2011-09-25 02:49:01 +0000 (697e902)
@@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou****@clear*****>
 Build-Depends:
 	debhelper (>= 7.0.50),
 	autotools-dev,
-	libgroonga-dev,
+	libgroonga-dev (>= 1.2.6),
 	libmysqlclient-dev,
 	libssl-dev
 Standards-Version: 3.9.1
@@ -17,7 +17,7 @@ Architecture: any
 Depends:
 	${misc:Depends},
 	${shlibs:Depends},
-	libgroonga0,
+	libgroonga0 (>= 1.2.6),
 	mysql-server
 Description: MySQL storage enigne built on groonga.
  The groonga storage engine is a MySQL storage engine built on groonga,

  Modified: rpm/centos/mysql-groonga.spec.in (+4 -2)
===================================================================
--- rpm/centos/mysql-groonga.spec.in    2011-09-25 02:44:01 +0000 (0c7ef65)
+++ rpm/centos/mysql-groonga.spec.in    2011-09-25 02:49:01 +0000 (93e03a8)
@@ -2,6 +2,8 @@
 %define mysql_release 1
 %define mysql_dist    rhel5
 
+%define groonga_required_version 1.2.6
+
 Name:		mysql-groonga
 Version:	@VERSION@
 Release:	0%{?dist}
@@ -13,9 +15,9 @@ URL:		http://mroonga.github.com/
 Source0:	http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
-BuildRequires:	groonga-devel
+BuildRequires:	groonga-devel >= %{groonga_required_version}
 BuildRequires:	wget
-Requires:	groonga-libs
+Requires:	groonga-libs >= %{groonga_required_version}
 Requires:	MySQL-server = %{mysql_version}-%{mysql_release}
 Requires:	MySQL-client = %{mysql_version}-%{mysql_release}
 

  Modified: rpm/fedora/mysql-groonga.spec.in (+4 -2)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2011-09-25 02:44:01 +0000 (7963065)
+++ rpm/fedora/mysql-groonga.spec.in    2011-09-25 02:49:01 +0000 (a66baf7)
@@ -3,6 +3,8 @@
 # %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/releases/15/Everything/source/SRPMS
 %define mysql_download_base_url http://ftp.iij.ad.jp/pub/linux/fedora/updates/15/SRPMS
 
+%define groonga_required_version 1.2.6
+
 Name:		mysql-groonga
 Version:	@VERSION@
 Release:	0%{?dist}
@@ -13,9 +15,9 @@ License:	LGPLv2.1
 URL:		http://mroonga.github.com/
 Source0:	http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-%{version}.tar.gz
 
-BuildRequires:	groonga-devel
+BuildRequires:	groonga-devel >= %{groonga_required_version}
 BuildRequires:	mysql-devel
-Requires:	groonga-libs
+Requires:	groonga-libs >= %{groonga_required_version}
 Requires:	mysql-server
 Requires:	mysql-client
 




Groonga-mysql-commit メーリングリストの案内
アーカイブの一覧に戻る