Navigation Menu

Skip to content

Commit

Permalink
[fedora] MySQL 5.5.13 is in updates repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2011
1 parent 10da435 commit 9b43b9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpm/fedora/mysql-groonga.spec.in
@@ -1,5 +1,7 @@
%define mysql_version 5.5.13
%define mysql_release 2%{?dist}
%define mysql_release 1%{?dist}
# %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

Name: mysql-groonga
Version: @VERSION@
Expand All @@ -24,8 +26,7 @@ Groonga storage engine is a MySQL storage plugin.
%setup -q -n groonga-storage-engine-%{version}
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/15/Everything/source/SRPMS/$srpm
curl --output ../../SRPMS/$srpm %{mysql_download_base_url}/$srpm
rpm -Uvh ../../SRPMS/$srpm
fi

Expand Down

0 comments on commit 9b43b9a

Please sign in to comment.