From e5c676ce0e2531ae8ac3c370823ffe1ab4c6d6ab Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Oct 11 2004 07:54:32 +0000 Subject: - spec file updated --- diff --git a/traceroute.spec b/traceroute.spec index daac7f3..4c5fb93 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -1,10 +1,10 @@ Summary: Traces the route taken by packets over a TCP/IP network. Name: traceroute Version: 1.4a12 -Release: 23 +Release: 24 License: BSD Group: Applications/Internet -Source: traceroute-1.4a12.tar.bz2 +Source: ftp://ftp.ee.lbl.gov/%{name}-%{version}.tar.bz2 Patch0: traceroute-1.4a5-fix.patch Patch1: traceroute-1.4a5-secfix.patch Patch2: traceroute-1.4a5-alpha.patch @@ -24,7 +24,6 @@ Patch15: traceroute-1.4a12-tos-monitoring.patch Patch16: traceroute-1.4a12-mpls-icmp-02.patch Patch17: traceroute-1.4a12-pie.patch URL: ftp://ftp.ee.lbl.gov/ -Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root %description @@ -61,7 +60,7 @@ problems. %build rm -f config.sub -cp /usr/share/libtool/config.sub . +cp -f %{_datadir}/libtool/config.sub . %ifarch s390 s390x export CFLAGS="$RPM_OPT_FLAGS -fPIC" %else @@ -79,13 +78,14 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 make DESTDIR=${RPM_BUILD_ROOT} install install-man -ln -s /bin/traceroute ${RPM_BUILD_ROOT}%{_sbindir} +ln -sf /bin/traceroute ${RPM_BUILD_ROOT}%{_sbindir} # remove sugid apps to get proper debuginfo chmod 755 ${RPM_BUILD_ROOT}/bin/* %clean rm -rf $RPM_BUILD_ROOT +echo %{_prefix} %files %defattr(-,root,root) @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Mon Oct 11 2004 Radek Vokal 1.4a12-24 +- spec file updated (#135187) + * Tue Jun 15 2004 Elliot Lee - rebuilt