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