Blame golang-github-kyoh86-xdg.spec

bdf8e86
# Generated by go2rpm 1.3
bdf8e86
%bcond_without check
bdf8e86
bdf8e86
# https://github.com/kyoh86/xdg
bdf8e86
%global goipath         github.com/kyoh86/xdg
bdf8e86
Version:                1.2.0
bdf8e86
bdf8e86
%gometa
bdf8e86
bdf8e86
%global common_description %{expand:
bdf8e86
Light weight helper functions in Golang to get config, data and cache files
bdf8e86
according to the XDG Base Directory Specification.}
bdf8e86
bdf8e86
%global golicenses      LICENSE
bdf8e86
%global godocs          README.md
bdf8e86
bdf8e86
Name:           %{goname}
d726eda
Release:        3%{?dist}
bdf8e86
Summary:        Light weight helper functions for the XDG Base Directory Specification
bdf8e86
bdf8e86
License:        MIT
bdf8e86
URL:            %{gourl}
bdf8e86
Source0:        %{gosource}
bdf8e86
bdf8e86
%description
bdf8e86
%{common_description}
bdf8e86
bdf8e86
%gopkg
bdf8e86
bdf8e86
%prep
bdf8e86
%goprep
bdf8e86
bdf8e86
%install
bdf8e86
%gopkginstall
bdf8e86
bdf8e86
%if %{with check}
bdf8e86
%check
bdf8e86
%gocheck
bdf8e86
%endif
bdf8e86
bdf8e86
%gopkgfiles
bdf8e86
bdf8e86
%changelog
d726eda
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
d726eda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d726eda
2d1c400
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
2d1c400
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2d1c400
bdf8e86
* Wed Dec 09 10:42:17 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1
bdf8e86
- Initial package