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