Navigation Menu

Skip to content

Commit

Permalink
[package] require groonga >= 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 25, 2011
1 parent 987641b commit 912b06b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -5,7 +5,7 @@ Maintainer: Kouhei Sutou <kou@clear-code.com>
Build-Depends:
debhelper (>= 7.0.50),
autotools-dev,
libgroonga-dev,
libgroonga-dev (>= 1.2.6),
libmysqlclient-dev,
libssl-dev
Standards-Version: 3.9.1
Expand All @@ -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,
Expand Down
6 changes: 4 additions & 2 deletions rpm/centos/mysql-groonga.spec.in
Expand Up @@ -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}
Expand All @@ -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}

Expand Down
6 changes: 4 additions & 2 deletions rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -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}
Expand All @@ -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

Expand Down

0 comments on commit 912b06b

Please sign in to comment.