Accepting request 318292 from devel:languages:go

OBS-URL: https://build.opensuse.org/request/show/318292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-packaging?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-07-25 05:44:32 +00:00 committed by Git OBS Bridge
commit 299b53e6fc
4 changed files with 25 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:03b5ca101b1e4a8105396ada9fce3aca1b46ae98d0e5dfbf6dd464da94ecf389
size 15221

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jul 24 01:44:47 UTC 2015 - i@marguerite.su
- update version 6
* fix golang.req to not treat a sentence as importpath
* fix golang.attr to correctly detect /usr/bin/*
-------------------------------------------------------------------
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: 6
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