# Generated by go2rpm %bcond_without check # https://github.com/ghemawat/stream %global goipath github.com/ghemawat/stream %global commit 696b145b53b9611fe9c9f189122f990171e391a0 %gometa %global common_description %{expand: Package stream provides filters that can be chained together in a manner similar to Unix pipelines.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Package stream provides filters that can be chained together in a manner similar to Unix pipelines # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 21:17:06 CEST 2019 Robert-André Mauchin - 0-0.1.20190515git696b145 - Initial package