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