eclipseo pushed to golang-github-pborman-getopt (master). "Initial
import (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-06-30 21:51:46 UTC
From 5b572ed9a7de36bb9e9aad358509a33dba60b7e0 Mon Sep 17 00:00:00 2001
From: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Jun 30 2019 21:51:37 +0000
Subject: Initial import
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..295e879
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/getopt-ee0cd42419d3adee9239dbd1c375717fe482dac7.tar.gz
diff --git a/golang-github-pborman-getopt.spec b/golang-github-pborman-getopt.spec
new file mode 100644
index 0000000..629998c
--- /dev/null
+++ b/golang-github-pborman-getopt.spec
@@ -0,0 +1,48 @@
+# Generated by go2rpm
+%bcond_without check
+
+# https://github.com/pborman/getopt
+%global goipath github.com/pborman/getopt
+%global commit ee0cd42419d3adee9239dbd1c375717fe482dac7
+
+%gometa
+
+%global common_description %{expand:
+Package Getopt provides traditional getopt processing for implementing commands
+that use traditional command lines. The standard Go flag package cannot be used
+to write a program that parses flags the way ls or ssh does, for example.}
+
+%global golicenses LICENSE
+%global godocs AUTHORS CONTRIBUTING.md README.md
+
+Name: %{goname}
+Version: 0
+Release: 0.1%{?dist}
+Summary: Getopt style option parsing for Go
+
+# Upstream license specification: BSD-3-Clause
+License: BSD
+URL: %{gourl}
+Source0: %{gosource}
+
+%description
+%{common_description}
+
+%gopkg
+
+%prep
+%goprep
+
+%install
+%gopkginstall
+
+%if %{with check}
+%check
+%gocheck
+%endif
+
+%gopkgfiles
+
+%changelog
+* Wed May 15 00:38:36 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0-0.1.20190630gitee0cd42
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..24c8962
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (getopt-ee0cd42419d3adee9239dbd1c375717fe482dac7.tar.gz) = f7c8f2189f228665218edf7f172e0151fd654292fd85582b65b7c5188957422d80e14fcf58ea4627d24b92014a96d1807bd13502c673c1bfe2213f9b97e1751f
https://src.fedoraproject.org/rpms/golang-github-pborman-getopt/c/5b572ed...
3Â years, 7Â months
eclipseo pushed to golang-github-djherbis-nio (master). "Initial
import (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-06-30 21:45:54 UTC
From 1b3bbc165686b983ef893c4b2817122389a31dfe Mon Sep 17 00:00:00 2001
From: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Jun 30 2019 21:45:45 +0000
Subject: Initial import
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4ec2e12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/nio-2.0.3.tar.gz
diff --git a/golang-github-djherbis-nio.spec b/golang-github-djherbis-nio.spec
new file mode 100644
index 0000000..a33c8a5
--- /dev/null
+++ b/golang-github-djherbis-nio.spec
@@ -0,0 +1,49 @@
+# Generated by go2rpm
+%bcond_without check
+
+# https://github.com/djherbis/nio
+%global goipath github.com/djherbis/nio
+Version: 2.0.3
+
+%gometa
+
+%global common_description %{expand:
+Package Nio provides a few buffered io primitives.}
+
+%global golicenses LICENSE.txt
+%global godocs README.md
+
+Name: %{goname}
+Release: 1%{?dist}
+Summary: Concurrent Buffered IO in Go
+
+License: MIT
+URL: %{gourl}
+Source0: %{gosource}
+
+%if %{with check}
+# Tests
+BuildRequires: golang(github.com/djherbis/buffer)
+%endif
+
+%description
+%{common_description}
+
+%gopkg
+
+%prep
+%goprep
+
+%install
+%gopkginstall
+
+%if %{with check}
+%check
+%gocheck
+%endif
+
+%gopkgfiles
+
+%changelog
+* Wed May 15 00:30:57 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.0.3-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..2ff3510
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (nio-2.0.3.tar.gz) = 8305db011a28270e1cc7bee8a8955c48816208f507e07dd2473673ca5eac723a6a86a2f448fe95f1142640b985f0e1a826c7163f7a2840e2d4ac6b3ce664ca0b
https://src.fedoraproject.org/rpms/golang-github-djherbis-nio/c/1b3bbc165...
3Â years, 7Â months
eclipseo pushed to golang-github-djherbis-buffer (master). "Initial
import (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-06-30 21:35:44 UTC
From b597e69685c992d2b253f1495ee95c7e08e588de Mon Sep 17 00:00:00 2001
From: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Jun 30 2019 21:35:34 +0000
Subject: Initial import
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..96d57e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/buffer-1.0.0.tar.gz
diff --git a/golang-github-djherbis-buffer.spec b/golang-github-djherbis-buffer.spec
new file mode 100644
index 0000000..87943a3
--- /dev/null
+++ b/golang-github-djherbis-buffer.spec
@@ -0,0 +1,45 @@
+# Generated by go2rpm
+%bcond_without check
+
+# https://github.com/djherbis/buffer
+%global goipath github.com/djherbis/buffer
+Version: 1.0.0
+
+%gometa
+
+%global common_description %{expand:
+Package Buffer implements a series of Buffers which can be composed to implement
+complicated buffering strategies}
+
+%global golicenses LICENSE.txt
+%global godocs README.md
+
+Name: %{goname}
+Release: 1%{?dist}
+Summary: Composable Buffers for Go
+
+License: MIT
+URL: %{gourl}
+Source0: %{gosource}
+
+%description
+%{common_description}
+
+%gopkg
+
+%prep
+%goprep
+
+%install
+%gopkginstall
+
+%if %{with check}
+%check
+%gocheck
+%endif
+
+%gopkgfiles
+
+%changelog
+* Wed May 15 00:27:23 CEST 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..9809663
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (buffer-1.0.0.tar.gz) = ada8c597efb076922130ea90927b018af11ee5e4424fe7d9faa8fad0fb62cbea6ede24593978c9eb85f1d2ad2ed13f13cb1724ae14c871f03b2e8f37040f9d7a
https://src.fedoraproject.org/rpms/golang-github-djherbis-buffer/c/b597e6...
3Â years, 7Â months