auto-import changelog data from mtr-0.42-7.src.rpm

Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
- fix autoconf check for resolver functions
This commit is contained in:
cvsdist 2004-09-09 08:50:03 +00:00
parent 474fd9a98d
commit 25ce2d21c9

View File

@ -1,13 +1,14 @@
Summary: Ping/Traceroute network diagnostic tool Summary: Ping/Traceroute network diagnostic tool
Name: mtr Name: mtr
Version: 0.42 Version: 0.42
Release: 6 Release: 7
Serial: 1 Serial: 1
Group: Applications/Internet Group: Applications/Internet
License: GPL License: GPL
URL: http://www.BitWizard.nl/mtr URL: http://www.BitWizard.nl/mtr
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Patch0: %{name}-0.41-dest.patch Patch0: %{name}-0.41-dest.patch
Patch1: %{name}-0.42-proto.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
Icon: %{name}.gif Icon: %{name}.gif
@ -29,6 +30,8 @@ This is the Gtk interface for the mtr network diagnostic tool.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .dest %patch0 -p1 -b .dest
%patch1 -p1 -b .proto
autoconf
%configure %configure
@ -79,6 +82,9 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
/usr/share/pixmaps/mtr_icon.xpm /usr/share/pixmaps/mtr_icon.xpm
%changelog %changelog
* Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
- fix autoconf check for resolver functions
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com> * Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
- fix group - fix group