diff --git a/.gitignore b/.gitignore index 0fe7695..8f550c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /go-isatty-0.0.3.tar.gz /go-isatty-3fb116b820352b7f0c281308a4d6250c22d94e27.tar.gz /go-isatty-0.0.7.tar.gz +/go-isatty-0.0.8.tar.gz diff --git a/golang-github-mattn-go-isatty.spec b/golang-github-mattn-go-isatty.spec deleted file mode 100644 index 1700a6e..0000000 --- a/golang-github-mattn-go-isatty.spec +++ /dev/null @@ -1,94 +0,0 @@ -# https://github.com/mattn/go-isatty -%global goipath github.com/mattn/go-isatty -Version: 0.0.7 - -%gometa - -Name: golang-github-mattn-go-isatty -Release: 1%{?dist} -Summary: Isatty for golang -# Detected licences -# - MIT/X11 (BSD like) at 'LICENSE' -License: MIT -URL: %{gourl} -Source0: %{gosource} -Source1: glide.yaml -Source2: glide.lock - -%description -%{summary} - - -%package devel -Summary: %{summary} - -BuildRequires: golang(golang.org/x/sys/unix) - -%description devel -%{summary} - -This package contains library source intended for building other packages which -use import path with %{goipath} prefix. - - -%prep -%forgesetup -cp %{SOURCE1} %{SOURCE2} . - - -%install -%goinstall glide.lock glide.yaml - - -%check -%gochecks - - -%files devel -f devel.file-list -%license LICENSE -%doc README.md - - -%changelog -* Wed Apr 10 2019 Elliott Sales de Andrade - 0.0.7-1 -- Update to latest version - -* Fri Feb 01 2019 Fedora Release Engineering - 0.0.4-0.2.git3fb116b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Nov 02 2018 Robert-André Mauchin - 0.0.4-0.1.20181102git3fb116b -- Bump to commit 3fb116b820352b7f0c281308a4d6250c22d94e27 - -* Tue Oct 23 2018 Nicolas Mailhot - 0.0.3-6 -- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias -- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ - -* Fri Jul 13 2018 Fedora Release Engineering - Forge-specific packaging variables -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sun Jun 17 2018 Jan Chaloupka - 0.0.3-4 -- Upload glide files - -* Thu Mar 01 2018 Jan Chaloupka - 0.0.3-3 -- Autogenerate some parts using the new macros - -* Wed Feb 07 2018 Fedora Release Engineering - 0.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Sep 25 2017 Ed Marshall - 0.0.3-1 -- Update to v0.0.3 (#1495177) -- This project makes proper releases; drop git commit boilerplate - -* Mon Sep 18 2017 Jan Chaloupka - 0.0.2-0.1.gitfc9e8d8 -- Update to v0.0.2 - resolves: #1462140 - -* Wed Aug 02 2017 Fedora Release Engineering - 0-0.3.git66b8e73 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0-0.2.git66b8e73 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jan 05 2017 Jan Chaloupka - 0-0.1.git66b8e73 -- First package for Fedora - resolves: #1430143 diff --git a/golang-github-mattn-isatty.spec b/golang-github-mattn-isatty.spec new file mode 100644 index 0000000..f5a61d6 --- /dev/null +++ b/golang-github-mattn-isatty.spec @@ -0,0 +1,94 @@ +# Generated by go2rpm +%bcond_without check + +# https://github.com/mattn/go-isatty +%global goipath github.com/mattn/go-isatty +Version: 0.0.8 + +%gometa + +%global common_description %{expand: +Is a TTY? for Golang.} + +%global golicenses LICENSE +%global godocs README.md + +%global gosupfiles glide.lock glide.yaml + +Name: %{goname} +Release: 1%{?dist} +Summary: Is a TTY? for Golang + +License: MIT +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.lock + +BuildRequires: golang(golang.org/x/sys/unix) + +%description +%{common_description} + +%gopkg + +%prep +%goprep +cp %{S:1} %{S:2} . + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Sun Apr 21 18:45:10 CEST 2019 Robert-André Mauchin - 0.0.8-1 +- Release 0.0.8 + +* Wed Apr 10 2019 Elliott Sales de Andrade - 0.0.7-1 +- Update to latest version + +* Fri Feb 01 2019 Fedora Release Engineering - 0.0.4-0.2.git3fb116b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 02 2018 Robert-André Mauchin - 0.0.4-0.1.20181102git3fb116b +- Bump to commit 3fb116b820352b7f0c281308a4d6250c22d94e27 + +* Tue Oct 23 2018 Nicolas Mailhot - 0.0.3-6 +- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias +- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ + +* Fri Jul 13 2018 Fedora Release Engineering - Forge-specific packaging variables +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jun 17 2018 Jan Chaloupka - 0.0.3-4 +- Upload glide files + +* Thu Mar 01 2018 Jan Chaloupka - 0.0.3-3 +- Autogenerate some parts using the new macros + +* Wed Feb 07 2018 Fedora Release Engineering - 0.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Sep 25 2017 Ed Marshall - 0.0.3-1 +- Update to v0.0.3 (#1495177) +- This project makes proper releases; drop git commit boilerplate + +* Mon Sep 18 2017 Jan Chaloupka - 0.0.2-0.1.gitfc9e8d8 +- Update to v0.0.2 + resolves: #1462140 + +* Wed Aug 02 2017 Fedora Release Engineering - 0-0.3.git66b8e73 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0-0.2.git66b8e73 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jan 05 2017 Jan Chaloupka - 0-0.1.git66b8e73 +- First package for Fedora + resolves: #1430143 diff --git a/sources b/sources index f606a98..58bf0d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go-isatty-0.0.7.tar.gz) = f067811fd5483c8f49770132f42156e78256843672891448d725c9dbdd25ecaa941802e5e9d08ca9c20ae23a553e51a4653e8205f48f7cc979e5be0b4646f13e +SHA512 (go-isatty-0.0.8.tar.gz) = e9dc9181dfa9780bffd5b1aefbee9028d8a38c2c8feef6a0ca28952b57948a41582dc4c372394bdc76f8081490283d055f89cb7a8792418b3ee55a85c32a5b69