clean, SLE 11
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=221
This commit is contained in:
parent
c89fbb02db
commit
e26d534ec8
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 08:06:59 UTC 2017 - astieger@suse.com
|
Thu Jul 27 08:21:59 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
- Wireshark 2.4.0:
|
- Wireshark 2.4.0:
|
||||||
* SS7 Point Codes can now be resolved into names with a hosts-
|
* SS7 Point Codes can now be resolved into names with a hosts-
|
||||||
|
@ -39,7 +39,7 @@ Name: wireshark
|
|||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Network Traffic Analyser
|
Summary: A Network Traffic Analyser
|
||||||
License: GPL-2.0+ and GPL-3.0+
|
License: GPL-2.0+ AND GPL-3.0+
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Url: https://www.wireshark.org/
|
Url: https://www.wireshark.org/
|
||||||
Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.xz
|
Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.xz
|
||||||
@ -74,7 +74,6 @@ Requires(pre): shadow
|
|||||||
Recommends: wireshark-ui = %{version}
|
Recommends: wireshark-ui = %{version}
|
||||||
Provides: ethereal = %{version}
|
Provides: ethereal = %{version}
|
||||||
Obsoletes: ethereal < %{version}
|
Obsoletes: ethereal < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%if %{with gnutls}
|
%if %{with gnutls}
|
||||||
BuildRequires: libgnutls-devel >= 2.12.0
|
BuildRequires: libgnutls-devel >= 2.12.0
|
||||||
%endif
|
%endif
|
||||||
@ -108,6 +107,9 @@ BuildRequires: lua52-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: xz
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Wireshark is a free network protocol analyzer for Unix and Windows. It
|
Wireshark is a free network protocol analyzer for Unix and Windows. It
|
||||||
@ -348,7 +350,6 @@ exit 0
|
|||||||
%postun -n %{libcodecs} -p /sbin/ldconfig
|
%postun -n %{libcodecs} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING NEWS README README.linux README.vmware
|
%doc AUTHORS COPYING NEWS README README.linux README.vmware
|
||||||
%{_mandir}/man1/[^i]*
|
%{_mandir}/man1/[^i]*
|
||||||
%{_mandir}/man4/*
|
%{_mandir}/man4/*
|
||||||
@ -378,23 +379,18 @@ exit 0
|
|||||||
%{_datadir}/mime/packages/wireshark.xml
|
%{_datadir}/mime/packages/wireshark.xml
|
||||||
|
|
||||||
%files -n %{libutil}
|
%files -n %{libutil}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libwsutil*.so.*
|
%{_libdir}/libwsutil*.so.*
|
||||||
|
|
||||||
%files -n %{libwire}
|
%files -n %{libwire}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libwireshark.so.*
|
%{_libdir}/libwireshark.so.*
|
||||||
|
|
||||||
%files -n %{libtap}
|
%files -n %{libtap}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libwiretap.so.*
|
%{_libdir}/libwiretap.so.*
|
||||||
|
|
||||||
%files -n %{libcodecs}
|
%files -n %{libcodecs}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libwscodecs.so.*
|
%{_libdir}/libwscodecs.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc doc/README.*
|
%doc doc/README.*
|
||||||
%{_includedir}/wireshark
|
%{_includedir}/wireshark
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
@ -402,7 +398,6 @@ exit 0
|
|||||||
|
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
%files ui-gtk
|
%files ui-gtk
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/wireshark-gtk
|
%{_bindir}/wireshark-gtk
|
||||||
%{_bindir}/ethereal
|
%{_bindir}/ethereal
|
||||||
%{_datadir}/applications/wireshark-gtk.desktop
|
%{_datadir}/applications/wireshark-gtk.desktop
|
||||||
@ -426,7 +421,6 @@ test -f /sbin/conf.d/SuSEconfig.glib2 && SuSEconfig --module glib2 > /dev/null |
|
|||||||
|
|
||||||
%if %{with qt}
|
%if %{with qt}
|
||||||
%files ui-qt
|
%files ui-qt
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/wireshark
|
%{_bindir}/wireshark
|
||||||
%{_bindir}/ethereal
|
%{_bindir}/ethereal
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
|
Loading…
Reference in New Issue
Block a user