diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0ee96d5..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/toml-0.3.0.tar.gz -/toml-0.3.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e548f4d --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to golang-github-burntsushi-toml diff --git a/glide.lock b/glide.lock deleted file mode 100644 index 16664af..0000000 --- a/glide.lock +++ /dev/null @@ -1,3 +0,0 @@ -hash: 4c881d9cbe271c34d473bb0cb5fd7bae21aec5e41a718d3e67c3918541c2ba9b -imports: [] -updated: '2018-06-08T20:59:40.865335+00:00' diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index 38a1402..0000000 --- a/glide.yaml +++ /dev/null @@ -1,3 +0,0 @@ -import: [] -package: github.com/BurntSushi/toml - diff --git a/golang-github-burntsushi-toml.spec b/golang-github-burntsushi-toml.spec deleted file mode 100644 index 1566966..0000000 --- a/golang-github-burntsushi-toml.spec +++ /dev/null @@ -1,148 +0,0 @@ -# Generated by go2rpm -%bcond_without check - -# https://github.com/BurntSushi/toml -%global goipath github.com/BurntSushi/toml -Version: 0.3.1 - -%gometa - -%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: 3%{?dist} -Summary: Toml parser with reflection for Golang - -License: MIT -URL: %{gourl} -Source0: %{gosource} -Source1: glide.lock -Source2: glide.yaml - -%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 -* 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 diff --git a/sources b/sources deleted file mode 100644 index 490d7de..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (toml-0.3.1.tar.gz) = 75801d0263a68613233f3b18e35b000e1aeb5322015c0f032598d9447122fc45b1854741ce6ce9fb4d5a064546ad26f3d6384710bd8e6e1229ed2d4551524852