]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
- massive attack: source-md5
[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 # Source0-md5:  2341ab2c39113d112d13ae34da85b7f6
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 DESTDIR=$RPM_BUILD_ROOT
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc README
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/man1/*
This page took 0.142754 seconds and 4 git commands to generate.