[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [fedora] MySQL 5.5.13 is in updates repository.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:26:06 JST 2012


Kouhei Sutou	2011-06-21 15:11:09 +0900 (Tue, 21 Jun 2011)

  New Revision: 9b43b9af243d8e69f0457dbc0b922baacd5cda91
  https://github.com/mroonga/mroonga/commit/9b43b9af243d8e69f0457dbc0b922baacd5cda91

  Log:
    [fedora] MySQL 5.5.13 is in updates repository.

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

  Modified: rpm/fedora/mysql-groonga.spec.in (+4 -3)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2011-06-21 14:59:06 +0900 (e28ea12)
+++ rpm/fedora/mysql-groonga.spec.in    2011-06-21 15:11:09 +0900 (b535b45)
@@ -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@
@@ -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
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index