# Generated by go2rpm 1.3 %bcond_without check # https://github.com/gabriel-vasile/mimetype %global goipath github.com/gabriel-vasile/mimetype Version: 1.1.2 %gometa %global common_description %{expand: A package for detecting MIME types and extensions based on magic numbers.} %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md CHANGELOG.md\\\ EXAMPLES.md README.md supported_mimes.md Name: %{goname} Release: 1%{?dist} Summary: Fast golang library for MIME type and file extension detection License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Mar 06 08:24:48 CET 2021 Robert-André Mauchin - 1.1.2-1 - Initial package