]> git.pld-linux.org Git - packages/whois.git/blobdiff - whois.spec
- updated to 4.7.11
[packages/whois.git] / whois.spec
index d2864e1fcbbfd553eeb01f501ff359ef32a16566..71d6ede4e5935f728af5f89f71d540db4f9d11c7 100644 (file)
@@ -1,39 +1,64 @@
-Summary:       whois client program 
-Summary(pl):   klient us³ugi whois 
+Summary:       Enhanced WHOIS client
+Summary(pl):   Rozszerzony klient WHOIS
+Summary(ru):   õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
+Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
-Version:       4.5.15
+Version:       4.7.11
 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:      http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
+Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.gz
+# Source0-md5: aca7ac4c907232f2eea5e7cbb7d6245d
+URL:           http://www.linux.it/~md/software/
+BuildRequires: gettext-devel
+BuildRequires: libidn-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ñ.
+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
+
+mv -f po/{no,nb}.po
+%{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
 
 %build
-%{__make} OPTS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       OPTS="%{rpmcflags}" \
+       HAVE_LIBIDN=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install whois.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
-gzip -9nf README TODO
+%{__make} install \
+       BASEDIR=$RPM_BUILD_ROOT \
+       prefix=%{_prefix}
 
 %find_lang %{name}
 
@@ -42,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {README,TODO}.gz
+%doc README debian/changelog
 %attr(755,root,root) %{_bindir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/whois.conf
 %{_mandir}/man1/*
This page took 0.032635 seconds and 4 git commands to generate.