public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/arp-scan] epel10: Added arp-scan, maintained by me
Date: Wed, 29 Jul 2026 02:10:50 GMT	[thread overview]
Message-ID: <178529105067.1.8669959101635096233.rpms-arp-scan-6b631bae3ca1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-29  2:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178529105067.1.8669959101635096233.rpms-arp-scan-6b631bae3ca1@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox