|
@@ -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.1
|
|
Version: 0.1
|
|
-Release: 2%{?dist}
|
|
|
|
|
|
+Release: 3%{?dist}
|
|
Summary: a go library for parsing command line arguments
|
|
Summary: a go library for parsing command line arguments
|
|
License: BSD
|
|
License: BSD
|
|
URL: https://%{import_path}
|
|
URL: https://%{import_path}
|
|
@@ -161,6 +163,9 @@ gotest %{import_path}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1-3
|
|
|
|
+- define %%{gopath}
|
|
|
|
+
|
|
* Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1-2
|
|
* Sun Jan 24 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1-2
|
|
- fix License
|
|
- fix License
|
|
|
|
|