Blame golang-github-xtaci-smux.spec

6b6ee01
# https://github.com/xtaci/smux
0384a42
%global goipath github.com/xtaci/smux
441a406
%global vtag    1.09
441a406
%global tag     v%{vtag}
c48aa82
0384a42
Name:           golang-github-xtaci-smux
441a406
Version:        1.0.9
c48aa82
Release:        1%{?dist}
6b6ee01
Summary:        Simple Stream Multiplexing for golang
6b6ee01
License:        MIT
6b6ee01
0384a42
%gometa
0384a42
0384a42
URL:            %{gourl}
0384a42
Source0:        %{gosource}
6b6ee01
6b6ee01
%description
6b6ee01
%{summary}
6b6ee01
6b6ee01
6b6ee01
%package        devel
6b6ee01
Summary:        %{summary}
6b6ee01
BuildArch:      noarch
6b6ee01
6b6ee01
BuildRequires:  golang(github.com/pkg/errors)
6b6ee01
6b6ee01
%description    devel
6b6ee01
%{summary}
6b6ee01
6b6ee01
This package contains library source intended for
6b6ee01
building other packages which use import path with
0384a42
%{goipath} prefix.
6b6ee01
6b6ee01
6b6ee01
%prep
441a406
%setup -q -n smux-%{vtag}
6b6ee01
6b6ee01
6b6ee01
%install
0384a42
%goinstall
6b6ee01
6b6ee01
6b6ee01
%check
0384a42
%gochecks
6b6ee01
6b6ee01
6b6ee01
%files devel -f devel.file-list
6b6ee01
%license LICENSE
6b6ee01
%doc README.md
6b6ee01
6b6ee01
0384a42
%changelog
441a406
* Mon Oct 01 2018 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
441a406
- Update to version 1.0.9.
441a406
0384a42
* Fri Sep 28 2018 Fabio Valentini <decathorpe@gmail.com> - 1.0.8-1
0384a42
- Update to version 1.0.8.
6b6ee01
0384a42
* Sun Sep 02 2018 Fabio Valentini <decathorpe@gmail.com> - 1.0.7-2
0384a42
- Update to use spec 3.0.
6b6ee01
4d694b7
* Mon Mar 05 2018 Fabio Valentini <decathorpe@gmail.com> - 1.0.7-1
4d694b7
- Update to version 1.0.7.
4d694b7
c48aa82
* Wed Nov 01 2017 Fabio Valentini <decathorpe@gmail.com> - 1.0.6-1
c48aa82
- Update to version 1.0.6.
c48aa82
b932e58
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3.20170422.git2de5471
b932e58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b932e58
2cb64ed
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2.20170422.git2de5471
2cb64ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2cb64ed
6b6ee01
* Tue Apr 25 2017 Fabio Valentini <decathorpe@gmail.com> - 1.0.5-1.20170422.git2de5471
6b6ee01
- Bump to commit 2de5471.
6b6ee01
6b6ee01
* Tue Mar 21 2017 Fabio Valentini <decathorpe@gmail.com> - 1.0.5-1
6b6ee01
- First package for Fedora
6b6ee01