Navigation Menu

Skip to content

Commit

Permalink
support Fedora 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 24, 2010
1 parent cbcc3e0 commit fe202cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions rpm/fedora/mysql-groonga.spec.in
@@ -1,9 +1,9 @@
%define mysql_version 5.1.45
%define mysql_version 5.1.51
%define mysql_release 2%{?dist}

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

Group: Applications/Databases
Expand All @@ -25,7 +25,7 @@ Groonga storage engine is a MySQL storage plugin.
srpm=mysql-%{mysql_version}-%{mysql_release}.src.rpm
if [ ! -f ../../SRPMS/$srpm ]; then
curl --output ../../SRPMS/$srpm \
http://ftp.iij.ad.jp/pub/linux/fedora/releases/13/Everything/source/SRPMS/$srpm
http://ftp.iij.ad.jp/pub/linux/fedora/releases/14/Everything/source/SRPMS/$srpm
rpm -Uvh ../../SRPMS/$srpm
fi

Expand Down Expand Up @@ -74,6 +74,10 @@ eval $command || \
%{_libdir}/mysql/plugin/

%changelog
* Mon Nov 29 2010 Kouhei Sutou <kou@clear-code.com> - 0.4-1
- use the latest MySQL.
- new upstream release.

* Sun Nov 21 2010 Kouhei Sutou <kou@clear-code.com> - 0.3-2
- install user define function.

Expand Down
2 changes: 1 addition & 1 deletion yum/build-in-chroot.sh
Expand Up @@ -76,7 +76,7 @@ build()

case $distribution in
fedora)
distribution_version=13
distribution_version=14
;;
centos)
distribution_version=5
Expand Down

0 comments on commit fe202cf

Please sign in to comment.