# Generated by go2rpm 1 %bcond_without check # https://github.com/distatus/battery %global goipath github.com/distatus/battery Version: 0.10.0 %gometa %global common_description %{expand: Cross-platform, normalized battery information library.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Cross-platform, normalized battery information library License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE.md %doc README.md %{_bindir}/* %gopkgfiles %changelog * Thu Jun 25 20:40:58 CST 2020 Qiyu Yan - 0.10.0-1 - Initial package