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