Blame golang-github-mdlayher-wifi.spec

e190ce5
%bcond_without check
e190ce5
%global goipath     github.com/mdlayher/wifi
e190ce5
%global commit      17fb8383f38adbf6a7f12e6cbd1d461760aabf5c
e190ce5
e190ce5
Version:            0
e190ce5
e190ce5
%global common_description %{expand:
e190ce5
Package wifi provides access to IEEE 802.11 WiFi device actions and statistics.
e190ce5
}
e190ce5
e190ce5
%gometa
e190ce5
e190ce5
Name:    %{goname}
68babbd
Release: 0.2%{?dist}
e190ce5
Summary: Provides access to IEEE 802.11 WiFi device actions and statistics
e190ce5
License: MIT
e190ce5
URL:     %{gourl}
e190ce5
Source:  %{gosource}
e190ce5
e190ce5
BuildRequires: golang(github.com/mdlayher/genetlink)
e190ce5
BuildRequires: golang(github.com/mdlayher/netlink)
e190ce5
BuildRequires: golang(github.com/mdlayher/netlink/nlenc)
e190ce5
BuildRequires: golang(golang.org/x/net/bpf)
e190ce5
BuildRequires: golang(golang.org/x/sys/unix)
e190ce5
e190ce5
%if %{with check}
e190ce5
BuildRequires: golang(github.com/google/go-cmp/cmp)
e190ce5
BuildRequires: golang(github.com/mdlayher/genetlink/genltest)
e190ce5
%endif
e190ce5
e190ce5
%description
e190ce5
%{common_description}
e190ce5
e190ce5
%package   devel
e190ce5
Summary:   %{summary}
e190ce5
BuildArch: noarch
e190ce5
e190ce5
%description devel
e190ce5
%{common_description}
e190ce5
e190ce5
This package contains the source code needed for building packages that import
e190ce5
the %{goipath} Go namespace.
e190ce5
e190ce5
%prep
e190ce5
%gosetup -q
e190ce5
rm -rf vendor
e190ce5
e190ce5
%install
e190ce5
%goinstall
e190ce5
e190ce5
%check
e190ce5
%if %{with check}
e190ce5
  %gochecks
e190ce5
%endif
e190ce5
e190ce5
%files devel -f devel.file-list
e190ce5
%license LICENSE.md
e190ce5
%doc README.md
e190ce5
e190ce5
%changelog
68babbd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git17fb838
68babbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
68babbd
e190ce5
* Thu May 17 2018 Paul Gier <pgier@redhat.com> - 0-0.1.20180517git17fb838
e190ce5
- First package for Fedora