cvsdist f556c6
Summary: Utilities for configuring the linux ethernet bridge.
cvsdist f556c6
Name: bridge-utils
cvsdist f556c6
Version: 0.9.3
cvsdist d354e6
Release: 8
cvsdist f556c6
Copyright: GPL
cvsdist f556c6
Group: System Environment/Base
cvsdist f556c6
Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz
cvsdist f556c6
BuildRoot: /var/tmp/%{name}-%{version}-root
cvsdist f556c6
cvsdist f556c6
%description
cvsdist f556c6
This package contains utilities for configuring the linux ethernet
cvsdist f556c6
bridge. The linux ethernet bridge can be used for connecting multiple
cvsdist f556c6
ethernet devices together. The connecting is fully transparent: hosts
cvsdist f556c6
connected to one ethernet device see hosts connected to the other
cvsdist f556c6
ethernet devices directly.
cvsdist f556c6
cvsdist f556c6
Install bridge-utils if you want to use the linux ethernet bridge.
cvsdist f556c6
cvsdist f556c6
%package -n bridge-utils-devel
cvsdist f556c6
Summary: Utilities for configuring the linux ethernet bridge.
cvsdist f556c6
Group: Development/Libraries
cvsdist f556c6
cvsdist f556c6
%description -n bridge-utils-devel
cvsdist f556c6
The bridge-utils-devel package contains the header and object files
cvsdist f556c6
necessary for developing programs which use 'libbridge.a', the
cvsdist f556c6
interface to the linux kernel ethernet bridge. If you are developing
cvsdist f556c6
programs which need to configure the linux ethernet bridge, your
cvsdist f556c6
system needs to have these standard header and object files available
cvsdist f556c6
in order to create the executables.
cvsdist f556c6
cvsdist f556c6
Install bridge-utils-devel if you are going to develop programs which
cvsdist f556c6
will use the linux ethernet bridge interface library.
cvsdist f556c6
cvsdist f556c6
%prep
cvsdist f556c6
%setup -n bridge-utils
cvsdist f556c6
cvsdist f556c6
%build
cvsdist f556c6
make
cvsdist f556c6
cvsdist f556c6
%install
cvsdist f556c6
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist f556c6
mkdir -p ${RPM_BUILD_ROOT}
cvsdist f556c6
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
cvsdist f556c6
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
cvsdist f556c6
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
cvsdist f556c6
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
cvsdist f556c6
install -m 0755 brctl/brctl ${RPM_BUILD_ROOT}/%{_sbindir}
cvsdist f556c6
gzip doc/brctl.8
cvsdist f556c6
install -m 0644  doc/brctl.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8
cvsdist f556c6
install -m 0644 libbridge/libbridge.h ${RPM_BUILD_ROOT}%{_includedir}
cvsdist f556c6
install -m 0644 libbridge/libbridge.a ${RPM_BUILD_ROOT}%{_libdir}/
cvsdist f556c6
cvsdist f556c6
%clean
cvsdist f556c6
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist f556c6
cvsdist f556c6
%files
cvsdist f556c6
%defattr (-,root,root)
cvsdist f556c6
%doc AUTHORS COPYING doc/FAQ doc/HOWTO doc/RPM-GPG-KEY
cvsdist f556c6
%{_sbindir}/brctl
cvsdist f556c6
%{_mandir}/man8/brctl.8.gz
cvsdist f556c6
cvsdist f556c6
%files -n bridge-utils-devel
cvsdist f556c6
%defattr (-,root,root)
cvsdist f556c6
%{_includedir}/libbridge.h
cvsdist f556c6
%{_libdir}/libbridge.a
cvsdist f556c6
cvsdist f556c6
%changelog
cvsdist d354e6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d354e6
- rebuilt
cvsdist d354e6
cvsdist d354e6
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 0.9.3-7
cvsdist d354e6
- Rebuild
cvsdist d354e6
cvsdist 678af4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 678af4
- automated rebuild
cvsdist 678af4
cvsdist ade2b8
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ade2b8
- automated rebuild
cvsdist ade2b8
cvsdist 921c1e
* Mon Mar 04 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 921c1e
- manual rebuild
cvsdist 921c1e
cvsdist f556c6
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist f556c6
- automated rebuild
cvsdist f556c6
cvsdist f556c6
* Wed Nov 07 2001 Matthew Galgoci <mgalgoci@redhat.com>
cvsdist f556c6
- initial cleanup of spec file from net release
cvsdist f556c6