Browse Source

peco: update to 0.5.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11712 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
9ac1313324
1 changed files with 10 additions and 7 deletions
  1. 10 7
      p/peco/peco-vl.spec

+ 10 - 7
p/peco/peco-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    peco
-%define pkg_version 0.5.1
+%define pkg_version 0.5.3
 %define pkg_release 1%{?_dist_release}
 
 %global gopath %{_datadir}/gocode
@@ -35,7 +35,7 @@ based on a python tool, percol, and written in Go.
 
 %description -l ja
 pecoはシンプルな対話式フィルタリングツールであり、
-Pyhon製のpercolをGo言語で実装したプログラムです。
+Python製のpercolをGo言語で実装したプログラムです。
 
 
 %prep
@@ -45,17 +45,17 @@ Pyhon製のpercolをGo言語で実装したプログラムです。
 
 %build
 export BUILD_DIR=$(pwd)/.build
-export GOPATH=$BUILD_DIR:%{gopath}
+export GOPATH=${BUILD_DIR}:%{gopath}
 
-%{__mkdir_p} $BUILD_DIR/src/github.com/peco/peco
-%{__cp} -r * $BUILD_DIR/src/github.com/peco/peco
-cd $BUILD_DIR/src/github.com/peco/peco
+%{__mkdir_p} ${BUILD_DIR}/src/github.com/peco/peco
+%{__cp} -r * ${BUILD_DIR}/src/github.com/peco/peco
+cd ${BUILD_DIR}/src/github.com/peco/peco
 go build cmd/peco/peco.go
 
 %install
 %{__mkdir_p} ${RPM_BUILD_ROOT}%{_bindir}
 export BUILD_DIR=$(pwd)/.build
-cd $BUILD_DIR/src/github.com/peco/peco
+cd ${BUILD_DIR}/src/github.com/peco/peco
 %{__install} -m 755 peco ${RPM_BUILD_ROOT}%{_bindir}
 
 %clean
@@ -70,6 +70,9 @@ cd $BUILD_DIR/src/github.com/peco/peco
 
 
 %changelog
+* Sat Jun 09 2018 Toshiaki Ara <ara_t@384.jp> 0.5.3-1
+- update to 0.5.3
+
 * Wed Jun 07 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.1-1
 - update to 0.5.1
 - update BuildRequires