diff --git a/mtr.spec b/mtr.spec index 687b90c..b962d1e 100644 --- a/mtr.spec +++ b/mtr.spec @@ -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 +- don't advertise gtk support in non-gtk binary (#27172) + * Fri Oct 20 2000 Bill Nottingham - fix autoconf check for resolver functions