# Generated by go2rpm %bcond_without check # https://github.com/gliderlabs/ssh %global goipath github.com/gliderlabs/ssh Version: 0.1.4 %gometa %global common_description %{expand: Package Ssh wraps the crypto/ssh package with a higher-level API for building SSH servers. The goal of the API was to make it as simple as using net/http, so the API is very similar. You should be able to build any SSH server using only this package, which wraps relevant types and some functions from crypto/ssh. However, you still need to use crypto/ssh for building SSH clients.} %global golicenses LICENSE %global godocs _examples README.md Name: %{goname} Release: 1%{?dist} Summary: Easy SSH servers in Golang # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/anmitsu/go-shlex) BuildRequires: golang(golang.org/x/crypto/ssh) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 28 14:37:59 CEST 2019 Robert-André Mauchin - 0.1.4-1 - Release 0.1.4 * Sun Mar 10 2019 Robert-André Mauchin - 0.1.3-1 - Release 0.1.3 * Fri Feb 01 2019 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 0.1.1-1 - Bump to 0.1.1 * Thu Mar 22 2018 Robert-André Mauchin - 0.1.0-0.1-20180421git8c17077 - First package for Fedora