Navigation Menu

Skip to content

Commit

Permalink
specify target MySQL version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 8, 2010
1 parent fa46d5b commit 6a71175
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions rpm/centos/mysql-groonga.spec.in
Expand Up @@ -4,7 +4,7 @@

Name: mysql-groonga
Version: @VERSION@
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A MySQL storage engine powered by groonga.

Group: Applications/Databases
Expand All @@ -16,8 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
BuildRequires: groonga-devel
BuildRequires: wget
Requires: groonga-libs
Requires: MySQL-server-community
Requires: MySQL-client-community
Requires: MySQL-server-community = %{mysql_version}-%{mysql_release}
Requires: MySQL-client-community = %{mysql_version}-%{mysql_release}

%description
Groonga storage engine is a MySQL storage plugin.
Expand Down Expand Up @@ -83,6 +83,9 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Fri Oct 08 2010 Kouhei Sutou <kou@clear-code.com> - 0.2-2
- specify target MySQL version.

* Wed Sep 29 2010 Kouhei Sutou <kou@clear-code.com> - 0.2-1
- new upstream release.

Expand Down

0 comments on commit 6a71175

Please sign in to comment.