2020-08-20 10:55:59 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package rustscan
|
|
|
|
|
#
|
2024-01-22 07:55:36 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2020-08-20 10:55:59 +00:00
|
|
|
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
#
|
|
|
|
|
# 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 https://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: rustscan
|
2022-12-03 21:48:15 +00:00
|
|
|
Version: 2.1.1+0
|
2020-08-20 10:55:59 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Fast network port scanner
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
Group: Productivity/Networking/Diagnostic
|
|
|
|
|
URL: https://github.com/RustScan/RustScan
|
2022-01-07 11:20:23 +00:00
|
|
|
Source: RustScan-%{version}.tar.xz
|
2020-08-20 10:55:59 +00:00
|
|
|
Source1: vendor.tar.xz
|
2022-01-07 11:20:23 +00:00
|
|
|
Source2: cargo_config
|
|
|
|
|
BuildRequires: cargo-packaging
|
2024-01-22 07:55:36 +00:00
|
|
|
Recommends: nmap
|
2020-08-20 10:55:59 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Find all open ports fast with RustScan, then automatically
|
|
|
|
|
pipe them into Nmap.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qa1 -n RustScan-%{version}
|
|
|
|
|
mkdir .cargo
|
2022-01-07 11:20:23 +00:00
|
|
|
cp %{SOURCE2} .cargo/config
|
2020-08-20 10:55:59 +00:00
|
|
|
|
|
|
|
|
%build
|
2022-01-07 11:20:23 +00:00
|
|
|
%{cargo_build}
|
2020-08-20 10:55:59 +00:00
|
|
|
|
|
|
|
|
%install
|
2022-01-07 11:20:23 +00:00
|
|
|
%{cargo_install}
|
2020-08-20 10:55:59 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{_bindir}/rustscan
|
|
|
|
|
|
|
|
|
|
%changelog
|