From 52f7718e9ec6ef493123943b0df32e18d3b19e0e8fb8d35080ac9beca4485c04 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 11 Jul 2015 04:33:22 +0000 Subject: [PATCH] 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 --- golang-packaging-1.tar.xz | 3 --- golang-packaging-2.tar.gz | 3 +++ golang-packaging.changes | 6 ++++++ golang-packaging.spec | 22 ++++++++++++---------- 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 golang-packaging-1.tar.xz create mode 100644 golang-packaging-2.tar.gz diff --git a/golang-packaging-1.tar.xz b/golang-packaging-1.tar.xz deleted file mode 100644 index 31a0c7c..0000000 --- a/golang-packaging-1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:125cefc823c9b3a7251700dc4c2f082f37d4cba1e582efddd599c5432f4521cc -size 47800 diff --git a/golang-packaging-2.tar.gz b/golang-packaging-2.tar.gz new file mode 100644 index 0000000..afbf984 --- /dev/null +++ b/golang-packaging-2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b37de3970d7153fefe21dd0f79db55cbd4f8279e811b505ee4be6a36b160e38 +size 14086 diff --git a/golang-packaging.changes b/golang-packaging.changes index 1fd26e5..ec628e2 100644 --- a/golang-packaging.changes +++ b/golang-packaging.changes @@ -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 diff --git a/golang-packaging.spec b/golang-packaging.spec index 0296bbc..cdcc8ae 100644 --- a/golang-packaging.spec +++ b/golang-packaging.spec @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: golang-packaging -Version: 1 -Release: 0 -License: GPL-3.0 -Summary: A toolchain to help packaging golang -Url: https://github.com/marguerite/golang-packaging -Group: Development/Languages/Other -Source: %{name}-%{version}.tar.xz -BuildRequires: rpm -Requires: ruby -Requires: go +Version: 2 +Release: 0 +Summary: A toolchain to help packaging golang +License: GPL-3.0 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,3 +50,4 @@ install -m0755 golang.req %{buildroot}%{_rpmconfigdir}/ %{_rpmconfigdir}/golang.prov %{_rpmconfigdir}/golang.req +%changelog