]> git.pld-linux.org Git - packages/whois.git/commitdiff
- rel 2; add whois for .so auto/th/whois-5_0_11-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Apr 2011 08:18:11 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois-tld.patch -> 1.1
    whois.spec -> 1.124

whois-tld.patch [new file with mode: 0644]
whois.spec

diff --git a/whois-tld.patch b/whois-tld.patch
new file mode 100644 (file)
index 0000000..e5604a9
--- /dev/null
@@ -0,0 +1,11 @@
+--- whois-5.0.11/tld_serv_list~        2011-01-23 20:19:32.000000000 +0100
++++ whois-5.0.11/tld_serv_list 2011-04-01 10:17:03.813966087 +0200
+@@ -266,7 +266,7 @@
+ .sl   whois.nic.sl
+ .sm   whois.ripe.net
+ .sn   whois.nic.sn
+-.so   NONE            # www.nic.so (CHECK LATER, recently delegated)
++.so   whois.nic.so
+ .sr   NONE            # www.register.sr
+ .st   whois.nic.st
+ .su   whois.ripn.net
index 81e2e78c69e206a55a170baebf6aff43fd0b8e4f..ef22458e096da16f7938fd7b685c10994110a865 100644 (file)
@@ -8,13 +8,14 @@ Summary(ru.UTF-8):    Улучшенный клиент WHOIS
 Summary(uk.UTF-8):     Покращений клієнт WHOIS
 Name:          whois
 Version:       5.0.11
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.gz
 # Source0-md5: 942e2d90b0bcd7d22765c8e3344fe118
 Patch0:                %{name}-idn.patch
 Patch1:                %{name}-config.patch
+Patch2:                %{name}-tld.patch
 URL:           http://www.linux.it/~md/software/
 BuildRequires: gettext-devel
 BuildRequires: libidn-devel
@@ -48,6 +49,7 @@ większosci zapytań.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 mv -f po/{no,nb}.po
 %{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
@@ -58,7 +60,7 @@ echo 'install-pos: install' >> po/Makefile
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} %{rpmcppflags}" \
        HAVE_LIBIDN=1
 
 %{__make} -C po
This page took 0.054655 seconds and 4 git commands to generate.