# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://code.rocket9labs.com/tslocum/desktop.git %global archivename desktop %global archiveext tar.gz %global goipath code.rocketnine.space/tslocum/desktop %global forgeurl https://code.rocket9labs.com/tslocum/desktop.git %global forgesetupargs -n %{archivename} Version: 0.1.5 %gometa -f %global common_description %{expand: Desktop entry scanner and parser} %global golicenses LICENSE %global godocs README.md CHANGELOG Name: %{goname} Release: 1%{?dist} Summary: Desktop entry scanner and parser License: MIT URL: %{gourl} Source: %{forgeurl}/archive/v%{version}.%{archiveext} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Aug 15 2023 Jerzy Drożdż - 0.1.5-1 - Initial build