# Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/go-fonts/latin-modern %global goipath github.com/go-fonts/latin-modern Version: 0.2.0 %gometa %global common_description %{expand: Latin Modern fonts for Go.} %global golicenses LICENSE LICENSE-GUST %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Latin Modern fonts for Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang-x-image-devel BuildRequires: golang-x-image-fonts-all %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %build %gobuild -o %{gobuilddir}/bin/latin-modern %{goipath} %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 LICENSE-GUST %doc README.md %{_bindir}/* %gopkgfiles %changelog * Wed Jul 20 2022 Mark E. Fuller - 0.2.0-1 - Initial package