]> git.pld-linux.org Git - packages/whois.git/commitdiff
- merged update to 4.6.11 from DEVEL auto/ac/whois-4_6_11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Mar 2004 21:52:04 +0000 (21:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- readded pl.po-update patch, rename no->nb
- enabled idn support, seems to work

Changed files:
    whois.spec -> 1.48

whois.spec

index 061a3a25e4d55b5729b7d4b8351578a5cada556a..99339b00167f414e35bbc35c4be8304436c5275f 100644 (file)
@@ -3,16 +3,18 @@ Summary(pl):  Rozszerzony klient WHOIS
 Summary(ru):   õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
 Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
-Version:       4.6.9
+Version:       4.6.11
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Source0:       http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
-# Source0-md5: 95433e62bb69e00afbcc71dd4b4992e8
+#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: beb48ed9877caa313d46d08104c642bf
 Patch0:                %{name}-Makefile.patch
 Patch1:                %{name}-pl.po-update.patch
 URL:           http://www.linux.it/~md/software/
 BuildRequires: gettext-devel
+BuildRequires: libidn-devel
 BuildRequires: %{_bindir}/perl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,10 +45,14 @@ wi
 %patch0 -p1
 %patch1 -p1
 
+mv -f po/{no,nb}.po
+%{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
+
 %build
 %{__make} \
        CC="%{__cc}" \
-       OPTS="%{rpmcflags} -DHAVE_GETADDRINFO=1"
+       OPTS="%{rpmcflags}" \
+       HAVE_LIBIDN=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README
+%doc README debian/changelog
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.07922 seconds and 4 git commands to generate.