- spec file updated

This commit is contained in:
Radek Vokál 2004-10-11 07:54:32 +00:00
parent 18c6c394d5
commit e5c676ce0e

View File

@ -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 <rvokal@redhat.com> 1.4a12-24
- spec file updated (#135187)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt