fa80920
Name:		ArpON
fa80920
Version:	1.90
fb92371
Release:	7%{?dist}
fa80920
Summary:	ARP handler inspection
fa80920
fa80920
Group:		Applications/Internet
fa80920
License:	BSD
fa80920
URL:		http://arpon.sourceforge.net/
fa80920
Source0:	http://downloads.sourceforge.net/project/arpon/arpon/ArpON-%{version}/ArpON-%{version}.tar.gz
fa80920
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
fa80920
fa80920
BuildRequires:	libpcap-devel
fa80920
BuildRequires:	libnet-devel
fa80920
BuildRequires:	libdnet-devel
fa80920
		
fa80920
%description
fa80920
%{name} is a portable handler daemon
fa80920
It has a lot of features and it makes ARP a bit safer.
fa80920
It uses static ARP inspection and dynamic ARP inspection
fa80920
as two kinds of anti ARP poisoning techniques.
fa80920
fa80920
%prep
fa80920
%setup -q
fa80920
fa80920
fa80920
%build
fa80920
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}" linux
fa80920
fa80920
%install
fa80920
%{__rm} -rf %{buildroot}
fa80920
%{__install} -D -pm 755 arpon %{buildroot}%{_sbindir}/arpon
fa80920
%{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8  
fa80920
fa80920
fa80920
%clean
fa80920
%{__rm} -rf %{buildroot}
fa80920
fa80920
fa80920
%files
fa80920
%defattr(-,root,root,-)
fa80920
%doc TODO AUTHORS CHANGELOG LICENSE doc/* man8/html/arpon.html
fa80920
%{_sbindir}/arpon
fa80920
%{_mandir}/man8/arpon.8*
fa80920
fa80920
fa80920
%changelog
fb92371
* Fri Apr 02 2010 Arun SAG <sagarun [AT] gmail dot com> -  1.90-7
fb92371
- Bumping release to fix previous CVS commit.
fb92371
7a3bd59
* Thu Mar 25 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-6
7a3bd59
- Bumping release to fix previous CVS commit.
7a3bd59
fa80920
* Tue Mar 9 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-5
fa80920
- Fixed mixed usage of capital letters and period in changelog. 
fa80920
- Fixed install so that arpon.8 gets copied in correct directory.
fa80920
fa80920
* Sun Mar 7 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-4
fa80920
- Optflags used instead of RPM_OPT_FLAGS.
fa80920
- Man dir corrected.
fa80920
fa80920
* Wed Jan 13 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-3
fa80920
- Source URL fixed.
fa80920
- Install part rewrittern.
fa80920
fa80920
* Sat Jan 2 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-2
fa80920
- Removed insignificant INSTALL file from binary package.
fa80920
- Changed build section to  use Fedora project flags.
fa80920
fa80920
* Sat Dec 20 2009 Arun SAG <sagarun [AT] gmail dot com> - 1.90-1
fa80920
- My initial release.
fa80920
fa80920
* Tue Dec 01 2009 Sandro Mathys <red at fedoraproject.org> - 1.90-1
fa80920
- Initial build.