]> git.pld-linux.org Git - packages/divert-utils.git/blob - divert-utils.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/divert-utils.git] / divert-utils.spec
1 Summary:        An ethernet frame diverter for transparent www proxying bridge and more
2 Summary(pl):    Ethernetowy frame diverter dla transparentnego proxy www i wiêcej
3 Name:           divert-utils
4 Version:        0.221
5 Release:        1
6 License:        GPL
7 Group:          Networking/Admin
8 Source0:        http://diverter.sourceforge.net/EtherDivert/%{name}-%{version}.tar.gz
9 URL:            http://diverter.sourceforge.net/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _sbindir        /sbin
13
14 %description
15 An ethernet frame diverter for transparent www proxying bridge and
16 more.
17
18 %description -l pl
19 Ethernetowy frame diverter dla transparentnego proxy www i wiêcej.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} \
26         DEBUG="%{rpmcflags} %{rpmldflags}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_sbindir}
31
32 install divert                  $RPM_BUILD_ROOT%{_sbindir}
33
34 gzip -9nf README
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %attr(755,root,root) %{_sbindir}/*
This page took 0.054708 seconds and 4 git commands to generate.