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

Arun SAG sagarun at fedoraproject.org
Thu Mar 25 15:00:21 UTC 2010


Author: sagarun

Update of /cvs/pkgs/rpms/ArpON/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18604/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ArpON.spec import.log 
Log Message:
ArpON: First commit



--- NEW FILE ArpON.spec ---
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 <sagarun [AT] gmail dot com> - 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 <sagarun [AT] gmail dot com> - 1.90-4
- Optflags used instead of RPM_OPT_FLAGS.
- Man dir corrected.

* Wed Jan 13 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-3
- Source URL fixed.
- Install part rewrittern.

* Sat Jan 2 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.90-2
- Removed insignificant INSTALL file from binary package.
- Changed build section to  use Fedora project flags.

* Sat Dec 20 2009 Arun SAG <sagarun [AT] gmail dot com> - 1.90-1
- My initial release.

* Tue Dec 01 2009 Sandro Mathys <red at fedoraproject.org> - 1.90-1
- Initial build.


--- NEW FILE import.log ---
ArpON-1_90-5_fc12:HEAD:ArpON-1.90-5.fc12.src.rpm:1269529099


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ArpON/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Mar 2010 22:18:40 -0000	1.1
+++ .cvsignore	25 Mar 2010 15:00:21 -0000	1.2
@@ -0,0 +1 @@
+ArpON-1.90.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ArpON/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Mar 2010 22:18:40 -0000	1.1
+++ sources	25 Mar 2010 15:00:21 -0000	1.2
@@ -0,0 +1 @@
+41671d58190cf829b7c9049ae3fa8cdf  ArpON-1.90.tar.gz



More information about the scm-commits mailing list