Blame golang-github-phayes-permbits.spec

d98a9b7
# Generated by go2rpm
d98a9b7
%bcond_without check
d98a9b7
d98a9b7
# https://github.com/phayes/permbits
d98a9b7
%global goipath         github.com/phayes/permbits
d98a9b7
%global commit          1efae4548023f60d7a172fead76cccf194cf45de
d98a9b7
d98a9b7
%gometa
d98a9b7
d98a9b7
%global common_description %{expand:
d98a9b7
Easy file permissions for Go. Easily get and set file permission bits.}
d98a9b7
d98a9b7
%global golicenses      LICENSE
d98a9b7
%global godocs          README.md
d98a9b7
d98a9b7
Name:           %{goname}
d98a9b7
Version:        0
fc69265
Release:        0.4%{?dist}
d98a9b7
Summary:        Easy file permissions for Go
d98a9b7
d98a9b7
License:        MIT
d98a9b7
URL:            %{gourl}
d98a9b7
Source0:        %{gosource}
d98a9b7
d98a9b7
%description
d98a9b7
%{common_description}
d98a9b7
d98a9b7
%gopkg
d98a9b7
d98a9b7
%prep
d98a9b7
%goprep
d98a9b7
d98a9b7
%install
d98a9b7
%gopkginstall
d98a9b7
d98a9b7
%if %{with check}
d98a9b7
%check
d98a9b7
%gocheck
d98a9b7
%endif
d98a9b7
d98a9b7
%gopkgfiles
d98a9b7
d98a9b7
%changelog
fc69265
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
fc69265
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fc69265
122f586
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
122f586
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
122f586
a2dd6e0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
a2dd6e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a2dd6e0
d98a9b7
* Wed May 08 00:49:58 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git1efae45
d98a9b7
- Initial package