automatic update by autodist [release 1.5-1mamba;Sun Apr 03 2011]
This commit is contained in:
parent
d374b1ab03
commit
f49744cb66
@ -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.
|
||||
|
||||
|
76
bridge-utils.spec
Normal file
76
bridge-utils.spec
Normal file
@ -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 <aleph0@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 1.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Nov 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Dec 12 2007 Aleph0 <aleph0@openmamba.org> 1.2-2mamba
|
||||
- new package maintainer
|
||||
|
||||
* Tue May 22 2007 Aleph0 <aleph0@openmamba.org> 1.2-1mamba
|
||||
- update to 1.2
|
||||
|
||||
* Fri Oct 24 2003 Davide Madrisan <davide.madrisan@qilinux.it> 0.9.6-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user