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

Mon Feb 12 2001 Preston Brown <pbrown@redhat.com>
- don't advertise gtk support in non-gtk binary (#27172)
This commit is contained in:
cvsdist 2004-09-09 08:50:12 +00:00
parent 25ce2d21c9
commit 8b5d270f86

View File

@ -1,7 +1,7 @@
Summary: Ping/Traceroute network diagnostic tool
Name: mtr
Version: 0.42
Release: 7
Release: 8
Serial: 1
Group: Applications/Internet
License: GPL
@ -9,6 +9,7 @@ URL: http://www.BitWizard.nl/mtr
Source: %{name}-%{version}.tar.gz
Patch0: %{name}-0.41-dest.patch
Patch1: %{name}-0.42-proto.patch
Patch2: %{name}-0.42-nogtk.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
Icon: %{name}.gif
@ -31,6 +32,7 @@ This is the Gtk interface for the mtr network diagnostic tool.
%setup -q
%patch0 -p1 -b .dest
%patch1 -p1 -b .proto
%patch2 -p1 -b .nogtk
autoconf
%configure
@ -82,6 +84,9 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
/usr/share/pixmaps/mtr_icon.xpm
%changelog
* Mon Feb 12 2001 Preston Brown <pbrown@redhat.com>
- don't advertise gtk support in non-gtk binary (#27172)
* Fri Oct 20 2000 Bill Nottingham <notting@redhat.com>
- fix autoconf check for resolver functions