From f49744cb662a09e9d5c5eb4526c2ff86fb0ea7f2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:59:57 +0100 Subject: [PATCH] automatic update by autodist [release 1.5-1mamba;Sun Apr 03 2011] --- README.md | 6 ++++ bridge-utils.spec | 76 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 bridge-utils.spec diff --git a/README.md b/README.md index 2e55757..29df4ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # bridge-utils +The linux ethernet bridge can be used for connecting multiple ethernet devices together. +The connecting is fully transparent: hosts connected to one ethernet device see hosts connected to the other ethernet devices directly. + +This package contains utilities for configuring the linux ethernet bridge. +Install bridge-utils if you want to use the linux ethernet bridge. + diff --git a/bridge-utils.spec b/bridge-utils.spec new file mode 100644 index 0000000..60d638f --- /dev/null +++ b/bridge-utils.spec @@ -0,0 +1,76 @@ +Name: bridge-utils +Version: 1.5 +Release: 1mamba +Summary: Utilities for configuring the linux ethernet bridge +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.linux-foundation.org/en/Net:Bridge +Source: http://downloads.sourceforge.net/bridge/bridge-utils-%{version}.tar.gz +License: GPL +Provides: bridge-utils-devel +Obsoletes: bridge-utils-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The linux ethernet bridge can be used for connecting multiple ethernet devices together. +The connecting is fully transparent: hosts connected to one ethernet device see hosts connected to the other ethernet devices directly. + +This package contains utilities for configuring the linux ethernet bridge. +Install bridge-utils if you want to use the linux ethernet bridge. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The linux ethernet bridge can be used for connecting multiple ethernet devices together. +The connecting is fully transparent: hosts connected to one ethernet device see hosts connected to the other ethernet devices directly. + +This package contains static libraries and header files need for development. +Install bridge-utils-devel if you are going to develop programs which will use the linux ethernet bridge interface library. + +%prep +%setup -q + +%build +[ -x ./configure ] || autoconf +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/brctl +%{_mandir}/man8/brctl.* +%doc AUTHORS ChangeLog COPYING README THANKS TODO +%doc doc/FAQ doc/FIREWALL doc/HOWTO doc/PROJECTS doc/SMPNOTES doc/WISHLIST + +#%files devel +#%defattr(-,root,root) +#%{_includedir}/libbridge.h +#%{_libdir}/libbridge.a + +%changelog +* Sun Apr 03 2011 Automatic Build System 1.5-1mamba +- automatic update by autodist + +* Tue Nov 18 2008 Silvan Calarco 1.4-1mamba +- automatic update by autodist + +* Wed Dec 12 2007 Aleph0 1.2-2mamba +- new package maintainer + +* Tue May 22 2007 Aleph0 1.2-1mamba +- update to 1.2 + +* Fri Oct 24 2003 Davide Madrisan 0.9.6-1qilnx +- first build