]> git.pld-linux.org Git - packages/whois.git/blob - whois.spec
- up to 4.7.13
[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.7.13
7 Release:        1
8 License:        GPL
9 Group:          Networking/Utilities
10 Source0:        http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.gz
11 # Source0-md5:  2de4c4088e152a28ff7b326ade538196
12 URL:            http://www.linux.it/~md/software/
13 BuildRequires:  gettext-devel
14 BuildRequires:  libidn-devel
15 BuildRequires:  perl-base
16 Obsoletes:      inetutils-whois
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
44 mv -f po/{no,nb}.po
45 %{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
46
47 %build
48 %{__make} \
49         CC="%{__cc}" \
50         OPTS="%{rpmcflags}" \
51         HAVE_LIBIDN=1
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
56
57 install whois.conf $RPM_BUILD_ROOT%{_sysconfdir}
58
59 %{__make} install \
60         BASEDIR=$RPM_BUILD_ROOT \
61         prefix=%{_prefix}
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 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/whois.conf
73 %{_mandir}/man1/*
This page took 0.111167 seconds and 3 git commands to generate.