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