]> git.pld-linux.org Git - packages/whois.git/blobdiff - whois.spec
- up to 4.6.9
[packages/whois.git] / whois.spec
index 61730d4ed71b865fc3a82449708ebdc7abc6eda0..d72112e609dc97c470a78664b0c5de5e74daab13 100644 (file)
@@ -1,35 +1,56 @@
-Summary:       whois client program 
+Summary:       Enhanced WHOIS client
+Summary(pl):   Rozszerzony klient WHOIS
+Summary(ru):   õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
+Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
-Version:       4.4.7
+Version:       4.6.9
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Group(pl):     Sieciowe/Narzêdzia
 Source0:       http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
-Patch0:                whois-Makefile.patch
+# Source0-md5: 95433e62bb69e00afbcc71dd4b4992e8
+Patch0:                %{name}-Makefile.patch
+URL:           http://www.linux.it/~md/software/
+BuildRequires: gettext-devel
+BuildRequires: %{_bindir}/perl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a new whois (RFC 954) client rewritten from scratch by me. It
-is derived from and compatible with the usual BSD and RIPE whois(1)
+This is a new whois (RFC 954) client rewritten from scratch. It is
+derived from and compatible with the usual BSD and RIPE whois(1)
 programs. It is intelligent and can automatically select the
 appropriate whois server for most queries.
 
+%description -l pl
+To jest nowy klient us³ugi whois (RFC 954) napisany ca³kowicie od
+nowa. Jest kompatybilny zarówno z whois z BSD oraz RIPE. Jest
+inteligentny i automatycznie dobiera poprawny serwer whois dla
+wiêkszosci zapytañ.
+
+%description -l ru
+üÔÏ ÎÁÐÉÓÁÎÎÙÊ Ó "ÎÕÌÑ" ËÌÉÅÎÔ (RFC 954), ÓÏ×ÍÅÓÔÉÍÙÊ Ó whois(1)
+ÐÒÏÇÒÁÍÍÁÍÉ BSD É RIPE. ÷ ÂÏÌØÛÉÎÓÔ×Å ÓÌÕÞÁÅ× ÏΠÍÏÖÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ
+×ÙÂÉÒÁÔØ ÐÒÁ×ÉÌØÎÙÊ whois ÓÅÒ×ÅÒ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÚÁÐÒÏÓÁ.
+
+%description -l uk
+ãÅ ÚÁÎÏ×Ï ÎÁÐÉÓÁÎÉÊ Ë̦¤ÎÔ whois (RFC 954), ÓÕͦÓÎÉÊ Ú whois(1)
+ÐÒÏÇÒÁÍÁÍÉ BSD ÔÁ RIPE. ÷¦Î × Â¦ÌØÛÏÓÔ¦ ×ÉÐÁÄ˦נÍÏÖÅ Á×ÔÏÍÁÔÉÞÎÏ
+×ÉÂÉÒÁÔÉ ÐÒÁ×ÉÌØÎÉÊ whois ÓÅÒ×ÅÒ × ÚÁÌÅÖÎÏÓÔ¦ ×¦Ä ÚÁÐÉÔÕ.
 
 %prep
-%setup -q 
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
-%{__make} OPTS="$RPM_OPTS_FLAGS" LDFLAGS="-s"
+%{__make} \
+       CC="%{__cc}" \
+       OPTS="%{rpmcflags} -DHAVE_GETADDRINFO=1"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       README TODO
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -38,6 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {README,TODO}.gz
+%doc README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.067814 seconds and 4 git commands to generate.