2024-01-05 20:59:57 +01:00
|
|
|
Name: bridge-utils
|
2024-01-05 20:59:57 +01:00
|
|
|
Version: 1.7.1
|
2024-01-05 20:59:57 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Utilities for configuring the linux ethernet bridge
|
|
|
|
Group: Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
2024-01-05 20:59:57 +01:00
|
|
|
URL: https://www.linux-foundation.org/en/Net:Bridge
|
|
|
|
Source: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-%{version}.tar.xz
|
2024-01-05 20:59:57 +01:00
|
|
|
License: GPL
|
2024-01-05 20:59:57 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:59:57 +01:00
|
|
|
Provides: bridge-utils-devel
|
|
|
|
Obsoletes: bridge-utils-devel
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2024-01-05 20:59:57 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 20:59:57 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:59:57 +01:00
|
|
|
[ -x ./configure ] || autoconf
|
2024-01-05 20:59:57 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/brctl
|
|
|
|
%{_mandir}/man8/brctl.*
|
2024-01-05 20:59:57 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#%doc ChangeLog doc/FAQ doc/FIREWALL doc/HOWTO doc/PROJECTS doc/SMPNOTES doc/WISHLIST README THANKS TODO
|
2024-01-05 20:59:57 +01:00
|
|
|
|
|
|
|
#%files devel
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%{_includedir}/libbridge.h
|
|
|
|
#%{_libdir}/libbridge.a
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:59:57 +01:00
|
|
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-1mamba
|
|
|
|
- update to 1.7.1
|
|
|
|
|
2024-01-05 20:59:57 +01:00
|
|
|
* Sat Jul 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1mamba
|
|
|
|
- update to 1.7
|
|
|
|
|
2024-01-05 20:59:57 +01:00
|
|
|
* Sun Oct 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
|
|
|
|
- update to 1.6
|
|
|
|
|
2024-01-05 20:59:57 +01:00
|
|
|
* 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
|