rpms/etherbat/devel etherbat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Jun 18 11:20:53 UTC 2007


Author: limb

Update of /cvs/pkgs/rpms/etherbat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15366/devel

Modified Files:
	.cvsignore sources 
Added Files:
	etherbat.spec 
Log Message:
Initial import.



--- NEW FILE etherbat.spec ---
Name:		etherbat
Version:	1.0.1
Release:	2%{?dist}
Summary:	Ethernet topology discovery

Group:		Applications/Internet
License:	GPL
URL:		http://etherbat.cryptonix.org/
Source0:	https://launchpad.net/etherbat/1.0.x/1.0.1/+download/etherbat-1.0.1.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libnet-devel, libpcap-devel, glib2-devel

Requires:	ruby

%description
Etherbat performs Ethernet topology discovery between 3 hosts: the machine
running Etherbat and two other devices.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" make LIBNET_STATIC=%{_libdir}/libnet.a

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -D -m 755 -p eb-sniffer $RPM_BUILD_ROOT%{_bindir}
install -D -m 755 -p eb-injector $RPM_BUILD_ROOT%{_bindir}
install -D -m 755 -p etherbat $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.html tests.html style.css
%{_bindir}/eb-sniffer
%{_bindir}/eb-injector
%{_bindir}/etherbat

%changelog
* Tue Jun 12 2007 Jon Ciesla <limb at jcomserv.net> 1.0.1-2
- Fixed optflags for 64-bit build.

* Thu May 31 2007 Jon Ciesla <limb at jcomserv.net> 1.0.1-1
- Patch removed, static libnet issue fixed upstream.

* Thu May 31 2007 Jon Ciesla <limb at jcomserv.net> 1.0.0-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/etherbat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jun 2007 03:33:02 -0000	1.1
+++ .cvsignore	18 Jun 2007 11:20:18 -0000	1.2
@@ -0,0 +1 @@
+etherbat-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/etherbat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jun 2007 03:33:02 -0000	1.1
+++ sources	18 Jun 2007 11:20:18 -0000	1.2
@@ -0,0 +1 @@
+908bec351b4bbf7bf89563c10cf0ce98  etherbat-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list