Fridolin Pokorny 8a46012
# https://github.com/prometheus/client_golang
7999a9c
%global goipath github.com/prometheus/client_golang
7999a9c
%global commit  180b8fdc22b4ea7750bcb43c925277654a1ea2f3
7999a9c
7999a9c
%gometa
7999a9c
7999a9c
Name:           golang-github-prometheus-client_golang
7999a9c
Version:        0.9.0
61efc21
Release:        0.3%{?dist}
4732751
Summary:        Prometheus instrumentation library for Go applications
4732751
License:        ASL 2.0
Fridolin Pokorny 8a46012
7999a9c
URL:            %{gourl}
7999a9c
Source0:        %{gosource}
fce11e1
Source1:        glide.yaml
fce11e1
Source2:        glide.yaml
4732751
7999a9c
# Patch to disable tests which require network connection
7999a9c
Patch0:         00-disable-networking-tests.patch
4732751
7999a9c
%description
4732751
%{summary}
4732751
Fridolin Pokorny 8a46012
7999a9c
%package        devel
7999a9c
Summary:        %{summary}
7999a9c
BuildArch:      noarch
Fridolin Pokorny 8a46012
7999a9c
BuildRequires:  golang(github.com/beorn7/perks/quantile)
7999a9c
BuildRequires:  golang(github.com/golang/protobuf/proto)
7999a9c
BuildRequires:  golang(github.com/prometheus/client_model/go)
7999a9c
BuildRequires:  golang(github.com/prometheus/common/expfmt)
7999a9c
BuildRequires:  golang(github.com/prometheus/common/model)
7999a9c
BuildRequires:  golang(github.com/prometheus/procfs)
7999a9c
BuildRequires:  golang(golang.org/x/net/context)
Fridolin Pokorny 8a46012
7999a9c
%description    devel
Fridolin Pokorny 8a46012
%{summary}
Fridolin Pokorny 8a46012
7999a9c
This package contains library source intended for
7999a9c
building other packages which use import path with
7999a9c
%{goipath} prefix.
7999a9c
4732751
4732751
%prep
7999a9c
%gosetup -q
7999a9c
%patch0 -p1
4732751
4732751
4732751
%install
fce11e1
%goinstall glide.lock glide.yaml
7999a9c
4732751
4732751
%check
b6cfac1
%gochecks -d prometheus
7999a9c
7999a9c
Fridolin Pokorny 8a46012
%files devel -f devel.file-list
69c8adc
%license LICENSE
7999a9c
%doc README.md MAINTAINERS.md CONTRIBUTING.md CHANGELOG.md
Fridolin Pokorny 8a46012
4732751
4732751
%changelog
61efc21
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-0.3.git180b8fd
61efc21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
61efc21
fce11e1
* Tue Jun 26 2018 Jan Chaloupka <jchaloup@redhat.com> - 0.9.0-0.2.git180b8fd
fce11e1
- Upload glide files
fce11e1
7999a9c
* Tue May 08 2018 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-0.1.20180526git180b8fd
7999a9c
- Update to 0.9.0 pre snapshot to fix syncthing builds.
7999a9c
- Update to spec 3.0.
7999a9c
77fe85a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-10
77fe85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
77fe85a
30e615a
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-9
30e615a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
30e615a
a60fb3f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-8
a60fb3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a60fb3f
fdb9269
* Wed Mar 15 2017 Jan Chaloupka <jchaloup@redhat.com> - 0.7.0-7
fdb9269
- Bump to upstream c5b7fccd204277076155f10851dad72b76a49317
fdb9269
  related: #1214784
fdb9269
95ad195
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
95ad195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
95ad195
d360e76
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
d360e76
- https://fedoraproject.org/wiki/Changes/golang1.7
d360e76
55eb785
* Sun Mar 06 2016 jchaloup <jchaloup@redhat.com> - 0.7.0-4
55eb785
- Bump to upstream 449ccefff16c8e2b7229f6be1921ba22f62461fe
55eb785
  related: #1214784
55eb785
281e5ef
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
281e5ef
- https://fedoraproject.org/wiki/Changes/golang1.6
281e5ef
ba0f6e5
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
ba0f6e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ba0f6e5
69c8adc
* Mon Oct 19 2015 jchaloup <jchaloup@redhat.com> - 0.7.0-1
69c8adc
- Bump to upstream e51041b3fa41cece0dca035740ba6411905be473
69c8adc
  related: #1214784
69c8adc
ac19eca
* Mon Aug 17 2015 jchaloup <jchaloup@redhat.com> - 0.6.0-3
ac19eca
- Add Godeps.json to doc
ac19eca
  related: #1214784
ac19eca
Fridolin Pokorny 9150733
* Fri Aug 07 2015 Fridolin Pokorny <fpokorny@redhat.com> - 0.6.0-2
Fridolin Pokorny 8a46012
- Update spec file to spec-2.0
Fridolin Pokorny 9150733
- Disabled failing test prometheus
Fridolin Pokorny 281039d
- Disabled failing test model
Fridolin Pokorny 8a46012
  resolves: #1214784
Fridolin Pokorny 8a46012
Fridolin Pokorny ee055e9
* Thu Jul 23 2015 Fridolin Pokorny <fpokorny@redhat.com> - 0.6.0-1
Fridolin Pokorny ee055e9
- Bump to upstream 36659fa1ad85ee0dd33822b68a192a814c93a57b
Fridolin Pokorny ee055e9
  related: #1214784
Fridolin Pokorny ee055e9
1ad3e52
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
1ad3e52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1ad3e52
34af50e
* Mon May 11 2015 jchaloup <jchaloup@redhat.com> - 0.5.0-1
34af50e
- Bump to upstream b0bd7e1be33327b85cb4853e7011156e3cedd657
34af50e
  related: #1214784
34af50e
b2b3c35
* Thu Apr 23 2015 jchaloup <jchaloup@redhat.com> - 0.4.0-1
b2b3c35
- Bump to upstream 608ec8b69e284600a7ad1b36514a1e6876e22b9f
b2b3c35
  resolves: #1214784
b2b3c35
7d38b86
* Wed Mar 04 2015 jchaloup <jchaloup@redhat.com> - 0-0.3.gite5098ac
7d38b86
- Bump to upstream e5098ac1ff13c7f85b68b120b253dd834ba49682
7d38b86
  related: #1190442
7d38b86
354ed48
* Thu Feb 26 2015 jchaloup <jchaloup@redhat.com> - 0-0.2.git39e4bc8
354ed48
- Bump to upstream 39e4bc83f974fb141a9e67c042b26322bacc917b
354ed48
  related: #1190442
354ed48
4732751
* Sat Feb 07 2015 jchaloup <jchaloup@redhat.com> - 0-0.1.git52186fc
4732751
- First package for Fedora
4732751
  resolves: #1190442
Fridolin Pokorny 8a46012