parent
89cfcaafa3
commit
1104722bee
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ wireshark-1.2.10.tar.bz2
|
|||||||
/wireshark-1.6.1.tar.bz2
|
/wireshark-1.6.1.tar.bz2
|
||||||
/wireshark-1.6.2.tar.bz2
|
/wireshark-1.6.2.tar.bz2
|
||||||
/wireshark-1.6.3.tar.bz2
|
/wireshark-1.6.3.tar.bz2
|
||||||
|
/wireshark-1.6.4.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
5012c75c379ffd47fbcf395d9a6e417e wireshark-1.6.3.tar.bz2
|
a348521c514fcdd890d974f2a0b59db3 wireshark-1.6.4.tar.bz2
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.6.3
|
Version: 1.6.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
@ -30,6 +30,7 @@ Patch3: wireshark-libtool-pie.patch
|
|||||||
Patch4: wireshark-1.6.1-group-msg.patch
|
Patch4: wireshark-1.6.1-group-msg.patch
|
||||||
Patch5: wireshark-1.6.0-soname.patch
|
Patch5: wireshark-1.6.0-soname.patch
|
||||||
Patch6: wireshark-1.6.2-nfsv41-addstatus.patch
|
Patch6: wireshark-1.6.2-nfsv41-addstatus.patch
|
||||||
|
Patch7: wireshark-gnome3-msgbox.patch
|
||||||
|
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -45,8 +46,11 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: xdg-utils
|
BuildRequires: xdg-utils
|
||||||
BuildRequires: flex, bison, python, python-devel
|
BuildRequires: flex, bison, python, python-devel
|
||||||
BuildRequires: GeoIP-devel
|
BuildRequires: GeoIP-devel
|
||||||
|
BuildRequires: libcap-devel
|
||||||
%if %{with_adns}
|
%if %{with_adns}
|
||||||
BuildRequires: adns-devel
|
BuildRequires: adns-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: c-ares-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_portaudio}
|
%if %{with_portaudio}
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
@ -109,6 +113,7 @@ and plugins.
|
|||||||
%patch4 -p1 -b .group-msg
|
%patch4 -p1 -b .group-msg
|
||||||
%patch5 -p1 -b .soname
|
%patch5 -p1 -b .soname
|
||||||
%patch6 -p1 -b .v4staus
|
%patch6 -p1 -b .v4staus
|
||||||
|
%patch7 -p1 -b .gnome3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x sparcv9 sparc64
|
%ifarch s390 s390x sparcv9 sparc64
|
||||||
|
Loading…
Reference in New Issue
Block a user