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