]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
-up to 4.5.26,STBR
[packages/whois.git] / whois.spec
1 Summary:        Enhanced WHOIS client
2 Summary(pl):    Rozszerzony klient WHOIS
3 Name:           whois
4 Version:        4.5.26
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 BuildRequires:  perl
11 BuildRequires:  gettext-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This is a new whois (RFC 954) client rewritten from scratch by me. It
16 is derived from and compatible with the usual BSD and RIPE whois(1)
17 programs. It is intelligent and can automatically select the
18 appropriate whois server for most queries.
19
20 %description -l pl
21 To jest nowy klient us³ugi whois*RFC 954) napisany ca³kowicie od nowa.
22 Jest kompatybilny zarówno z whois z BSD oraz RIPE. Jest inteligentny i
23 automatycznie dobiera poprawny serwer whois dla wiêkszosci zapytañ.
24
25 %prep
26 %setup -q
27 %patch -p1
28
29 %build
30 %{__make} OPTS="%{rpmcflags} -DHAVE_GETADDRINFO=1"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README TODO
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc {README,TODO}.gz
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*
This page took 0.033099 seconds and 4 git commands to generate.