]> git.pld-linux.org Git - packages/ebtables.git/blame - ebtables.spec
- init PLD spec
[packages/ebtables.git] / ebtables.spec
CommitLineData
642984f6 1Summary: Ethernet Bridge Tables
2Name: ebtables
3Version: 2.0.2
4Release: 0.1
5License: GPL
6Group: Networking/Daemons
7URL: http://ebtables.sourceforge.net/
8Source0: http://ebtables.sourceforge.net/v2.0/v2.0./%{name}-v%{version}.tar.gz
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%description
12The ebtables project is the Linux 2.5.x (and above) Link Layer
13firewalling subsystem, a patch for 2.4.x is maintained too. It
14delivers for Linux the functionality of Ethernet frame filtering, all
15kinds of frame NAT (Network Address Translation) and frame matching.
16The ebtables infrastructure is a part of the standard Linux 2.5.x (and
17above) kernels.
18
19%prep
20%setup -q -n %{name}-v%{version}
21
22%build
23%{__make} CC="%{__cc}"
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -D ebtables $RPM_BUILD_ROOT%{_sbindir}/ebtables
28install -D ebtables.8 $RPM_BUILD_ROOT%{_mandir}/man8/ebtables.8
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%doc ChangeLog
36%attr(755,root,root) %{_sbindir}/*
37%{_mandir}/man8/*
This page took 0.058603 seconds and 4 git commands to generate.