- build with --enable-gtk2 (John Thacker)

This commit is contained in:
Karsten Hopp 2005-02-10 15:46:25 +00:00
parent 8c4b1531b6
commit de0936913d

View File

@ -1,7 +1,7 @@
Summary: A network diagnostic tool. Summary: A network diagnostic tool.
Name: mtr Name: mtr
Version: 0.69 Version: 0.69
Release: 1 Release: 2
Epoch: 2 Epoch: 2
Group: Applications/Internet Group: Applications/Internet
License: GPL License: GPL
@ -12,7 +12,7 @@ Source2: xmtr.pam
Patch0: mtr-0.49-s390x.patch Patch0: mtr-0.49-s390x.patch
Patch1: mtr-0.69-CVE-2002-0497.patch Patch1: mtr-0.69-CVE-2002-0497.patch
BuildRequires: ncurses-devel libtermcap-devel BuildRequires: ncurses-devel libtermcap-devel
BuildRequires: automake, gtk+-devel BuildRequires: automake, gtk2-devel
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -41,7 +41,7 @@ automake -a
autoconf autoconf
%build %build
%configure --with-gtk --enable-ipv6 %configure --enable-gtk2 --enable-ipv6
make && mv mtr xmtr && make distclean make && mv mtr xmtr && make distclean
%configure --without-gtk --enable-ipv6 %configure --without-gtk --enable-ipv6
make %{?_smp_mflags} make %{?_smp_mflags}
@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/mtr_icon.xpm %{_datadir}/pixmaps/mtr_icon.xpm
%changelog %changelog
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 2:0.69-2
- build with --enable-gtk2 (John Thacker)
* Wed Feb 09 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-1 * Wed Feb 09 2005 Phil Knirsch <pknirsch@redhat.com> 2:0.69-1
- Updated to mtr-0.69 - Updated to mtr-0.69
- Dropped quite a few patches - Dropped quite a few patches