]> git.pld-linux.org Git - packages/vlan.git/blob - vlan.spec
- 1.0.3
[packages/vlan.git] / vlan.spec
1 Summary:        802.1q vlan Linux implementation
2 Summary(pl):    Implementacja vlan'ów 802.1q dla Linux'a
3 Name:           vlan
4 Version:        1.0.3
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(pl):      Sieciowe/Narzêdzia
10 Source0:        http://scry.wanfear.com/~greear/vlan/%{name}.%{version}.tar.gz
11 Source1:        http://scry.wanfear.com/~greear/vlan/cisco_howto.html
12 BuildRequires:  gcc-c++
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _sbindir        /sbin
16
17 %description
18 This is vlan implementation 802.1q for Linux. There is vconfig inside,
19 which allows you to manage vlans.
20
21 %description -l pl
22 Implementacja vlan'ów 802.1q dla Linux'a. Pakiet zawiera program
23 vconfig, który pozwala na zarz±dzanie vlan'ami.
24
25 %prep
26 %setup -q -n %{name}.%{version}
27
28 %{__install} %{SOURCE1} .
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT/%{_sbindir}
36
37 gzip -9nf README CHANGELOG 
38
39 install vconfig $RPM_BUILD_ROOT/%{_sbindir}/vconfig
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz *.html vlan_test.pl
47 %attr(755,root,root) %{_sbindir}/vconfig
This page took 0.062819 seconds and 3 git commands to generate.