Blob Blame History Raw
# Generated by go2rpm 1.10.0
# Tests fail on s390x possibly due to endianess, for more info
# See: https://github.com/mdlayher/netlink/issues/77
%ifnarch s390x
%bcond_without check
%endif
%global debug_package %{nil}

# https://github.com/ema/qdisc
%global goipath         github.com/ema/qdisc
Version:                1.0.0

%gometa -L -f


%global common_description %{expand:
Package qdisc allows to get queuing discipline information via netlink,
similarly to what tc (from iproute2) does.}

%global golicenses      LICENSE.md
%global godocs          README.md

Name:           golang-github-ema-qdisc
Release:        %autorelease
Summary:        Get queuing discipline information via netlink

License:        MIT
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog