Blame golang-modernc-fileutil.spec

cecea5f
# Generated by go2rpm
046dfb9
%ifnarch ppc64le s390x
cecea5f
%bcond_without check
046dfb9
%endif
cecea5f
cecea5f
# https://gitlab.com/cznic/fileutil
cecea5f
%global goipath         modernc.org/fileutil
cecea5f
%global forgeurl        https://gitlab.com/cznic/fileutil
cecea5f
Version:                1.0.0
0e2bae7
%global commit          b2535a37172bf4601ebc9f64b3a0cbe5782c8e76
cecea5f
%global distprefix      %{nil}
cecea5f
cecea5f
%gometa
cecea5f
cecea5f
%global common_description %{expand:
cecea5f
Package fileutil collects some file utility functions.}
cecea5f
cecea5f
%global golicenses      LICENSE
cecea5f
%global godocs          AUTHORS CONTRIBUTORS README
cecea5f
cecea5f
Name:           %{goname}
bdb479e
Release:        5%{?dist}
cecea5f
Summary:        File utility functions in Go
cecea5f
cecea5f
# Upstream license specification: BSD-3-Clause
cecea5f
License:        BSD
cecea5f
URL:            %{gourl}
cecea5f
Source0:        %{gosource}
cecea5f
cecea5f
BuildRequires:  golang(modernc.org/mathutil)
cecea5f
cecea5f
%description
cecea5f
%{common_description}
cecea5f
cecea5f
%gopkg
cecea5f
cecea5f
%prep
cecea5f
%goprep
cecea5f
cecea5f
%install
cecea5f
%gopkginstall
cecea5f
cecea5f
%if %{with check}
cecea5f
%check
cecea5f
%gocheck
cecea5f
%endif
cecea5f
cecea5f
%gopkgfiles
cecea5f
cecea5f
%changelog
bdb479e
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
bdb479e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bdb479e
0e2bae7
* Thu Feb 06 02:25:05 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-4.20200206gitb2535a3
0e2bae7
- Bump to commit b2535a37172bf4601ebc9f64b3a0cbe5782c8e76
0e2bae7
facecad
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
facecad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
facecad
6bd3381
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
6bd3381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6bd3381
cecea5f
* Sun May 12 15:19:12 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
cecea5f
- Initial package