diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 61fc22a..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/protobuf-5afd06f9d81a86d6e3bb7dc702d6bd148ea3ff23.tar.gz -/protobuf-1.1.0.tar.gz -/protobuf-1.2.0.tar.gz -/protobuf-1.3.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..f23530b --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to golang-github-protobuf diff --git a/golang-github-protobuf.spec b/golang-github-protobuf.spec deleted file mode 100644 index 1fcc92f..0000000 --- a/golang-github-protobuf.spec +++ /dev/null @@ -1,214 +0,0 @@ -# Generated by go2rpm -%bcond_without check - -# https://github.com/golang/protobuf -%global goipath github.com/golang/protobuf -Version: 1.3.1 - -%gometa - -%global common_description %{expand: -Go support for Google's protocol buffers.} - -%global golicenses LICENSE -%global godocs AUTHORS CONTRIBUTORS README.md - -Name: %{goname} -Release: 2%{?dist} -Summary: Go support for Google's protocol buffers - -# Upstream license specification: BSD-3-Clause -License: BSD -URL: %{gourl} -Source0: %{gosource} - -BuildRequires: protobuf-compiler -Requires: protobuf -Provides: protoc-gen-go = %{version}-%{release} -Provides: golang(%{goipath}/protoc-gen-go) = %{version}-%{release} - -%description -%{common_description} - -%gopkg - -%prep -%goprep - -%build -for cmd in protoc-gen-go; 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 Apr 16 02:45:15 CEST 2019 Robert-André Mauchin - 1.3.1-2 -- Update to new macros - -* Thu Apr 11 14:42:10 CEST 2019 Robert-André Mauchin - 1.3.1-1 -- Release 1.3.1 - -* Mon Feb 25 2019 Robert-André Mauchin - 1.2.0-3 -- Disable tests until https://github.com/golang/protobuf/issues/763 is fixed - -* Fri Feb 01 2019 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Oct 25 2018 Robert-André Mauchin - 1.2.0-1 -- Update to release 1.2.0 - -* Tue Oct 23 2018 Nicolas Mailhot - 1.0.0-3 -- 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 - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu May 31 2018 Paul Gier - 1.0.0-1 -- Update to release 1.0.0 - -* Mon May 07 2018 Robert-André Mauchin - 0-0.37.git5afd06f -- Rename binary to protoc-gen-go -- Fix bug #1567650 - -* Sun Mar 18 2018 Jan Chaloupka - 0-0.36.git5afd06f -- Bump to 5afd06f9d81a86d6e3bb7dc702d6bd148ea3ff23 - -* Fri Mar 09 2018 Jan Chaloupka - 0-0.35.git5a0f697 -- Bump to 5a0f697c9ed9d68fef0116532c6e05cfeae00e55 - -* Sun Mar 04 2018 Jan Chaloupka - 0-0.34.git24f28ae -- Update to spec 3.0 - -* Wed Feb 28 2018 Jan Chaloupka - 0-0.33.20161116git24f28ae -- Exclude _conformance directory - -* Tue Feb 20 2018 Jan Chaloupka - 0-0.32.git24f28ae -- Autogenerate some parts using the new macros - -* Wed Feb 07 2018 Fedora Release Engineering - 0-0.31.git24f28ae -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Sep 18 2017 Jan Chaloupka - 0-0.30.git24f28ae -- Bump to upstream 24f28ae800abfde9310e779f94be606b1a98a3fc - resolves: #1474510 - -* Wed Aug 02 2017 Fedora Release Engineering - 0-0.29.git4bd1920 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0-0.28.git4bd1920 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Mar 16 2017 Jan Chaloupka - 0-0.27.git4bd1920 -- Bump to upstream 4bd1920723d7b7c925de087aa32e2187708897f7 - related: #1246113 - -* Fri Feb 10 2017 Fedora Release Engineering - 0-0.26.git8616e8e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Dec 15 2016 Jan Chaloupka - 0-0.25.git8616e8e -- Polish the spec file - related: #1246113 - -* Wed Jul 27 2016 jchaloup - 0-0.24.git8616e8e -- Polish the spec file - related: #1246113 - -* Thu Jul 21 2016 Fedora Release Engineering - 0-0.23.git8616e8e -- https://fedoraproject.org/wiki/Changes/golang1.7 - -* Mon Jul 11 2016 jchaloup - 0-0.22.git8616e8e -- Bump to upstream 8616e8ee5e20a1704615e6c8d7afcdac06087a67 - related: #1246113 - -* Tue Mar 22 2016 jchaloup - 0-0.21.git6aaa8d4 -- Bump to upstream 6aaa8d47701fa6cf07e914ec01fde3d4a1fe79c3 - related: #1246113 - -* Sun Mar 06 2016 jchaloup - 0-0.20.git3d2510a -- Bump to upstream 3d2510a4dd961caffa2ae781669c628d82db700a - related: #1246113 - -* Mon Feb 22 2016 Fedora Release Engineering - 0-0.19.git0f7a9ca -- https://fedoraproject.org/wiki/Changes/golang1.6 - -* Wed Feb 03 2016 Fedora Release Engineering - 0-0.18.git0f7a9ca -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Sep 24 2015 Peter Robinson 0-0.17.git446d52d -- Change deps on compiler(go-compiler) -- Update Arches -- Use %%license - -* Thu Jul 23 2015 jchaloup - 0-0.16.git0f7a9ca -- Bump to upstream 0f7a9caded1fb3c9cc5a9b4bcf2ff633cc8ae644 -- Update spec file to spec-2.0 - resolves: #1246113 - -* Wed Jun 17 2015 Fedora Release Engineering - 0-0.15.gitefd7476 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 09 2015 jchaloup - 0-0.14.gitefd7476 -- Bump to upstream efd7476481382c195beb33acd8ec2f1527167fb4 - related: #1018057 - -* Thu Mar 05 2015 jchaloup - 0-0.13.gitc22ae3c -- Bump to upstream c22ae3cf020a21ebb7ae566dccbe90fc8ea4f9ea - related: #1018057 - -* Sun Feb 08 2015 jchaloup - 0-0.12.git7f07925 -- Extend Provides for proto/testdata - related: #1018057 - -* Fri Jan 30 2015 jchaloup - 0-0.11.git7f07925 -- Provide back compatibility provides - resolves: #1187495 #1187491 #1187494 - -* Mon Jan 26 2015 jchaloup - 0-0.10.git7f07925 -- Bump to 7f07925444bb51fa4cf9dfe6f7661876f8852275 - related: #1018057 - -* Sat Aug 16 2014 Fedora Release Engineering - 0-0.9.hg61664b8425f3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0-0.8.hg61664b8425f3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Oct 17 2013 Lokesh Mandvekar - 0-0.7.hg61664b8425f3 -- removed double quotes from provides - -* Wed Oct 16 2013 Peter Lemenkov - 0-0.6.hg61664b8425f3 -- Added missing buildrequires - -* Mon Oct 14 2013 Lokesh Mandvekar 0-0.5.hg61664b8425f3 -- description update - -* Mon Oct 14 2013 Lokesh Mandvekar 0-0.4.hg61664b8425f3 -- defattr removed -- docs included in base and devel packages - -* Sat Oct 12 2013 Lokesh Mandvekar 0-0.3.hg61664b8425f3 -- testdata directories excluded - -* Sat Oct 12 2013 Lokesh Mandvekar 0-0.2.hg61664b8425f3 -- compiler plugin in archful base package -- libraries in noarch (except rhel6) devel subpackage - -* Fri Oct 11 2013 Lokesh Mandvekar 0-0.1.hg61664b8425f3 -- Initial fedora package diff --git a/sources b/sources deleted file mode 100644 index c606903..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (protobuf-1.3.1.tar.gz) = 7dfc6d7851c7181e1a73effe9e8a97752bb428bf207a44b065412a8e87e0e3e200b5eef3d8c68af33a0721d12a8b98bfa88b22add074b19b6e1759e9268abf25