# Generated by go2rpm 1.8.1 # # This specfile is licensed under: # SPDX-License-Identifier: MIT # License text: https://spdx.org/licenses/MIT.html # SPDX-FileCopyrightText: 2022 Maxwell G # SPDX-FileCopyrightText: Fedora Project Authors %bcond_without check # https://github.com/emersion/go-mbox %global goipath github.com/emersion/go-mbox Version: 1.0.3 %gometa %global common_description %{expand: Package mbox parses the mbox file format into messages and formats messages into mbox files.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Package mbox parses the mbox file format into messages and formats messages into mbox files License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog