Skip to content

Commit aee8eb6

Browse files
committed
import package golang-github-davecgh-go-spew
0 parents  commit aee8eb6

File tree

4 files changed

+140
-0
lines changed

4 files changed

+140
-0
lines changed

.abf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sources:
2+
go-spew-1.1.1.tar.gz: cd32904655193c5a09ed27d7918c0c1db07130c6

glide.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import: []
2+
package: github.com/davecgh/go-spew
3+

golang-github-davecgh-go-spew.spec

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
# Run tests in check section
2+
%bcond_without check
3+
4+
# http://github.com/davecgh/go-spew
5+
%global goipath github.com/davecgh/go-spew
6+
Version: 1.1.1
7+
8+
%global common_description %{expand:
9+
Go-spew implements a deep pretty printer for Go data structures to aid in
10+
debugging. A comprehensive suite of tests with 100% test coverage is
11+
provided to ensure proper functionality.}
12+
13+
%gometa
14+
15+
Name: golang-github-davecgh-go-spew
16+
Release: 1%{?dist}
17+
Summary: Deep pretty printer for Go data structures to aid in debug
18+
License: ISC
19+
URL: %{gourl}
20+
Source0: %{gosource}
21+
Source1: glide.lock
22+
Source2: glide.yaml
23+
24+
%description
25+
%{common_description}
26+
27+
28+
%package devel
29+
Summary: %{summary}
30+
BuildArch: noarch
31+
32+
%description devel
33+
%{common_description}
34+
35+
This package contains library source intended for
36+
building other packages which use import path with
37+
%{goipath} prefix.
38+
39+
40+
%prep
41+
%forgesetup
42+
cp %{SOURCE1} %{SOURCE2} .
43+
44+
%install
45+
%goinstall glide.lock glide.yaml
46+
47+
48+
%if %{with check}
49+
%check
50+
%gochecks
51+
%endif
52+
53+
54+
%files devel -f devel.file-list
55+
%license LICENSE
56+
%doc README.md
57+
58+
59+
%changelog
60+
* Mon Oct 29 2018 Robert-André Mauchin <[email protected]> - 0.1.0-1.20181029git272ad12
61+
- Update to upstream v1.1.1
62+
63+
* Tue Oct 23 2018 Nicolas Mailhot <[email protected]> - 1.1.0-4
64+
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
65+
- https://lists.fedoraproject.org/archives/list/[email protected]/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
66+
67+
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 1.1.0-3
68+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
69+
70+
* Sat Jun 09 2018 Jan Chaloupka <[email protected]> - 1.1.0-2
71+
- Upload glide files
72+
73+
* Mon Mar 26 2018 Robert-André Mauchin <[email protected]> - 1.1.0-1
74+
- Update to upstream v1.1.0
75+
- Update to new guidelines for Go
76+
77+
* Wed Feb 28 2018 Jan Chaloupka <[email protected]> - 0-0.16.20161107git6d21280
78+
- Autogenerate some parts using the new macros
79+
80+
* Wed Feb 07 2018 Fedora Release Engineering <[email protected]> - 0-0.15.git6d21280
81+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
82+
83+
* Wed Aug 02 2017 Fedora Release Engineering <[email protected]> - 0-0.14.git6d21280
84+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
85+
86+
* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 0-0.13.git6d21280
87+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
88+
89+
* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 0-0.12.git6d21280
90+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
91+
92+
* Wed Jan 18 2017 Jan Chaloupka <[email protected]> - 0-0.11.git6d21280
93+
- Bump to upstream 6d212800a42e8ab5c146b8ace3490ee17e5225f9
94+
related: #1248791
95+
96+
* Fri Jan 13 2017 Jan Chaloupka <[email protected]> - 0-0.10.git3e6e67c
97+
- Polish the spec file
98+
related: #1248791
99+
100+
* Thu Jul 21 2016 Fedora Release Engineering <[email protected]> - 0-0.9.git3e6e67c
101+
- https://fedoraproject.org/wiki/Changes/golang1.7
102+
103+
* Mon Feb 22 2016 Fedora Release Engineering <[email protected]> - 0-0.8.git3e6e67c
104+
- https://fedoraproject.org/wiki/Changes/golang1.6
105+
106+
* Wed Feb 03 2016 Fedora Release Engineering <[email protected]> - 0-0.7.git3e6e67c
107+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
108+
109+
* Sat Sep 12 2015 jchaloup <[email protected]> - 0-0.6.git3e6e67c
110+
- Update to spec-2.1
111+
related: #1248791
112+
113+
* Thu Jul 30 2015 jchaloup <[email protected]> - 0-0.5.git3e6e67c
114+
- Update spec file to spec-2.0
115+
resolves: #1248791
116+
117+
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 0-0.4.git3e6e67c
118+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
119+
120+
* Mon Apr 20 2015 jchaloup <[email protected]> - 0-0.3.git3e6e67c
121+
- Bump to upstream 3e6e67c4dcea3ac2f25fd4731abc0e1deaf36216
122+
related: #1172198
123+
124+
* Fri Feb 06 2015 jchaloup <[email protected]> - 0-0.2.git1aaf839
125+
- Bump to upstream 1aaf839fb07e099361e445273993ccd9adc21b07
126+
related: #1172198
127+
128+
* Tue Dec 09 2014 jchaloup <[email protected]> - 0-0.1.git83f84dc
129+
- First package for Fedora
130+
resolves: #1172198
131+

0 commit comments

Comments
 (0)