packages: traceroute/traceroute.spec - updated to 2.0.18 - better visible i...

qboosh qboosh at pld-linux.org
Sat Aug 20 10:47:20 CEST 2011


Author: qboosh                       Date: Sat Aug 20 08:47:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.0.18
- better visible idn switch

---- Files affected:
packages/traceroute:
   traceroute.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: packages/traceroute/traceroute.spec
diff -u packages/traceroute/traceroute.spec:1.51 packages/traceroute/traceroute.spec:1.52
--- packages/traceroute/traceroute.spec:1.51	Sat Feb  5 01:33:27 2011
+++ packages/traceroute/traceroute.spec	Sat Aug 20 10:47:15 2011
@@ -1,4 +1,12 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	idn	# IDN support
+#
+%if "%{pld_release}" == "ac"
+# too old glibc (no AI_IDN support) in Ac
+%undefine	with_idn
+%endif
 Summary:	Traces the route taken by packets over a TCP/IP network
 Summary(de.UTF-8):	Verfolgt die Route von Paketen über ein TCP/IP-Netzwerk
 Summary(es.UTF-8):	Enseña la ruta que los paquetes usan a través de una red TCP/IP
@@ -10,12 +18,12 @@
 Summary(uk.UTF-8):	Показує трасу, якою проходять пакети по TCP/IP мережі
 Summary(zh_CN.UTF-8):	[系统]检查网络联通路径的工具
 Name:		traceroute
-Version:	2.0.17
+Version:	2.0.18
 Release:	1
 License:	BSD
 Group:		Networking/Utilities
 Source0:	http://downloads.sourceforge.net/traceroute/%{name}-%{version}.tar.gz
-# Source0-md5:	01b609719249db7bc6de12167d2f4dc9
+# Source0-md5:	b7254149b7f081cce07f4b9e065ba5ef
 Patch0:		%{name}-AI_IDN.patch
 URL:		http://traceroute.sourceforge.net/
 BuildRequires:	rpm >= 4.4.9-56
@@ -85,9 +93,7 @@
 
 %prep
 %setup -q
-%if "%{pld_release}" == "ac"
-%patch0 -p1
-%endif
+%{!?with_idn:%patch0 -p1}
 
 %build
 %{__make} \
@@ -126,6 +132,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2011/08/20 08:47:15  qboosh
+- updated to 2.0.18
+- better visible idn switch
+
 Revision 1.51  2011/02/05 00:33:27  sparky
 - dropped repeated %description
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/traceroute/traceroute.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list