Browse Source

golang-github-mattn-go-runewidth 0-0.2.gite882a96

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

+ 10 - 1
g/golang-github-mattn-go-runewidth/golang-github-mattn-go-runewidth-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:        Provides functions to get fixed width of the character or string
 License:        MIT
 URL:            https://%{import_path}
@@ -44,6 +46,10 @@ ExclusiveArch:  %{go_arches}
 ExclusiveArch:  %{ix86} x86_64 %{arm}
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: iwaim
+
 %description
 %{summary}.
 
@@ -156,6 +162,9 @@ gotest %{import_path}
 %endif
 
 %changelog
+* Tue Jan 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.2.gite882a96
+- define %%{gopath}
+
 * Mon Jan 18 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.1.gite882a96
 - initial build for Vine Linux