# Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/go-fonts/stix %global goipath github.com/go-fonts/stix Version: 0.1.0 %gometa %global common_description %{expand: STIX fonts for Go.} %global golicenses LICENSE SIL-LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: STIX fonts for Go # Upstream license specification: OFL-1.1 and BSD-3-Clause License: OFL-1.1 and 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/stix %{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 SIL-LICENSE %doc README.md %{_bindir}/* %gopkgfiles %changelog * Wed Jul 20 2022 Mark E. Fuller - 0.1.0-1 - Initial package