commit 3d3a9b9b82f0ff692576ad6aa9063a0cffa13ae7 Author: Sergey Cherevko Date: Thu Apr 18 18:54:16 2024 +0300 import golang-github-jba-printsrc-0.2.2-3.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f24ed7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/printsrc-0.2.2.tar.gz diff --git a/.golang-github-jba-printsrc.metadata b/.golang-github-jba-printsrc.metadata new file mode 100644 index 0000000..51b6334 --- /dev/null +++ b/.golang-github-jba-printsrc.metadata @@ -0,0 +1 @@ +19a9160602e31b374169f44c6b148c74f24ab469 SOURCES/printsrc-0.2.2.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..92db8c0 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# golang-github-jba-printsrc + +The golang-github-jba-printsrc package diff --git a/SPECS/golang-github-jba-printsrc.spec b/SPECS/golang-github-jba-printsrc.spec new file mode 100644 index 0000000..9b08c0c --- /dev/null +++ b/SPECS/golang-github-jba-printsrc.spec @@ -0,0 +1,58 @@ +# Generated by go2rpm 1.5.0 +%bcond_without check +%global debug_package %{nil} + +# https://github.com/jba/printsrc +%global goipath github.com/jba/printsrc +Version: 0.2.2 + +%gometa + +%global common_description %{expand: +Print Go values as Go source.} + +%global golicenses LICENSE +%global godocs README.md + +Name: %{goname} +Release: 3%{?dist} +Summary: Print Go values as Go source + +License: MIT +URL: %{gourl} +Source0: %{gosource} + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%generate_buildrequires +%go_generate_buildrequires + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Thu Apr 18 2024 Sergey Cherevko - 0.2.2-3 +- Rebuilt for MSVSphere 9.4 + +* Thu Jul 21 2022 Fedora Release Engineering - 0.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jan 11 2022 Maxwell G - 0.2.2-1 +- Preform initial import. Closes rhbz#2035685 +