commit b7a52c09e913fb13599f457d9409bbea2c9e7c45f1fc848e6b949a0016a8c659 Author: OBS User mrdocs Date: Fri Jun 22 03:12:19 2018 +0000 Accepting request 617530 from home:mnhauke Initial package for nemesis OBS-URL: https://build.opensuse.org/request/show/617530 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nemesis?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/nemesis-1.5.tar.gz b/nemesis-1.5.tar.gz new file mode 100644 index 0000000..632ce8a --- /dev/null +++ b/nemesis-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626d4dd560ef416f55a73ae2f27eb9a78d5628fd3802aeb7f929b217647e6b8d +size 89649 diff --git a/nemesis.changes b/nemesis.changes new file mode 100644 index 0000000..c5060c4 --- /dev/null +++ b/nemesis.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Jun 18 13:51:00 UTC 2018 - mardnh@gmx.de + +- Initial package, version 1.5 diff --git a/nemesis.spec b/nemesis.spec new file mode 100644 index 0000000..0ff878b --- /dev/null +++ b/nemesis.spec @@ -0,0 +1,61 @@ +# +# spec file for package nemesis +# +# Copyright (c) 2018, Martin Hauke +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: nemesis +Version: 1.5 +Release: 0 +Summary: TCP/IP Packet Injection Suite +License: BSD-3-Clause +Group: Productivity/Networking/Diagnostic +URL: http://troglobit.com/projects/nemesis/ +#Git-Clone: https://github.com/troglobit/nemesis +Source: https://github.com/troglobit/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libnet-devel + +%description +The Nemesis Project is designed to be a commandline-based, portable +human IP stack for UNIX/Linux. The suite is broken down by protocol +and should allow for useful scripting of injected packet streams from +simple shell scripts. + +Key features: + * support for ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP protocols + * layer 2 or layer 3 injection + * packet payload from file + +%prep +%setup -q + +%build +autoreconf -fiv +%configure +make %{?_smp_mflags} + +%install +%make_install +rm -rf %{buildroot}/%{_datadir}/doc + +%files +%doc docs/CREDITS ChangeLog.md README.md +%license LICENSE +%{_bindir}/nemesis +%{_mandir}/man1/nemesis*.1%{?ext_man} + +%changelog