[Groonga-commit] groonga/groonga at f459ad7 [master] yum: use latest srpm packages

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Sep 28 11:30:39 JST 2017


Kentaro Hayashi	2017-09-28 11:30:39 +0900 (Thu, 28 Sep 2017)

  New Revision: f459ad7c77b6c369081a67de1a890ebf9b696dd1
  https://github.com/groonga/groonga/commit/f459ad7c77b6c369081a67de1a890ebf9b696dd1

  Message:
    yum: use latest srpm packages

  Modified files:
    packages/yum/build-rpm.sh

  Modified: packages/yum/build-rpm.sh (+4 -4)
===================================================================
--- packages/yum/build-rpm.sh    2017-09-28 11:14:01 +0900 (aad32d486)
+++ packages/yum/build-rpm.sh    2017-09-28 11:30:39 +0900 (298295127)
@@ -108,10 +108,10 @@ build_fedora_srpm()
 if ! rpm -q mecab-devel > /dev/null; then
     run sudo yum install -y wget
 
-    for rpm in mecab-0.996-1.fc23.3.src.rpm \
-               mecab-ipadic-2.7.0.20070801-11.fc23.1.src.rpm \
-               mecab-jumandic-5.1.20070304-12.fc23.src.rpm; do
-       srpm_base=`echo $rpm | sed -e 's/\.fc21.*//g'`
+    for rpm in mecab-0.996-1.fc26.6.src.rpm \
+               mecab-ipadic-2.7.0.20070801-13.fc26.1.src.rpm \
+               mecab-jumandic-5.1.20070304-14.fc26.src.rpm; do
+       srpm_base=`echo $rpm | sed -e 's/\.fc26.*//g'`
        run build_fedora_srpm "${rpm}" "${srpm_base}"
     done
 fi
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170928/ba31a78a/attachment-0001.htm 



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