Blame golang-github-mattn-go-isatty.spec

5e5f84f
# http://github.com/mattn/go-isatty
fcb6724
%global goipath         github.com/mattn/go-isatty
91b2363
%global commit          3fb116b820352b7f0c281308a4d6250c22d94e27
5e5f84f
91b2363
%gometa
fcb6724
54d8212
Name:           golang-github-mattn-go-isatty
91b2363
Version:        0.0.4
e1b2563
Release:        0.2%{?dist}
2ef9c7a
Summary:        Isatty for golang
2ef9c7a
# Detected licences
2ef9c7a
# - MIT/X11 (BSD like) at 'LICENSE'
2ef9c7a
License:        MIT
5e5f84f
URL:            %{gourl}
5e5f84f
Source0:        %{gosource}
fcb6724
Source1:        glide.yaml
91b2363
Source2:        glide.lock
2ef9c7a
2ef9c7a
%description
2ef9c7a
%{summary}
2ef9c7a
91b2363
2ef9c7a
%package devel
2ef9c7a
Summary:       %{summary}
2ef9c7a
2ef9c7a
BuildRequires: golang(golang.org/x/sys/unix)
2ef9c7a
2ef9c7a
%description devel
2ef9c7a
%{summary}
2ef9c7a
2ef9c7a
This package contains library source intended for
2ef9c7a
building other packages which use import path with
fcb6724
%{goipath} prefix.
2ef9c7a
91b2363
2ef9c7a
%prep
4db6877
%forgesetup
fcb6724
cp %{SOURCE1} %{SOURCE2} .
91b2363
91b2363
2ef9c7a
%install
fcb6724
%goinstall glide.lock glide.yaml
2ef9c7a
91b2363
2ef9c7a
%check
5e5f84f
%gochecks
2ef9c7a
2ef9c7a
#define license tag if not already defined
2ef9c7a
%{!?_licensedir:%global license %doc}
2ef9c7a
91b2363
2ef9c7a
%files devel -f devel.file-list
2ef9c7a
%license LICENSE
2ef9c7a
%doc README.md
2ef9c7a
91b2363
2ef9c7a
%changelog
e1b2563
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-0.2.git3fb116b
e1b2563
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e1b2563
91b2363
* Fri Nov 02 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.0.4-0.1.20181102git3fb116b
91b2363
- Bump to commit 3fb116b820352b7f0c281308a4d6250c22d94e27
91b2363
b6dc9a5
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 0.0.3-6
4db6877
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
4db6877
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
4db6877
8e66bf0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables
8e66bf0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8e66bf0
fcb6724
* Sun Jun 17 2018 Jan Chaloupka <jchaloup@redhat.com> - 0.0.3-4
fcb6724
- Upload glide files
fcb6724
5e5f84f
* Thu Mar 01 2018 Jan Chaloupka <jchaloup@redhat.com> - 0.0.3-3
5e5f84f
- Autogenerate some parts using the new macros
5e5f84f
6515889
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
6515889
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6515889
5e736c7
* Mon Sep 25 2017 Ed Marshall <esm@logic.net> - 0.0.3-1
5e736c7
- Update to v0.0.3 (#1495177)
5e736c7
- This project makes proper releases; drop git commit boilerplate
5e736c7
cf4cfde
* Mon Sep 18 2017 Jan Chaloupka <jchaloup@redhat.com> - 0.0.2-0.1.gitfc9e8d8
cf4cfde
- Update to v0.0.2
cf4cfde
  resolves: #1462140
cf4cfde
8ea57ea
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.git66b8e73
8ea57ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8ea57ea
8fa4c60
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git66b8e73
8fa4c60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8fa4c60
2ef9c7a
* Thu Jan 05 2017 Jan Chaloupka <jchaloup@redhat.com> - 0-0.1.git66b8e73
2ef9c7a
- First package for Fedora
2ef9c7a
  resolves: #1430143