diff --git a/.cvsignore b/.cvsignore index e69de29..a035780 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ArpON-1.90.tar.gz diff --git a/ArpON.spec b/ArpON.spec new file mode 100644 index 0000000..8c0f272 --- /dev/null +++ b/ArpON.spec @@ -0,0 +1,67 @@ +Name: ArpON +Version: 1.90 +Release: 5%{?dist} +Summary: ARP handler inspection + +Group: Applications/Internet +License: BSD +URL: http://arpon.sourceforge.net/ +Source0: http://downloads.sourceforge.net/project/arpon/arpon/ArpON-%{version}/ArpON-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libpcap-devel +BuildRequires: libnet-devel +BuildRequires: libdnet-devel + +%description +%{name} is a portable handler daemon +It has a lot of features and it makes ARP a bit safer. +It uses static ARP inspection and dynamic ARP inspection +as two kinds of anti ARP poisoning techniques. + +%prep +%setup -q + + +%build +%{__make} %{?_smp_mflags} CFLAGS="%{optflags}" linux + +%install +%{__rm} -rf %{buildroot} +%{__install} -D -pm 755 arpon %{buildroot}%{_sbindir}/arpon +%{__install} -D -pm 644 man8/arpon.8 %{buildroot}%{_mandir}/man8/arpon.8 + + +%clean +%{__rm} -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc TODO AUTHORS CHANGELOG LICENSE doc/* man8/html/arpon.html +%{_sbindir}/arpon +%{_mandir}/man8/arpon.8* + + +%changelog +* Tue Mar 9 2010 Arun SAG - 1.90-5 +- Fixed mixed usage of capital letters and period in changelog. +- Fixed install so that arpon.8 gets copied in correct directory. + +* Sun Mar 7 2010 Arun SAG - 1.90-4 +- Optflags used instead of RPM_OPT_FLAGS. +- Man dir corrected. + +* Wed Jan 13 2010 Arun SAG - 1.90-3 +- Source URL fixed. +- Install part rewrittern. + +* Sat Jan 2 2010 Arun SAG - 1.90-2 +- Removed insignificant INSTALL file from binary package. +- Changed build section to use Fedora project flags. + +* Sat Dec 20 2009 Arun SAG - 1.90-1 +- My initial release. + +* Tue Dec 01 2009 Sandro Mathys - 1.90-1 +- Initial build. diff --git a/import.log b/import.log new file mode 100644 index 0000000..b27041a --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ArpON-1_90-5_fc12:F-12:ArpON-1.90-5.fc12.src.rpm:1269529699 diff --git a/sources b/sources index e69de29..fbc6e2c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +41671d58190cf829b7c9049ae3fa8cdf ArpON-1.90.tar.gz