Accepting request 318198 from home:MargueriteSu:branches:devel:languages:go

OBS-URL: https://build.opensuse.org/request/show/318198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=5
This commit is contained in:
Marguerite Su 2015-07-23 14:31:25 +00:00 committed by Git OBS Bridge
parent 5cacec6e0e
commit 42e978148b
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:255d7a6088ec3459cd26930abbe1aae228470c8b40f6d3979ce02f3acbbc1896
size 14958

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4f5b135c4a18d74ecf3350e576069f5a401c8dd392962849445ae0aca25bf49
size 16069

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 22 14:56:07 UTC 2015 - i@marguerite.su
- update version 5
* if a sub-directory doesn't contain any *.go file, do not
treat it as a Provides candidate.
* add /usr/bin to golang.attr for go executes to be handled
by golang-packaging
-------------------------------------------------------------------
Sun Jul 12 10:32:17 UTC 2015 - i@marguerite.su

View File

@ -16,8 +16,12 @@
#
%if %{?sles_version}
%define _rpmconfigdir %{_libexecdir}/rpm
%endif
Name: golang-packaging
Version: 4
Version: 5
Release: 0
Summary: A toolchain to help packaging golang
License: GPL-3.0
@ -25,8 +29,8 @@ Group: Development/Languages/Other
Url: https://github.com/marguerite/%{name}
Source: https://github.com/marguerite/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: rpm
Requires: golang(API)
Requires: ruby
Requires: golang(API)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description