You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
# 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 <s.cherevko@msvsphere-os.ru> - 0.2.2-3
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Tue Jan 11 2022 Maxwell G <gotmax@e.email> - 0.2.2-1
|
|
- Preform initial import. Closes rhbz#2035685
|
|
|