rpms/arp-scan/FC-5 arp-scan.spec,NONE,1.1 sources,1.1,1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 23 00:31:05 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/arp-scan/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1700

Modified Files:
	sources 
Added Files:
	arp-scan.spec 
Log Message:
add files to branch


--- NEW FILE arp-scan.spec ---
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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arp-scan/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:19:04 -0000	1.1
+++ sources	23 May 2007 00:30:31 -0000	1.2
@@ -0,0 +1 @@
+eb24303c6eb4d77c3abf23511efce642  arp-scan-1.6.tar.gz




More information about the fedora-extras-commits mailing list