Browse Source

golang-github-google-btree 0-0.3.gitcc6329d

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10751 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
3e07a0ecd4
1 changed files with 10 additions and 1 deletions
  1. 10 1
      g/golang-github-google-btree/golang-github-google-btree-vl.spec

+ 10 - 1
g/golang-github-google-btree/golang-github-google-btree-vl.spec

@@ -10,6 +10,8 @@
 %global debug_package   %{nil}
 %endif
 
+%global gopath %{_datadir}/gocode
+
 %define copying() \
 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \
 %license %{*} \
@@ -29,7 +31,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.2.git%{shortcommit}%{?_dist_release}
+Release:        0.3.git%{shortcommit}%{?_dist_release}
 Summary:        BTree implementation for Go
 License:        ASL 2.0
 URL:            https://%{provider_prefix}
@@ -42,6 +44,10 @@ ExclusiveArch:  %{go_arches}
 ExclusiveArch:   %{ix86} x86_64 %{arm}
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 %{summary}
 
@@ -154,6 +160,9 @@ gotest %{import_path}
 %endif
 
 %changelog
+* Tue Jan 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.3.gitcc6329d
+- defile %%{gopath}
+
 * Mon Jan 18 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.2.gitcc6329d
 - initial build for Vine Linux