diff --git a/golang-github-coreos-go-log.spec b/golang-github-coreos-go-log.spec deleted file mode 100644 index 57e5fb7..0000000 --- a/golang-github-coreos-go-log.spec +++ /dev/null @@ -1,127 +0,0 @@ -# http://github.com/coreos/go-log -%global goipath github.com/coreos/go-log -%global commit b22fd89e1882702b3ba97bc792ca6b45e7e6b635 - -%gometa - -Name: golang-github-coreos-go-log -Version: 0 -Release: 0.23%{?dist} -Summary: A golang library for logging to systemd -License: ASL 2.0 -URL: %{gourl} -Source0: %{gosource} -Source1: glide.lock -Source2: glide.yaml - -%description -%{summary} - -%package devel -Summary: %{summary} -BuildArch: noarch - -BuildRequires: golang(bitbucket.org/kardianos/osext) -BuildRequires: golang(github.com/coreos/go-systemd/journal) - -%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 - -#define license tag if not already defined -%{!?_licensedir:%global license %doc} - -%files devel -f devel.file-list -%license LICENSE -%doc README.md - -%changelog -* Thu Jan 31 2019 Fedora Release Engineering - 0-0.23.gitb22fd89 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Nov 14 2018 Robert-André Mauchin - 0-0.22.20181114gitb22fd89 -- Bump to commit b22fd89e1882702b3ba97bc792ca6b45e7e6b635 - -* Tue Oct 23 2018 Nicolas Mailhot - 0-0.21.20131126git840af6b -- 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 - 0-0.20.20131126git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Jun 09 2018 Jan Chaloupka - 0-0.19.git840af6b -- Upload glide files - -* Wed Feb 28 2018 Jan Chaloupka - 0-0.18.20131126git840af6b -- Autogenerate some parts using the new macros - -* Wed Feb 07 2018 Fedora Release Engineering - 0-0.17.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0-0.16.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0-0.15.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0-0.14.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jul 21 2016 Fedora Release Engineering - 0-0.13.git840af6b -- https://fedoraproject.org/wiki/Changes/golang1.7 - -* Mon Feb 22 2016 Fedora Release Engineering - 0-0.12.git840af6b -- https://fedoraproject.org/wiki/Changes/golang1.6 - -* Wed Feb 03 2016 Fedora Release Engineering - 0-0.11.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Sep 12 2015 jchaloup - 0-0.10.git840af6b -- Update to spec-2.1 - related: #1248717 - -* Thu Jul 30 2015 jchaloup - 0-0.9.git840af6b -- Update spec file to spec-2.0 - resolves: #1248717 - -* Wed Jun 17 2015 Fedora Release Engineering - 0-0.8.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jan 21 2015 jchaloup - 0-0.7.git840af6b -- Update [Build]Requires for github.com/coreos/go-systemd/journal -- Polish spec file -- Do not redefine gopath - related: #1018523 - -* Sat Jun 07 2014 Fedora Release Engineering - 0-0.6.git840af6b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Oct 18 2013 Lokesh Mandvekar 0-0.5.git840af6b -- removed double quotes from provides and requires - -* Mon Oct 14 2013 Lokesh Mandvekar 0-0.4.git840af6b -- defattr removed - -* Mon Oct 14 2013 Lokesh Mandvekar 0-0.3.git840af6b -- Requires kardianos/osext and coreos/go-systemd - -* Sat Oct 12 2013 Lokesh Mandvekar 0-0.2.git840af6b -- URL corrected -- License corrected - -* Sat Oct 12 2013 Lokesh Mandvekar 0-0.1.git840af6b -- Initial fedora package - diff --git a/golang-github-coreos-log.spec b/golang-github-coreos-log.spec new file mode 100644 index 0000000..b8404c1 --- /dev/null +++ b/golang-github-coreos-log.spec @@ -0,0 +1,130 @@ +# Generated by go2rpm +%bcond_without check + +# https://github.com/coreos/go-log +%global goipath github.com/coreos/go-log +%global commit b22fd89e1882702b3ba97bc792ca6b45e7e6b635 + +%gometa + +%global common_description %{expand: +Go logging library with systemd journal support.} + +%global golicenses LICENSE NOTICE +%global godocs README.md code-of-conduct.md + +%global gosupfiles glide.lock glide.yaml + +Name: %{goname} +Version: 0 +Release: 0.24%{?dist} +Summary: Go logging library with systemd journal support + +# Upstream license specification: Apache-2.0 +License: ASL 2.0 +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.lock + +BuildRequires: golang(github.com/coreos/go-systemd/journal) +BuildRequires: golang(github.com/kardianos/osext) + +%description +%{common_description} + +%gopkg + +%prep +%goprep +cp %{S:1} %{S:2} . + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Thu May 30 17:35:24 CEST 2019 Robert-André Mauchin - 0-0.24.20181114gitb22fd89 +- Update to new macros + +* Thu Jan 31 2019 Fedora Release Engineering - 0-0.23.gitb22fd89 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Nov 14 2018 Robert-André Mauchin - 0-0.22.20181114gitb22fd89 +- Bump to commit b22fd89e1882702b3ba97bc792ca6b45e7e6b635 + +* Tue Oct 23 2018 Nicolas Mailhot - 0-0.21.20131126git840af6b +- 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 - 0-0.20.20131126git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 09 2018 Jan Chaloupka - 0-0.19.git840af6b +- Upload glide files + +* Wed Feb 28 2018 Jan Chaloupka - 0-0.18.20131126git840af6b +- Autogenerate some parts using the new macros + +* Wed Feb 07 2018 Fedora Release Engineering - 0-0.17.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 0-0.16.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0-0.15.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0-0.14.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jul 21 2016 Fedora Release Engineering - 0-0.13.git840af6b +- https://fedoraproject.org/wiki/Changes/golang1.7 + +* Mon Feb 22 2016 Fedora Release Engineering - 0-0.12.git840af6b +- https://fedoraproject.org/wiki/Changes/golang1.6 + +* Wed Feb 03 2016 Fedora Release Engineering - 0-0.11.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sat Sep 12 2015 jchaloup - 0-0.10.git840af6b +- Update to spec-2.1 + related: #1248717 + +* Thu Jul 30 2015 jchaloup - 0-0.9.git840af6b +- Update spec file to spec-2.0 + resolves: #1248717 + +* Wed Jun 17 2015 Fedora Release Engineering - 0-0.8.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jan 21 2015 jchaloup - 0-0.7.git840af6b +- Update [Build]Requires for github.com/coreos/go-systemd/journal +- Polish spec file +- Do not redefine gopath + related: #1018523 + +* Sat Jun 07 2014 Fedora Release Engineering - 0-0.6.git840af6b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Oct 18 2013 Lokesh Mandvekar 0-0.5.git840af6b +- removed double quotes from provides and requires + +* Mon Oct 14 2013 Lokesh Mandvekar 0-0.4.git840af6b +- defattr removed + +* Mon Oct 14 2013 Lokesh Mandvekar 0-0.3.git840af6b +- Requires kardianos/osext and coreos/go-systemd + +* Sat Oct 12 2013 Lokesh Mandvekar 0-0.2.git840af6b +- URL corrected +- License corrected + +* Sat Oct 12 2013 Lokesh Mandvekar 0-0.1.git840af6b +- Initial fedora package