turn on ADNS support
This commit is contained in:
parent
18cc0fa355
commit
7ae6001495
@ -1 +1 @@
|
|||||||
wireshark-0.99.6-SVN-21881.tar.gz
|
wireshark-0.99.6-SVN-22104.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
872a361a32092ba4bb360439f972eb1c wireshark-0.99.6-SVN-21881.tar.gz
|
0d6eb440bad9015a6c63e7751bd6834d wireshark-0.99.6-SVN-22104.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
||||||
#define to 0 for final version
|
#define to 0 for final version
|
||||||
%define svn_version 21881
|
%define svn_version 22104
|
||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 0.99.6
|
Version: 0.99.6
|
||||||
Release: 0.pre1%{?dist}
|
Release: 0.pre2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
%if %{svn_version}
|
%if %{svn_version}
|
||||||
@ -30,7 +30,7 @@ BuildRequires: elfutils-devel, krb5-devel
|
|||||||
BuildRequires: python, pcre-devel, libselinux
|
BuildRequires: python, pcre-devel, libselinux
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: desktop-file-utils, automake, libtool
|
BuildRequires: desktop-file-utils, automake, libtool
|
||||||
BuildRequires: htmlview
|
BuildRequires: htmlview, adns-devel
|
||||||
Obsoletes: ethereal
|
Obsoletes: ethereal
|
||||||
Provides: ethereal
|
Provides: ethereal
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ Requires: gtk2
|
|||||||
Requires: usermode >= 1.37
|
Requires: usermode >= 1.37
|
||||||
Requires: wireshark = %{version}-%{release}
|
Requires: wireshark = %{version}-%{release}
|
||||||
Requires: net-snmp >= 5.4, net-snmp-libs >= 5.4
|
Requires: net-snmp >= 5.4, net-snmp-libs >= 5.4
|
||||||
Requires: htmlview
|
Requires: htmlview, adns
|
||||||
Obsoletes: ethereal-gnome
|
Obsoletes: ethereal-gnome
|
||||||
Provides: ethereal-gnome
|
Provides: ethereal-gnome
|
||||||
|
|
||||||
@ -90,6 +90,7 @@ export LDFLAGS="$LDFLAGS -lm -lcrypto"
|
|||||||
--disable-usr-local \
|
--disable-usr-local \
|
||||||
--enable-gtk2 \
|
--enable-gtk2 \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
|
--with-adns \
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
--disable-warnings-as-errors \
|
--disable-warnings-as-errors \
|
||||||
--with-plugindir=%{_libdir}/%{name}/plugins/%{version}
|
--with-plugindir=%{_libdir}/%{name}/plugins/%{version}
|
||||||
@ -185,6 +186,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
|
||||||
|
- another pre-release
|
||||||
|
- turn on ADNS support
|
||||||
|
|
||||||
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
|
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
|
||||||
- update to pre1 of 0.99.6 release
|
- update to pre1 of 0.99.6 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user