]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
061a3a25e4d55b5729b7d4b8351578a5cada556a
[packages/whois.git] / whois.spec
1 Summary:        Enhanced WHOIS client
2 Summary(pl):    Rozszerzony klient WHOIS
3 Summary(ru):    õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
4 Summary(uk):    ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
5 Name:           whois
6 Version:        4.6.9
7 Release:        1
8 License:        GPL
9 Group:          Networking/Utilities
10 Source0:        http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
11 # Source0-md5:  95433e62bb69e00afbcc71dd4b4992e8
12 Patch0:         %{name}-Makefile.patch
13 Patch1:         %{name}-pl.po-update.patch
14 URL:            http://www.linux.it/~md/software/
15 BuildRequires:  gettext-devel
16 BuildRequires:  %{_bindir}/perl
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a new whois (RFC 954) client rewritten from scratch. It is
21 derived from and compatible with the usual BSD and RIPE whois(1)
22 programs. It is intelligent and can automatically select the
23 appropriate whois server for most queries.
24
25 %description -l pl
26 To jest nowy klient us³ugi whois (RFC 954) napisany ca³kowicie od
27 nowa. Jest kompatybilny zarówno z whois z BSD oraz RIPE. Jest
28 inteligentny i automatycznie dobiera poprawny serwer whois dla
29 wiêkszosci zapytañ.
30
31 %description -l ru
32 üÔÏ ÎÁÐÉÓÁÎÎÙÊ Ó "ÎÕÌÑ" ËÌÉÅÎÔ (RFC 954), ÓÏ×ÍÅÓÔÉÍÙÊ Ó whois(1)
33 ÐÒÏÇÒÁÍÍÁÍÉ BSD É RIPE. ÷ ÂÏÌØÛÉÎÓÔ×Å ÓÌÕÞÁÅ× ÏΠÍÏÖÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ
34 ×ÙÂÉÒÁÔØ ÐÒÁ×ÉÌØÎÙÊ whois ÓÅÒ×ÅÒ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÚÁÐÒÏÓÁ.
35
36 %description -l uk
37 ãÅ ÚÁÎÏ×Ï ÎÁÐÉÓÁÎÉÊ Ë̦¤ÎÔ whois (RFC 954), ÓÕͦÓÎÉÊ Ú whois(1)
38 ÐÒÏÇÒÁÍÁÍÉ BSD ÔÁ RIPE. ÷¦Î × Â¦ÌØÛÏÓÔ¦ ×ÉÐÁÄ˦נÍÏÖÅ Á×ÔÏÍÁÔÉÞÎÏ
39 ×ÉÂÉÒÁÔÉ ÐÒÁ×ÉÌØÎÉÊ whois ÓÅÒ×ÅÒ × ÚÁÌÅÖÎÏÓÔ¦ ×¦Ä ÚÁÐÉÔÕ.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45
46 %build
47 %{__make} \
48         CC="%{__cc}" \
49         OPTS="%{rpmcflags} -DHAVE_GETADDRINFO=1"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc README
65 %attr(755,root,root) %{_bindir}/*
66 %{_mandir}/man1/*
This page took 0.479959 seconds and 2 git commands to generate.