2007-01-16 00:41:20 +01:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
Name: wireshark
|
2010-12-08 18:31:25 +01:00
|
|
|
Version: 1.4.2
|
|
|
|
Release: 1
|
2010-02-01 19:46:16 +01:00
|
|
|
License: GPLv2+
|
2007-01-16 00:41:20 +01:00
|
|
|
Summary: A Network Traffic Analyser
|
2007-12-19 14:56:16 +01:00
|
|
|
Url: http://www.wireshark.org/
|
2010-12-08 18:31:25 +01:00
|
|
|
Group: Productivity/Networking/Diagnostic
|
2008-12-18 15:22:09 +01:00
|
|
|
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
2008-11-04 17:58:51 +01:00
|
|
|
Source1: include.filelist
|
2009-06-20 04:08:32 +02:00
|
|
|
# PATCH-FIX-OPENSUSE wireshark-1.2.0-disable-warning-dialog.patch bnc#349782 prusnak@suse.cz -- don't show warning when running as root
|
2009-06-17 15:51:24 +02:00
|
|
|
Patch1: %{name}-1.2.0-disable-warning-dialog.patch
|
2009-06-20 04:08:32 +02:00
|
|
|
# PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prusnak@suse.cz -- search in /var/lib/GeoIP if user hasn't set any GeoIP folders
|
2010-10-06 23:05:22 +02:00
|
|
|
Patch2: %{name}-1.2.0-geoip.patch
|
|
|
|
# PATCH-FEATURE-UPSTREAM wireshark-corosync-packet-dissector.patch tserong@novell.com -- add corosync packet dissector
|
|
|
|
Patch3: %{name}-corosync-packet-dissector.patch
|
2010-12-08 18:31:25 +01:00
|
|
|
Patch4: %{name}-1.2.4-enable_lua.patch
|
|
|
|
Patch5: %{name}-nfsv4-opts.patch
|
2009-06-17 15:51:24 +02:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcares-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgnutls-devel
|
|
|
|
BuildRequires: libpcap-devel
|
|
|
|
BuildRequires: libsmi-devel
|
|
|
|
BuildRequires: lua-devel
|
|
|
|
BuildRequires: net-snmp-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: portaudio-devel
|
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: tcpd-devel
|
|
|
|
BuildRequires: xdg-utils
|
|
|
|
BuildRequires: zlib-devel
|
2010-12-08 18:31:25 +01:00
|
|
|
Requires: xdg-utils
|
|
|
|
Provides: ethereal = %{version}
|
|
|
|
Obsoletes: ethereal < %{version}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-05-14 13:34:21 +02:00
|
|
|
%if 0%{?suse_version}
|
2010-10-06 23:05:22 +02:00
|
|
|
BuildRequires: libGeoIP-devel
|
2010-12-08 18:31:25 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2010-10-06 23:05:22 +02:00
|
|
|
Recommends: GeoIP
|
2010-05-14 13:34:21 +02:00
|
|
|
%endif
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Wireshark is a free network protocol analyzer for Unix and Windows. It
|
|
|
|
allows you to examine data from a live network or from a capture file
|
|
|
|
on disk. You can interactively browse the capture data, viewing summary
|
|
|
|
and detail information for each packet. Wireshark has several powerful
|
|
|
|
features, including a rich display filter language and the ability to
|
|
|
|
view the reconstructed stream of a TCP session.
|
|
|
|
|
|
|
|
%package devel
|
2010-02-01 19:46:16 +01:00
|
|
|
License: GPLv2+
|
2007-01-16 00:41:20 +01:00
|
|
|
Summary: A Network Traffic Analyser
|
|
|
|
Group: Productivity/Networking/Diagnostic
|
2010-11-10 16:42:35 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: glibc-devel
|
|
|
|
Requires: glib2-devel
|
2008-11-28 12:18:20 +01:00
|
|
|
Provides: ethereal-devel = %{version}
|
|
|
|
Obsoletes: ethereal-devel < %{version}
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Wireshark is a free network protocol analyzer for Unix and Windows. It
|
|
|
|
allows you to examine data from a live network or from a capture file
|
|
|
|
on disk. You can interactively browse the capture data, viewing summary
|
|
|
|
and detail information for each packet. Wireshark has several powerful
|
|
|
|
features, including a rich display filter language and the ability to
|
|
|
|
view the reconstructed stream of a TCP session.
|
|
|
|
|
|
|
|
%prep
|
2007-02-06 19:25:39 +01:00
|
|
|
%setup -q
|
2008-11-28 12:18:20 +01:00
|
|
|
%patch2
|
2010-10-06 23:05:22 +02:00
|
|
|
%patch3 -p1
|
2010-12-08 18:31:25 +01:00
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2010-12-08 18:47:38 +01:00
|
|
|
sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark.desktop
|
|
|
|
# run as root on 11.3 and older - bnc#349782
|
|
|
|
%if 0%{?suse_version} <= 1130
|
|
|
|
%patch1
|
2010-12-10 12:01:50 +01:00
|
|
|
sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' wireshark.desktop
|
2010-12-08 18:47:38 +01:00
|
|
|
%endif
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%build
|
2009-06-17 15:51:24 +02:00
|
|
|
%configure
|
2010-05-14 13:34:21 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%install
|
2010-12-08 18:31:25 +01:00
|
|
|
%make_install
|
|
|
|
find %{buildroot} -name "*.la" -delete -print
|
|
|
|
ln -fs wireshark %{buildroot}%{_bindir}/ethereal
|
|
|
|
ln -fs tshark %{buildroot}%{_bindir}/tethereal
|
|
|
|
install -d -m 0755 %{buildroot}%{_sysconfdir}
|
|
|
|
install -d -m 0755 %{buildroot}%{_mandir}/man1/
|
|
|
|
# install -m 0644 *.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
install -d -m 0755 %{buildroot}%{_includedir}/wireshark
|
2008-11-04 17:58:51 +01:00
|
|
|
for i in `cat %{SOURCE1}`; do
|
2010-12-08 18:31:25 +01:00
|
|
|
install -m 644 $i %{buildroot}%{_includedir}/wireshark
|
2007-01-16 00:41:20 +01:00
|
|
|
done
|
2010-12-08 18:31:25 +01:00
|
|
|
install -D -m 0644 image/wsicon48.png %{buildroot}%{_datadir}/pixmaps/wireshark.png
|
|
|
|
install -D -m 0644 wireshark.desktop %{buildroot}%{_datadir}/applications/wireshark.desktop
|
2010-05-14 13:34:21 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%suse_update_desktop_file %{name}
|
|
|
|
%endif
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%clean
|
2010-12-08 18:31:25 +01:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2010-12-08 18:32:43 +01:00
|
|
|
%if 0%{?suse_version} > 1130
|
2010-12-08 18:31:25 +01:00
|
|
|
%pre
|
|
|
|
getent group wireshark >/dev/null || groupadd wireshark
|
2010-12-08 18:32:43 +01:00
|
|
|
%endif
|
2007-01-16 00:41:20 +01:00
|
|
|
|
2007-12-19 14:56:16 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2007-01-16 00:41:20 +01:00
|
|
|
|
2007-12-19 14:56:16 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2008-01-10 03:21:45 +01:00
|
|
|
%doc AUTHORS COPYING NEWS README README.linux README.vmware
|
2010-02-01 14:32:49 +01:00
|
|
|
%doc %{_mandir}/man1/[^i]*
|
|
|
|
%doc %{_mandir}/man4/*
|
2010-05-14 13:34:21 +02:00
|
|
|
%{_datadir}/applications/wireshark.desktop
|
2007-03-07 22:51:45 +01:00
|
|
|
%{_datadir}/pixmaps/wireshark.png
|
2010-12-08 18:31:25 +01:00
|
|
|
%{_bindir}/ethereal
|
|
|
|
%{_bindir}/tethereal
|
|
|
|
%{_bindir}/wireshark
|
|
|
|
%{_bindir}/editcap
|
|
|
|
%{_bindir}/tshark
|
|
|
|
%{_bindir}/mergecap
|
|
|
|
%{_bindir}/text2pcap
|
|
|
|
%{_bindir}/dftest
|
|
|
|
%{_bindir}/capinfos
|
|
|
|
%{_bindir}/randpkt
|
2010-12-08 18:32:43 +01:00
|
|
|
%if 0%{?suse_version} > 1130
|
2010-12-08 18:31:25 +01:00
|
|
|
%attr(0750,root,wireshark) %caps(cap_net_raw,cap_net_admin=eip) %{_bindir}/dumpcap
|
2010-12-08 18:32:43 +01:00
|
|
|
%else
|
|
|
|
%{_bindir}/dumpcap
|
|
|
|
%endif
|
2010-12-08 18:31:25 +01:00
|
|
|
%{_bindir}/rawshark
|
2007-03-07 22:51:45 +01:00
|
|
|
%{_libdir}/lib*.so.*
|
2010-12-08 18:47:38 +01:00
|
|
|
%{_libdir}/wireshark/
|
|
|
|
%{_datadir}/wireshark/
|
2007-01-16 00:41:20 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc doc/README.*
|
2010-12-08 18:47:38 +01:00
|
|
|
%{_includedir}/wireshark/
|
2007-03-07 22:51:45 +01:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_bindir}/idl2wrs
|
2007-01-16 00:41:20 +01:00
|
|
|
%{_mandir}/man1/idl2wrs*
|
|
|
|
|
2007-03-07 22:51:45 +01:00
|
|
|
%changelog
|