|
@@ -9,6 +9,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 %{*} \
|
|
@@ -28,7 +30,7 @@
|
|
|
|
|
|
Name: golang-%{provider}-%{project}-%{repo}
|
|
Name: golang-%{provider}-%{project}-%{repo}
|
|
Version: 0
|
|
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
|
|
Summary: a library that provides a minimalistic API which allows the programmer to write text-based user interfaces
|
|
License: MIT
|
|
License: MIT
|
|
URL: https://%{import_path}
|
|
URL: https://%{import_path}
|
|
@@ -160,5 +162,8 @@ gotest %{import_path}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.1.git362329b
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|