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:
commit
299b53e6fc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:255d7a6088ec3459cd26930abbe1aae228470c8b40f6d3979ce02f3acbbc1896
|
|
||||||
size 14958
|
|
3
golang-packaging-6.tar.gz
Normal file
3
golang-packaging-6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03b5ca101b1e4a8105396ada9fce3aca1b46ae98d0e5dfbf6dd464da94ecf389
|
||||||
|
size 15221
|
@ -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
|
Sun Jul 12 10:32:17 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -16,8 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if %{?sles_version}
|
||||||
|
%define _rpmconfigdir %{_libexecdir}/rpm
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: golang-packaging
|
Name: golang-packaging
|
||||||
Version: 4
|
Version: 6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A toolchain to help packaging golang
|
Summary: A toolchain to help packaging golang
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -25,8 +29,8 @@ Group: Development/Languages/Other
|
|||||||
Url: https://github.com/marguerite/%{name}
|
Url: https://github.com/marguerite/%{name}
|
||||||
Source: https://github.com/marguerite/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/marguerite/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: rpm
|
BuildRequires: rpm
|
||||||
Requires: golang(API)
|
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
|
Requires: golang(API)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user