From 4e4bd56767ccbb20c660b07ea1b261c875b50375 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:50:22 +0000 Subject: [PATCH] auto-import changelog data from mtr-0.44-1.src.rpm Mon Jun 25 2001 Preston Brown - 0.44 bugfix release - fix display of icon in .desktop entry --- .cvsignore | 2 +- mtr.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 490c1f6..57156f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mtr-0.42.tar.gz +mtr-0.44.tar.gz diff --git a/mtr.spec b/mtr.spec index 0162ec4..ac3348e 100644 --- a/mtr.spec +++ b/mtr.spec @@ -1,15 +1,14 @@ Summary: Ping/Traceroute network diagnostic tool Name: mtr -Version: 0.42 -Release: 9 +Version: 0.44 +Release: 1 Serial: 1 Group: Applications/Internet License: GPL 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 +Patch1: %{name}-0.44-nogtk.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Icon: %{name}.gif @@ -31,8 +30,7 @@ This is the Gtk interface for the mtr network diagnostic tool. %prep %setup -q %patch0 -p1 -b .dest -%patch1 -p1 -b .proto -%patch2 -p1 -b .nogtk +%patch1 -p1 -b .nogtk autoconf %configure @@ -49,9 +47,9 @@ make if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi mkdir -p $RPM_BUILD_ROOT/usr/{X11R6/bin,bin,sbin,share/pixmaps} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 -make DESTDIR=$RPM_BUILD_ROOT install-strip +make DESTDIR=$RPM_BUILD_ROOT install -install -s -m 4755 xmtr $RPM_BUILD_ROOT/usr/X11R6/bin +install -m 4755 xmtr $RPM_BUILD_ROOT/usr/X11R6/bin install -m 644 img/mtr_icon.xpm $RPM_BUILD_ROOT/usr/share/pixmaps ln -s ../sbin/mtr $RPM_BUILD_ROOT/usr/bin/mtr @@ -64,7 +62,7 @@ Type=Application Comment=%{summary} Exec=xmtr Terminal=false -Icon=mtr_icon.xpm +Icon=/usr/share/pixmaps/mtr_icon.xpm EOF %clean @@ -84,6 +82,10 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi /usr/share/pixmaps/mtr_icon.xpm %changelog +* Mon Jun 25 2001 Preston Brown +- 0.44 bugfix release +- fix display of icon in .desktop entry + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index 3f669fc..25521af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb4da4e6dbc0b527b7fc2a7199c51c3b mtr-0.42.tar.gz +b3cd8ec10e5733969cdbb6dcdef5b0f5 mtr-0.44.tar.gz