auto-import changelog data from mtr-0.54-4.src.rpm
Mon Feb 16 2004 Phil Knirsch <pknirsch@redhat.com> - Added IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/mtr-054-* - Enabled IPv6 in mtr. - Included fix from Robert Scheck to make GTK optional in configure. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-2 - Fix to build on current tree.
This commit is contained in:
parent
3fc2fd0747
commit
17a003e54e
27
mtr.spec
27
mtr.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A network diagnostic tool.
|
Summary: A network diagnostic tool.
|
||||||
Name: mtr
|
Name: mtr
|
||||||
Version: 0.54
|
Version: 0.54
|
||||||
Release: 1
|
Release: 4
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -10,6 +10,10 @@ 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
|
Patch0: mtr-0.49-s390x.patch
|
||||||
|
Patch1: mtr-0.54-ipv6-kame.patch
|
||||||
|
Patch2: mtr-0.48-nogtk.patch
|
||||||
|
Patch3: mtr-0.52-SA_LEN.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -31,22 +35,24 @@ diagnostic tool.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .s390x
|
%patch0 -p1 -b .s390x
|
||||||
|
%patch1 -p1 -b .ipv6-kame
|
||||||
|
%patch2 -p1 -b .nogtk
|
||||||
|
%patch3 -p1 -b .SA_LEN
|
||||||
aclocal
|
aclocal
|
||||||
automake -a
|
automake -a
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --with-gtk --enable-ipv6
|
||||||
make && mv mtr xmtr && make distclean
|
make && mv mtr xmtr && make distclean
|
||||||
# mmm, broken configure script
|
%configure --without-gtk --enable-ipv6
|
||||||
export GTK_CONFIG=/dev/null
|
|
||||||
%configure
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
|
if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/{X11R6/bin,bin,sbin,share/pixmaps}
|
mkdir -p $RPM_BUILD_ROOT/usr/{X11R6/bin,bin,sbin,share/pixmaps}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||||
|
install -m 4755 mtr $RPM_BUILD_ROOT%{_sbindir}/mtr
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
install -m 4755 xmtr $RPM_BUILD_ROOT/usr/X11R6/bin
|
install -m 4755 xmtr $RPM_BUILD_ROOT/usr/X11R6/bin
|
||||||
@ -92,6 +98,17 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 16 2004 Phil Knirsch <pknirsch@redhat.com>
|
||||||
|
- Added IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/mtr-054-*
|
||||||
|
- Enabled IPv6 in mtr.
|
||||||
|
- Included fix from Robert Scheck to make GTK optional in configure.
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 0.54-2
|
||||||
|
- Fix to build on current tree.
|
||||||
|
|
||||||
* Sat Oct 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Sat Oct 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- update to 0.54
|
- update to 0.54
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user