From 5e2f63197518e43284ef64515954b4dd4aea2b87 Mon Sep 17 00:00:00 2001 From: Yatin Karel Date: Sep 14 2021 11:49:26 +0000 Subject: Import golang-github-burntsushi-toml-0.3.1-9.el9 in CloudSIG xena --- diff --git a/.golang-github-burntsushi-toml.metadata b/.golang-github-burntsushi-toml.metadata new file mode 100644 index 0000000..3245ed8 --- /dev/null +++ b/.golang-github-burntsushi-toml.metadata @@ -0,0 +1 @@ +aad2b76bcf2b902c4ac1a58b8ccb93f89d95c660 SOURCES/toml-0.3.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..c3e8cd3 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# golang-github-burntsushi-toml + +The golang-github-burntsushi-toml package \ No newline at end of file diff --git a/SOURCES/glide.lock b/SOURCES/glide.lock new file mode 100644 index 0000000..16664af --- /dev/null +++ b/SOURCES/glide.lock @@ -0,0 +1,3 @@ +hash: 4c881d9cbe271c34d473bb0cb5fd7bae21aec5e41a718d3e67c3918541c2ba9b +imports: [] +updated: '2018-06-08T20:59:40.865335+00:00' diff --git a/SOURCES/glide.yaml b/SOURCES/glide.yaml new file mode 100644 index 0000000..38a1402 --- /dev/null +++ b/SOURCES/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package: github.com/BurntSushi/toml + diff --git a/SPECS/golang-github-burntsushi-toml.spec b/SPECS/golang-github-burntsushi-toml.spec new file mode 100644 index 0000000..b0a6444 --- /dev/null +++ b/SPECS/golang-github-burntsushi-toml.spec @@ -0,0 +1,175 @@ +# Generated by go2rpm +%bcond_without check + +# https://github.com/BurntSushi/toml +%global goipath github.com/BurntSushi/toml +Version: 0.3.1 + +%gometa + +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-BurntSushi-toml-devel < 0.3.1-3 +} + +%global common_description %{expand: +TOML stands for Tom's Obvious, Minimal Language. This Go package provides a +reflection interface similar to Go's standard library json and xml packages. +This package also supports the encoding.TextUnmarshaler and +encoding.TextMarshaler interfaces so that you can define custom data +representations.} + +%global golicenses COPYING +%global godocs _examples README.md COMPATIBLE + +%global gosupfiles glide.lock glide.yaml + +Name: %{goname} +Release: 9%{?dist} +Summary: Toml parser with reflection for Golang + +License: MIT +URL: %{gourl} +Source0: %{gosource} +Source1: glide.lock +Source2: glide.yaml + +# Remove in F33: +Obsoletes: golang-github-BurntSushi-toml < 0.3.1-3 + +%description +%{common_description} + +%gopkg + +%prep +%goprep +cp %{S:1} %{S:2} . + +%build +for cmd in cmd/* ; do + %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd +done + +%install +%gopkginstall +install -m 0755 -vd %{buildroot}%{_bindir} +install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ + +%if %{with check} +%check +%gocheck +%endif + +%files +%license %{golicenses} +%doc %{godocs} +%{_bindir}/* + +%gopkgfiles + +%changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.3.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 0.3.1-8 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.3.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 0.3.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.3.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jul 05 2019 Elliott Sales de Andrade - 0.3.1-4 +- Add Obsoletes for old name + +* Wed Apr 24 21:30:18 CEST 2019 Robert-André Mauchin - 0.3.1-3 +- Update to new macros + +* Thu Jan 31 2019 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 31 2018 Robert-André Mauchin - 0.3.1-1 +- Release 0.3.1 + +* Tue Oct 23 2018 Nicolas Mailhot - 0.3.0-4 +- 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 + +* Fri Jun 08 2018 Jan Chaloupka - 0.3.0-2 +- Upload glide.lock and glide.yaml + +* Sun Mar 18 2018 Jan Chaloupka - 0.3.0-1 +- Update to 0.3.0 + resolves: #1423641 + +* Wed Feb 28 2018 Jan Chaloupka - 0-0.15.20140718git2ceedfe +- Autogenerate some parts using the new macros + +* Wed Feb 07 2018 Fedora Release Engineering - 0-0.14.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 0-0.13.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0-0.12.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0-0.11.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jan 17 2017 Jan Chaloupka - 0-0.10.git2ceedfe +- Polish the spec file + related: #1247656 + +* Tue Aug 09 2016 jchaloup - 0-0.9.git2ceedfe +- Enable devel and unit-test for epel7 + related: #1247656 + +* Thu Jul 21 2016 Fedora Release Engineering - 0-0.8.git2ceedfe +- https://fedoraproject.org/wiki/Changes/golang1.7 + +* Mon Feb 22 2016 Fedora Release Engineering - 0-0.7.git2ceedfe +- https://fedoraproject.org/wiki/Changes/golang1.6 + +* Wed Feb 03 2016 Fedora Release Engineering - 0-0.6.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sat Sep 12 2015 jchaloup - 0-0.5.git2ceedfe +- Update to spec-2.1 + related: #1247656 + +* Tue Jul 28 2015 Fridolin Pokorny - 0-0.4.git2ceedfe +- Update of spec file to spec-2.0 + resolves: #1247656 + +* Wed Jun 17 2015 Fedora Release Engineering - 0-0.4.git2ceedfe +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Oct 23 2014 jchaloup - 0-0.3.git2ceedfe +- Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2 +- spec file polishing to follow go draft + related: #1120865 + +* Mon Sep 22 2014 jchaloup - 0-0.2.gitbd2bdf7 +- do not own golang directories +- defattr and attr not needed + +* Mon Sep 22 2014 jchaloup - 0-0.1.gitbd2bdf7 +- accomodated changes from Vincent Batts +- gopath is in the rpm macros, and set exclusive arch too, to prevent s390 builds +- move the buildarch noarch to the devel, since it is source only +- preserve timestamps of source copied and as an added perk +- the tomlv command provided in this project is useful for validating *.toml files +- go test + +* Thu Jul 17 2014 Colin Walters +- Initial package