Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 367af0e95ccc601af818f983d122783a > files > 1

golang-github-gliderlabs-ssh-0.3.4-1.mga9.src.rpm

# Generated by go2rpm
%bcond_without check
%global debug_package %{nil}

# https://github.com/gliderlabs/ssh
%global goipath         github.com/gliderlabs/ssh
Version:                0.3.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:        %mkrel 1
Summary:        Easy SSH servers in Golang
Group:          Development/Other
# 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

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles



%changelog
* Wed Aug 24 2022 guillomovitch <guillomovitch> 0.3.4-1.mga9
+ Revision: 1879968
- new version 0.3.4

* Thu Mar 24 2022 umeabot <umeabot> 0.3.1-2.mga9
+ Revision: 1824380
- Mageia 9 Mass Rebuild

* Tue Dec 29 2020 pterjan <pterjan> 0.3.1-1.mga8
+ Revision: 1664829
- Update to 0.3.1

* Sat Sep 05 2020 pterjan <pterjan> 0.3.0-1.mga8
+ Revision: 1622735
- Update to 0.3.0
- Sync with fedora

* Wed Nov 28 2018 pterjan <pterjan> 0.1.1-1.mga7
+ Revision: 1336350
- imported package golang-github-gliderlabs-ssh