diff --git a/.gitignore b/.gitignore index a035780..1ffa160 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ ArpON-1.90.tar.gz +/ArpON-2.6.tar.gz diff --git a/ArpON.spec b/ArpON.spec index 1cf7363..dfb7a73 100644 --- a/ArpON.spec +++ b/ArpON.spec @@ -1,6 +1,6 @@ Name: ArpON -Version: 1.90 -Release: 8%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: ARP handler inspection Group: Applications/Internet @@ -10,6 +10,7 @@ Source0: http://downloads.sourceforge.net/project/arpon/arpon/ArpON-%{version}/A BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel +BuildRequires: cmake BuildRequires: libnet-devel BuildRequires: libdnet-devel @@ -24,11 +25,12 @@ as two kinds of anti ARP poisoning techniques. %build -%{__make} %{?_smp_mflags} CFLAGS="%{optflags}" linux +%{__cmake} . +%{__make} %{?_smp_mflags} CFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} -%{__install} -D -pm 755 arpon %{buildroot}%{_sbindir}/arpon +%{__install} -D -pm 755 src/arpon %{buildroot}%{_sbindir}/arpon %{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8 @@ -38,12 +40,15 @@ as two kinds of anti ARP poisoning techniques. %files %defattr(-,root,root,-) -%doc TODO AUTHORS CHANGELOG LICENSE doc/* man8/html/arpon.html +%doc AUTHOR CHANGELOG LICENSE doc/* %{_sbindir}/arpon %{_mandir}/man8/arpon.8* %changelog +* Sun Jul 17 2011 Arun SAG - 2.6-1 +- Updated to version 2.6 + * Mon Feb 07 2011 Fedora Release Engineering - 1.90-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index fbc6e2c..5c9b099 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41671d58190cf829b7c9049ae3fa8cdf ArpON-1.90.tar.gz +9489883bf40ae9d5f9a3d987a29ab95d ArpON-2.6.tar.gz