automatic version update by autodist [release 1.10.0-1mamba;Thu Dec 15 2022]
This commit is contained in:
parent
77fad5eb82
commit
49f47bf34d
@ -1,5 +1,5 @@
|
||||
Name: arp-scan
|
||||
Version: 1.9.8
|
||||
Version: 1.10.0
|
||||
Release: 1mamba
|
||||
Summary: ARP scanning and fingerprinting tool
|
||||
Group: Applications/Networking
|
||||
@ -11,7 +11,9 @@ Source: https://github.com/royhills/arp-scan.git/%{version}/arp-scan-%{ve
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: perl-Text-CSV
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-libwww
|
||||
## AUTOBUILDREQ-END
|
||||
@ -19,11 +21,13 @@ BuildRequires: perl-libwww
|
||||
%description
|
||||
Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -36,12 +40,21 @@ autoreconf -f -i
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}
|
||||
%{_sysconfdir}/arp-scan/mac-vendor.txt
|
||||
%{_bindir}/arp-fingerprint
|
||||
%{_bindir}/arp-scan
|
||||
%{_bindir}/get-iab
|
||||
%{_bindir}/get-oui
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*
|
||||
%{_mandir}/man?/*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2022 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 1.9.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user