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

OBS-URL: https://build.opensuse.org/request/show/315992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=2
This commit is contained in:
Marguerite Su 2015-07-11 04:33:22 +00:00 committed by Git OBS Bridge
parent ba69509523
commit 52f7718e9e
4 changed files with 21 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 10 16:43:10 UTC 2015 - i@marguerite.su
- update version 2
* fix pkgname detection
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 5 17:43:07 UTC 2015 - i@marguerite.su Sun Jul 5 17:43:07 UTC 2015 - i@marguerite.su

View File

@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: golang-packaging Name: golang-packaging
Version: 1 Version: 2
Release: 0 Release: 0
License: GPL-3.0 Summary: A toolchain to help packaging golang
Summary: A toolchain to help packaging golang License: GPL-3.0
Url: https://github.com/marguerite/golang-packaging Group: Development/Languages/Other
Group: Development/Languages/Other Url: https://github.com/marguerite/%{name}
Source: %{name}-%{version}.tar.xz Source: https://github.com/marguerite/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: rpm BuildRequires: rpm
Requires: ruby Requires: golang(API)
Requires: go Requires: ruby
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -49,3 +50,4 @@ install -m0755 golang.req %{buildroot}%{_rpmconfigdir}/
%{_rpmconfigdir}/golang.prov %{_rpmconfigdir}/golang.prov
%{_rpmconfigdir}/golang.req %{_rpmconfigdir}/golang.req
%changelog