%global goipath github.com/teris-io/shortid Version: 1.0 %gometa %global common_description %{expand: The package shortidenables the generation of short, fully unique, non-sequential and by default URL friendly Ids at a rate of hundreds of thousands per second. It guarantees uniqueness during the time period until 2050.} Name: %{goname} Release: 1%{?dist} Summary: Short, fully unique, non-sequential and URL friendly Ids License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{common_description} This package contains library source intended for building other packages which use import path with %{goipath} prefix. %prep %forgeautosetup -p1 %install %goinstall %check %gochecks %files devel -f devel.file-list %doc README.md %license LICENSE %changelog * Wed Mar 13 2019 Nathan Scott - 1.0-1 - First package for Fedora