rpms/arptools/devel arptools.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jakub Hrozek jhrozek at fedoraproject.org
Wed Feb 25 15:28:59 UTC 2009


Author: jhrozek

Update of /cvs/extras/rpms/arptools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2718/devel

Modified Files:
	.cvsignore sources 
Added Files:
	arptools.spec import.log 
Log Message:
Initial commit



--- NEW FILE arptools.spec ---
Name:           arptools
Version:        1.0.2
Release:        1%{?dist}
Summary:        Collection of libnet and libpcap based ARP utilities

Group:          Applications/Internet
License:        GPLv2+
URL:            http://www.burghardt.pl/wiki/software/arp
Source0:        http://www.burghardt.pl/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libnet-devel
BuildRequires:  libpcap-devel

%description
ARP Tools is collection of libnet and libpcap based ARP utilities. It
currently contains ARP Discover (arpdiscover), an Ethernet scanner based on
ARP protocol; ARP Flood (arpflood), an ARP request flooder; and ARP Poison
(arppoison), for poisoning switches' MAC address tables.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_sbindir}/arpdiscover
%{_sbindir}/arpflood
%{_sbindir}/arppoison


%changelog
* Sun Feb 22 2009 Jakub Hrozek <jhrozek at redhat.com> 1.0.2-1
- initial packaging


--- NEW FILE import.log ---
arptools-1_0_2-1_fc9:HEAD:arptools-1.0.2-1.fc9.src.rpm:1235575648


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/arptools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 20:57:57 -0000	1.1
+++ .cvsignore	25 Feb 2009 15:28:29 -0000	1.2
@@ -0,0 +1 @@
+arptools-1.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arptools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 20:57:57 -0000	1.1
+++ sources	25 Feb 2009 15:28:29 -0000	1.2
@@ -0,0 +1 @@
+e061a7f20e42f75105735a9b82de6b4d  arptools-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list