]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
- updated Groups; release 2
[packages/whois.git] / whois.spec
1 Summary:        whois client program
2 Summary(pl):    klient us³ugi whois
3 Name:           whois
4 Version:        4.5.15
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(es):      Red/Utilitarios
10 Group(pl):      Sieciowe/Narzêdzia
11 Group(pt_BR):   Rede/Utilitários
12 Source0:        http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
13 Patch0:         %{name}-Makefile.patch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This is a new whois (RFC 954) client rewritten from scratch by me. It
18 is derived from and compatible with the usual BSD and RIPE whois(1)
19 programs. It is intelligent and can automatically select the
20 appropriate whois server for most queries.
21
22 %description -l pl
23 To jest nowy klient us³ugi whois*RFC 954) napisany ca³kowicie od nowa.
24 Jest kompatybilny zarówno z whois z BSD oraz RIPE. Jest inteligentny i
25 automatycznie dobiera poprawny serwer whois dla wiêkszosci zapytañ.
26
27 %prep
28 %setup -q 
29 %patch -p1
30
31 %build
32 %{__make} OPTS="%{rpmcflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf README TODO
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc {README,TODO}.gz
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*
This page took 0.046857 seconds and 4 git commands to generate.