Browse Source

golang-github-nsf-termbox-go 0-0.2.git362329b

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10754 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
8fcc06e68b

+ 6 - 1
g/golang-github-nsf-termbox-go/golang-github-nsf-termbox-go-vl.spec

@@ -9,6 +9,8 @@
 %global debug_package   %{nil}
 %endif
 
+%global gopath %{_datadir}/gocode
+
 %define copying() \
 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \
 %license %{*} \
@@ -28,7 +30,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.1.git%{shortcommit}%{?dist}
+Release:        0.2.git%{shortcommit}%{?dist}
 Summary:        a library that provides a minimalistic API which allows the programmer to write text-based user interfaces
 License:        MIT
 URL:            https://%{import_path}
@@ -160,5 +162,8 @@ gotest %{import_path}
 %endif
 
 %changelog
+* Tue Jan 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.2.git362329b
+- define %%{gopath}
+
 * Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.1.git362329b
 - initial build for Vine Linux