forked from stefanha/nc-vsock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnc-vsock.spec
More file actions
39 lines (26 loc) · 696 Bytes
/
Copy pathnc-vsock.spec
File metadata and controls
39 lines (26 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: nc-vsock
Version: 1.0.0
Release: 1%{?dist}
Summary: netcat-like utility for AF_VSOCK
Group: Applications/System
License: GPLv2+
URL: https://github.com/stefanha/nc-vsock
Source0: nc-vsock-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: make
%description
nc-vsock is a netcat-like utility for connecting over AF_VSOCK address family
and listening for incoming connections. It supports tunneling over TCP on the
listen side.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
install -D -p -m 755 nc-vsock %{buildroot}%{_bindir}/nc-vsock
%files
%{_bindir}/nc-vsock
%doc
%changelog
* Wed Oct 19 2016 Stefan Hajnoczi <stefanha@redhat.com> 1.0.0-1
- Initial package build