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