public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/arp-scan] epel10: Added arp-scan, maintained by me
@ 2026-07-29 2:10
0 siblings, 0 replies; only message in thread
From: @ 2026-07-29 2:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/arp-scan
Branch : epel10
Commit : 6b631bae3ca195b6f71721a9b59bd31c4d6c9fe8
Author : Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org>
Date : 2007-05-10T02:45:48+00:00
Stats : +56/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/arp-scan/c/6b631bae3ca195b6f71721a9b59bd31c4d6c9fe8?branch=epel10
Log:
Added arp-scan, maintained by me
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..6726da3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+arp-scan-1.6.tar.gz
diff --git a/arp-scan.spec b/arp-scan.spec
new file mode 100644
index 0000000..52d05ff
--- /dev/null
+++ b/arp-scan.spec
@@ -0,0 +1,54 @@
+Name: arp-scan
+Version: 1.6
+Release: 1%{?dist}
+Summary: Scanning and fingerprinting tool
+
+Group: Applications/Internet
+License: GPL
+URL: http://www.nta-monitor.com/tools/arp-scan/
+Source0: http://www.nta-monitor.com/tools/arp-scan/download/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: libpcap-devel
+Requires: perl(LWP::Simple)
+
+
+%description
+arp-scan is a command-line tool that uses the ARP protocol to discover and
+fingerprint IP hosts on the local network.
+
+%prep
+%setup -q
+
+
+%build
+#install to sbindir
+%configure --bindir=%{_sbindir}
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+#fix permissions for -debuginfo package
+chmod 0644 $RPM_BUILD_DIR/%{name}-%{version}/mt19937ar.c
+
+#fix permissions for files in sbindir
+chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README TODO
+%{_sbindir}/*
+%{_datadir}/arp-scan
+%{_mandir}/man?/*
+
+
+%changelog
+* Sun May 06 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.6-1
+- Initial build
diff --git a/sources b/sources
index e69de29..7a355db 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb24303c6eb4d77c3abf23511efce642 arp-scan-1.6.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 2:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 2:10 [rpms/arp-scan] epel10: Added arp-scan, maintained by me
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox