- update to mtr-0.70
This commit is contained in:
parent
46f02026e9
commit
5f38f550ef
@ -1 +1,2 @@
|
|||||||
mtr-0.69.tar.gz
|
mtr-0.69.tar.gz
|
||||||
|
mtr-0.70.tar.gz
|
||||||
|
20
mtr.spec
20
mtr.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A network diagnostic tool.
|
Summary: A network diagnostic tool.
|
||||||
Name: mtr
|
Name: mtr
|
||||||
Version: 0.69
|
Version: 0.70
|
||||||
Release: 7.2.1
|
Release: 1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -9,11 +9,9 @@ URL: http://www.BitWizard.nl/mtr
|
|||||||
Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
|
||||||
Source1: xmtr.consolehelper
|
Source1: xmtr.consolehelper
|
||||||
Source2: xmtr.pam
|
Source2: xmtr.pam
|
||||||
Patch0: mtr-0.49-s390x.patch
|
|
||||||
Patch1: mtr-0.69-CVE-2002-0497.patch
|
Patch1: mtr-0.69-CVE-2002-0497.patch
|
||||||
Patch2: mtr-0.69-format.patch
|
Patch2: mtr-0.69-format.patch
|
||||||
Patch3: mtr-0.69-address.patch
|
BuildRequires: ncurses-devel gtk2-devel
|
||||||
BuildRequires: ncurses-devel libtermcap-devel automake gtk2-devel gtk+-devel
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -35,18 +33,13 @@ diagnostic tool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .s390x
|
|
||||||
%patch1 -p1 -b .CVE-2002-0497
|
%patch1 -p1 -b .CVE-2002-0497
|
||||||
%patch2 -p1 -b .format
|
%patch2 -p1 -b .format
|
||||||
%patch3 -p1 -b .address
|
|
||||||
aclocal
|
|
||||||
automake -a
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk2 --enable-ipv6
|
%configure --enable-gtk2
|
||||||
make && mv mtr xmtr && make distclean
|
make && mv mtr xmtr && make distclean
|
||||||
%configure --without-gtk --enable-ipv6
|
%configure --without-gtk
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -98,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 23 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2:0.70-1
|
||||||
|
- update to mtr-0.70
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:0.69-7.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user