# Generated by go2rpm 1.3 %bcond_without check # https://github.com/Pallinder/go-randomdata %global goipath github.com/Pallinder/go-randomdata Version: 1.2.0 %gometa %global common_description %{expand: Randomdata is a tiny help suite for generating random data such as - first names (male or female) - last names - full names (male or female) - country names (full name or iso 3166.1 alpha-2 or alpha-3) - locales / language tags (bcp-47) - random email address - city names - American state names (two chars or full) - random numbers (in an interval) - random paragraphs - random bool values - postal- or zip-codes formatted for a range of different countries. - american sounding addresses / street names - silly names - suitable for names of things - random days - random months - random full date - random full profile - random date inside range - random phone number } %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Tiny generator of random data for Golang, also known as a faker License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(golang.org/x/text/language) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 10 13:43:00 CET 2021 Robert-André Mauchin - 1.2.0-1 - Initial package