# Generated by go2rpm 1 %bcond_without check # https://github.com/gobwas/ws %global goipath github.com/gobwas/ws Version: 1.1.0 %gometa %global common_description %{expand: Tiny WebSocket library for Go.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 2%{?dist} Summary: Tiny WebSocket library License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gobwas/httphead) BuildRequires: golang(github.com/gobwas/pool) %description %{common_description} %gopkg %prep %goprep %build for cmd in autobahn; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done rm -rf %{gobuilddir}/usr/share/gocode/src/github.com/gobwas/ws/server_test.s %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc example README.md %{_bindir}/* %gopkgfiles %changelog * Thu Jan 20 2022 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Aug 25 2021 Fabian Affolter - 1.1.0-1 - Update to latest upstream release 1.1.0 (rhbz#1963542) * Thu Jul 22 2021 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 08 2020 Elliott Sales de Andrade - 1.0.4-1 - Update to latest version * Tue Apr 07 2020 Fabian Affolter - 1.0.3-1 - Initial package