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