cvsdist f556c6e
Summary: Utilities for configuring the linux ethernet bridge.
cvsdist f556c6e
Name: bridge-utils
cvsdist f723187
Version: 1.0.4
8e94318
Release: 5
9f340ca
License: GPL
cvsdist f723187
URL: http://bridge.sourceforge.net/
cvsdist f556c6e
Group: System Environment/Base
cvsdist f556c6e
Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz
cvsdist f723187
Patch0: bridge-utils-1.0.4-inc.patch
cvsdist 70831b4
Patch1: bridge-utils-1.0.4-kernheaders.patch
cvsdist f556c6e
BuildRoot: /var/tmp/%{name}-%{version}-root
cvsdist 70831b4
BuildRequires: sysfsutils-devel
cvsdist f556c6e
cvsdist f556c6e
%description
cvsdist f556c6e
This package contains utilities for configuring the linux ethernet
cvsdist f556c6e
bridge. The linux ethernet bridge can be used for connecting multiple
cvsdist f556c6e
ethernet devices together. The connecting is fully transparent: hosts
cvsdist f556c6e
connected to one ethernet device see hosts connected to the other
cvsdist f556c6e
ethernet devices directly.
cvsdist f556c6e
cvsdist f556c6e
Install bridge-utils if you want to use the linux ethernet bridge.
cvsdist f556c6e
cvsdist f556c6e
%package -n bridge-utils-devel
cvsdist f556c6e
Summary: Utilities for configuring the linux ethernet bridge.
cvsdist f556c6e
Group: Development/Libraries
cvsdist f556c6e
cvsdist f556c6e
%description -n bridge-utils-devel
cvsdist f556c6e
The bridge-utils-devel package contains the header and object files
cvsdist f556c6e
necessary for developing programs which use 'libbridge.a', the
cvsdist f556c6e
interface to the linux kernel ethernet bridge. If you are developing
cvsdist f556c6e
programs which need to configure the linux ethernet bridge, your
cvsdist f556c6e
system needs to have these standard header and object files available
cvsdist f556c6e
in order to create the executables.
cvsdist f556c6e
cvsdist f556c6e
Install bridge-utils-devel if you are going to develop programs which
cvsdist f556c6e
will use the linux ethernet bridge interface library.
cvsdist f556c6e
cvsdist f556c6e
%prep
cvsdist f723187
%setup
cvsdist f723187
cvsdist f4a4ab2
%patch0 -p1
cvsdist 70831b4
%patch1 -p1
cvsdist f556c6e
cvsdist f556c6e
%build
cvsdist 70831b4
%configure --with-linux-headers=`pwd`
cvsdist f556c6e
make
cvsdist f556c6e
cvsdist f556c6e
%install
cvsdist f723187
make DESTDIR=${RPM_BUILD_ROOT} install
cvsdist f723187
#gzip ${RPM_BUILD_ROOT}/%{_mandir}/man8/brctl.8
cvsdist f556c6e
cvsdist f556c6e
%clean
cvsdist f556c6e
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist f556c6e
cvsdist f556c6e
%files
cvsdist f556c6e
%defattr (-,root,root)
cvsdist f556c6e
%doc AUTHORS COPYING doc/FAQ doc/HOWTO doc/RPM-GPG-KEY
cvsdist f556c6e
%{_sbindir}/brctl
cvsdist f723187
%{_mandir}/man8
cvsdist f556c6e
cvsdist f556c6e
%files -n bridge-utils-devel
cvsdist f556c6e
%defattr (-,root,root)
cvsdist f556c6e
%{_includedir}/libbridge.h
cvsdist f556c6e
%{_libdir}/libbridge.a
cvsdist f556c6e
cvsdist f556c6e
%changelog
8e94318
* Tue Feb 15 2005 David Woodhouse <dwmw2@redhat.com> 1.0.4-5
8e94318
- Rebuild
8e94318
cvsdist 70831b4
* Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
cvsdist 70831b4
- BuildRequires: sysfsutils-devel to make the horrid autoconf script magically
cvsdist 70831b4
  change the entire package's behaviour just because it happens to find 
cvsdist 70831b4
  slightly different header files lying around.
cvsdist 70831b4
- Include our own kernel-derived headers
cvsdist 70831b4
cvsdist f723187
* Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
cvsdist f723187
- Update to 1.0.4
cvsdist f723187
cvsdist 817c501
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 817c501
- rebuilt
cvsdist 817c501
cvsdist 15d5dfe
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 15d5dfe
- rebuilt
cvsdist 15d5dfe
cvsdist 15d5dfe
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 15d5dfe
- rebuilt
cvsdist 15d5dfe
cvsdist f4a4ab2
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f4a4ab2
- support change to call sysconf() to get HZ
cvsdist f4a4ab2
cvsdist f4a4ab2
* Tue Sep 16 2003 David Woodhouse <dwmw2@redhat.com> 0.9.6-1
cvsdist f4a4ab2
- Update to 0.9.6
cvsdist f4a4ab2
- Detect lack of kernel bridge support or EPERM and exit with appropriate code.
cvsdist f4a4ab2
cvsdist f4a4ab2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist f4a4ab2
- rebuilt
cvsdist f4a4ab2
cvsdist d354e6b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d354e6b
- rebuilt
cvsdist d354e6b
cvsdist d354e6b
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 0.9.3-7
cvsdist d354e6b
- Rebuild
cvsdist d354e6b
cvsdist 678af4f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 678af4f
- automated rebuild
cvsdist 678af4f
cvsdist ade2b83
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ade2b83
- automated rebuild
cvsdist ade2b83
cvsdist 921c1e4
* Mon Mar 04 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 921c1e4
- manual rebuild
cvsdist 921c1e4
cvsdist f556c6e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist f556c6e
- automated rebuild
cvsdist f556c6e
cvsdist f556c6e
* Wed Nov 07 2001 Matthew Galgoci <mgalgoci@redhat.com>
cvsdist f556c6e
- initial cleanup of spec file from net release
cvsdist f556c6e