SPECS/netcat/netcat.spec
76ac32d8
 Summary:	Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
 Name:		netcat
 Version:	0.7.1
a26f86e3
 Release:	4%{?dist}
76ac32d8
 License:	GPLv2 
 URL:		http://netcat.sourceforge.net/
 Group:		Productivity/Networking/Other
 Vendor:		VMware, Inc.
 Distribution:	Photon
 Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/0.7.1/%{name}-%{version}.tar.gz
 %define sha1 netcat=b5cbc52a7ceed2fd5c4f5081f5747130b2d0fe01
 
 %description
 Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.
 It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
 
 %prep
 %setup -q
 %build
 
a26f86e3
 %configure
76ac32d8
 make %{?_smp_mflags}
 %install
 make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
 
 %files 
 %defattr(-,root,root)
 %{_bindir}
 %{_datadir}
 %changelog
a26f86e3
 *   Fri Oct 13 2017 Alexey Makhalov <amakhalov@vmware.com> 0.7.1-4
 -   Use standard configure macros
 *   Wed Jul 27 2016 Divya Thaluru <dthaluru@vmware.com> 0.7.1-3
 -   Removed packaging of debug files
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.7.1-2
 -   GA - Bump release of all rpms
 *   Tue Dec 08 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.7.1-1
 -   Initial build.	First version