# Generated by go2rpm %bcond_without check # https://github.com/xdg/stringprep %global goipath github.com/xdg/stringprep Version: 1.0.0 %gometa %global common_description %{expand: This library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables. A pre-built SASLprep (RFC-4013) profile is provided as well.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go implementation of rfc-3454 stringprep and rfc-4013 saslprep # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/text/unicode/norm) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 23 21:16:20 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Redease 1.0.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.3.git73f8eec - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Nov 28 2018 mskalick@redhat.com - 0-0.2.20181127git73f8eec - Fix issues found during package review * Tue Nov 27 2018 mskalick@redhat.com - 0-0.1.20181127git73f8eec - First package for Fedora