]> git.pld-linux.org Git - packages/wireshark.git/blame - wireshark.spec
- up to 4.0.7
[packages/wireshark.git] / wireshark.spec
CommitLineData
3eaa205f 1# TODO
3db19835
ER
2# - use policykit to gain root
3# - use %caps when rpm supports it: %attr(750,root,wireshark) %caps(cap_net_raw,cap_net_admin=eip) %{_sbindir}/dumpcap
06ce418f 4#
681bd53b 5# Conditional build:
d2bee84f
JB
6%bcond_without kerberos5 # Kerberos V support
7%bcond_without snmp # SNMP support
ec8bfdcc 8%bcond_without gui # without QT GUI
f362b44f 9
a1bf2ada
KM
10%define branch_ver 4.0
11%define qt_ver 5.12
c06ca841 12Summary: Network traffic and protocol analyzer
301eb42a
ER
13Summary(es.UTF-8): Analizador de tráfico de red
14Summary(pl.UTF-8): Analizator ruchu i protokołów sieciowych
15Summary(pt_BR.UTF-8): Analisador de tráfego de rede
16Summary(ru.UTF-8): Анализатор сетевого траффика
17Summary(uk.UTF-8): Аналізатор мережевого трафіку
3564cfa5 18Name: wireshark
c2a607c6 19Version: 4.0.7
16236945 20Release: 1
9c2845b9 21License: GPL v2+
6d55af47 22Group: Networking/Utilities
7c7df584 23Source0: https://2.na.dl.wireshark.org/src/%{name}-%{version}.tar.xz
c2a607c6 24# Source0-md5: 8c23f20130bb1a346ca3da1ff43a16b4
6101a021 25URL: https://www.wireshark.org/
eab87a3c 26BuildRequires: bcg729-devel
00a07a36 27BuildRequires: bison
a1bf2ada
KM
28BuildRequires: c-ares-devel >= 1.13.0
29BuildRequires: cmake >= 3.10
eb0e86a1 30BuildRequires: doxygen
ad2318ff 31BuildRequires: flex
6101a021 32BuildRequires: gcc >= 5:3.2
c0f52847 33BuildRequires: gettext-tools
a1bf2ada
KM
34BuildRequires: glib2-devel >= 1:2.50.0
35BuildRequires: gnutls-devel >= 3.5.8
c1939565 36%{?with_kerberos5:BuildRequires: heimdal-devel}
c0f52847 37BuildRequires: libbrotli-devel
7c7df584
KM
38# libcap-devel doesn't pull libcap, but only libcap-libs
39BuildRequires: libcap
558b2cad 40BuildRequires: libcap-devel
7712980a 41BuildRequires: libgcrypt-devel >= 1.8.0
fdb8d76d 42BuildRequires: libmaxminddb-devel
eb0e86a1 43BuildRequires: libnl-devel >= 3.2
2dee0cf7 44BuildRequires: libpcap-devel >= 2:1.0.0-4
38791bb5 45BuildRequires: libsmi-devel
603e999e 46BuildRequires: libssh-devel >= 0.6.0
c0f52847 47BuildRequires: libstdc++-devel >= 6:4.7
6101a021
JB
48BuildRequires: libtool >= 2:2.2.2
49BuildRequires: libxml2-devel >= 2.0
9f20d4ae 50BuildRequires: libxslt-progs
5bc49780 51BuildRequires: lua52-devel
6101a021 52BuildRequires: lz4-devel
c0f52847 53BuildRequires: minizip-devel
49540dfb 54%{?with_snmp:BuildRequires: net-snmp-devel}
a1bf2ada 55BuildRequires: nghttp2-devel >= 1.11.0
7712980a 56BuildRequires: opus-devel
00a07a36 57BuildRequires: perl-tools-pod
d2bee84f 58BuildRequires: pkgconfig >= 1:0.7
a1bf2ada 59BuildRequires: python3 >= 1:3.6
387b1517 60BuildRequires: rpmbuild(macros) >= 1.605
c0f52847 61BuildRequires: ruby-asciidoctor >= 1.5
d2bee84f
JB
62%{?with_gui:BuildRequires: sbc-devel >= 1.0}
63BuildRequires: sed >= 4.0
6101a021
JB
64BuildRequires: snappy-devel
65BuildRequires: spandsp-devel
603e999e 66%{?with_gui:BuildRequires: speexdsp-devel}
c0f52847 67BuildRequires: systemd-devel
6101a021 68BuildRequires: tar >= 1:1.22
7712980a 69BuildRequires: webrtc-libilbc-devel
6101a021
JB
70BuildRequires: w3m
71BuildRequires: xz
d2bee84f 72BuildRequires: zlib-devel
603e999e 73BuildRequires: zstd-devel >= 1.0.0
cfa18346 74%if %{with gui}
1b3d469d 75BuildRequires: Qt5Concurrent-devel >= %{qt_ver}
7712980a
JB
76BuildRequires: Qt5Core-devel >= %{qt_ver}
77BuildRequires: Qt5Gui-devel >= %{qt_ver}
78BuildRequires: Qt5Multimedia-devel >= %{qt_ver}
79BuildRequires: Qt5PrintSupport-devel >= %{qt_ver}
80BuildRequires: Qt5Widgets-devel >= %{qt_ver}
c0f52847 81BuildRequires: libstdc++-devel >= 6:5
7712980a
JB
82BuildRequires: qt5-build >= %{qt_ver}
83BuildRequires: qt5-linguist >= %{qt_ver}
4d6dc41b 84%endif
a78f04b6 85Requires(post,postun): desktop-file-utils
c0f52847
JB
86Requires(post,postun): gtk-update-icon-cache
87Requires(post,postun): shared-mime-info
4058c56e 88Requires: %{name}-common = %{version}-%{release}
7712980a
JB
89Requires: Qt5Core >= %{qt_ver}
90Requires: Qt5Gui >= %{qt_ver}
91Requires: Qt5Multimedia >= %{qt_ver}
92Requires: Qt5PrintSupport >= %{qt_ver}
93Requires: Qt5Widgets >= %{qt_ver}
6101a021 94Requires: gdk-pixbuf2 >= 2.26
c0f52847 95Requires: hicolor-icon-theme
d2bee84f 96Suggests: xdg-utils
2fc873c0 97Provides: ethereal
3585cc66 98Provides: ethereal-gnome
9f1b442d
JB
99Obsoletes: ethereal < 1
100Obsoletes: ethereal-gnome < 1
101Obsoletes: wireshark-gui-common < 3
102Obsoletes: wireshark-qt < 3
d1cb25db 103BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c06ca841 104
c06ca841 105%description
3564cfa5 106Wireshark is the name for powerful graphical network sniffer, traffic
cfa18346 107and protocol analyzer based on QT and libpcap libraries. It lets you
3993f161 108capture and interactively browse the contents of network frames with
3564cfa5 109vast knowledge of more than 100 network protocols. Wireshark has
3993f161 110severeal useful features, including a rich display filter language,
111the ability to view the ASCII contents of a TCP connection and plug-in
112capabilities.
c06ca841 113
bd5a719c
JR
114%description -l es.UTF-8
115Analizador de tráfico de red.
bd307bb2 116
bd5a719c
JR
117%description -l pl.UTF-8
118Wireshark jest potężnym, graficznym snifferem, analizatorem ruchu oraz
cfa18346 119protokołów sieciowych opartym na bibliotekach QT oraz libpcap.
bd5a719c
JR
120Umożliwia on przechwytywanie oraz interaktywną analizę zawartości
121ramek oraz ponad stu protokołów sieciowych. Wireshark posiada wiele
122użytecznych cech, takich jak rozbudowany język filtrów wyświetlania,
123możliwość oglądania przebiegu sesji TCP oraz możliwość dołączania
3993f161 124wtyczek (plug-ins).
c06ca841 125
bd5a719c 126%description -l pt_BR.UTF-8
cfa18346 127O Wireshark é um analisador de protocolo de rede baseado no QT.
bd307bb2 128
bd5a719c
JR
129%description -l ru.UTF-8
130Wireshark - это анализатор сетевого траффика для Unix-подобных ОС. Он
cfa18346 131базируется на QT и libpcap.
8cadd9c5 132
bd5a719c
JR
133%description -l uk.UTF-8
134Wireshark - це аналізатор мережевого трафіку для Unix-подібних ОС. Він
cfa18346 135базується на QT та libpcap.
8cadd9c5 136
8556fd8d 137%package common
138Summary: Network traffic and protocol analyzer - common files
301eb42a 139Summary(pl.UTF-8): Analizator ruchu i protokołów sieciowych - wspólne pliki
8556fd8d 140Group: Networking
c0f52847 141Requires(post,postun): /sbin/setcap
6101a021 142Requires: %{name}-libs = %{version}-%{release}
a1bf2ada 143Requires: gnutls >= 3.5.8
d2bee84f 144Requires: libpcap >= 0.4
6101a021 145Requires: libssh >= 0.6.0
2fc873c0 146Provides: ethereal-common
3db19835 147Provides: group(wireshark)
d2bee84f 148Provides: wireshark-tools
9f1b442d
JB
149Obsoletes: ethereal-common < 1
150Obsoletes: wireshark-tools < 1.0.3-3
8556fd8d 151
152%description common
3564cfa5 153Wireshark is the name for powerful graphical network sniffer, traffic
cfa18346 154and protocol analyzer based on QT and libpcap libraries. It lets you
8556fd8d 155capture and interactively browse the contents of network frames with
3564cfa5 156vast knowledge of more than 100 network protocols. Wireshark has
8556fd8d 157severeal useful features, including a rich display filter language,
158the ability to view the ASCII contents of a TCP connection and plug-in
159capabilities.
160
d2bee84f
JB
161This package provides the shared library, plugins, data and a set of
162tools for manipulating capture files. It contains:
4d6dc41b
AO
163- capinfos - prints informatio about binary capture files,
164- captype - prints the file types of capture files,
9b0cad4e 165- dftest - shows display filter byte-code,
ad479611 166- dumpcap - dumps network traffic to a file,
9b0cad4e 167- editcap - edit and/or translate the format of capture files,
9b0cad4e 168- mergecap - merges two capture files into one,
ad479611
AG
169- randpkt - generates libpcap trace file full of random packets,
170- rawshark - dumps and analyzes raw libpcap data,
9b0cad4e
AG
171- text2cap - generate a capture file from an ASCII hexdump of packets.
172
bd5a719c
JR
173%description common -l es.UTF-8
174Analizador de tráfico de red.
8556fd8d 175
bd5a719c
JR
176%description common -l pl.UTF-8
177Wireshark jest potężnym, graficznym snifferem, analizatorem ruchu oraz
cfa18346 178protokołów sieciowych opartym na bibliotekach QT oraz libpcap.
bd5a719c
JR
179Umożliwia on przechwytywanie oraz interaktywną analizę zawartości
180ramek oraz ponad stu protokołów sieciowych. Wireshark posiada wiele
181użytecznych cech, takich jak rozbudowany język filtrów wyświetlania,
182możliwość oglądania przebiegu sesji TCP oraz możliwość dołączania
8556fd8d 183wtyczek (plug-ins).
184
d2bee84f
JB
185Ten pakiet ten zawiera bibliotekę współdzieloną, wtyczki, dane oraz
186zestaw narzędzi do obróbki plików z przechwyconymi pakietami,
187obejmujący:
4d6dc41b
AO
188- capinfos - do wyświetlania informacji o binarnych plikach zrzutu,
189- captype - do wyświetlania rodzaju plików zrzutu,
a8a05b82 190- dftest - do pokazywania bajtkodu filtrów wyświetlania,
ad479611 191- dumpcap - do zrzucania ruchu sieciowego do pliku,
9b0cad4e 192- editcap - do edycji plików i tłumaczenia ich na inne formaty,
9b0cad4e 193- mergecap - do łączenia dwóch plików w jeden,
ad479611
AG
194- randpkt - do generowania plikow cap z losowymi danymi,
195- rawshark - do obróbki plików cap,
9b0cad4e
AG
196- text2cap - do generowania pliku cap z szesnastkowego zrzutu ASCII
197 pakietów.
198
bd5a719c 199%description common -l pt_BR.UTF-8
cfa18346 200O Wireshark é um analisador de protocolo de rede baseado no QT.
8556fd8d 201
bd5a719c
JR
202%description common -l ru.UTF-8
203Wireshark - это анализатор сетевого траффика для Unix-подобных ОС. Он
cfa18346 204базируется на QT и libpcap.
9a51ce65 205
bd5a719c
JR
206%description common -l uk.UTF-8
207Wireshark - це аналізатор мережевого трафіку для Unix-подібних ОС. Він
cfa18346 208базується на QT та libpcap.
13dcc98b 209
3564cfa5 210%package -n twireshark
87fe533f 211Summary: Text-mode network traffic and protocol analyzer
301eb42a
ER
212Summary(pl.UTF-8): Tekstowy analizator ruchu i protokołów sieciowych
213Summary(pt_BR.UTF-8): Analisador modo texto de tráfego de rede (sniffer)
9a51ce65 214Group: Networking
d1cb25db 215Requires: %{name}-common = %{version}-%{release}
9a51ce65 216Requires: libpcap >= 0.4
2fc873c0 217Provides: tethereal
9f1b442d 218Obsoletes: tethereal < 1
9a51ce65 219
3564cfa5
AM
220%description -n twireshark
221Twireshark is a network protocol analyzer. It lets you capture packet
9a51ce65 222data from a live network, or read packets from a previously saved
223capture file, either printing a decoded form of those packets to the
3564cfa5 224standard output or writing the packets to a file. Twireshark's native
9a51ce65 225capture file format is libpcap format, which is also the format used
226by tcpdump and various other tools.
227
bd5a719c
JR
228%description -n twireshark -l pl.UTF-8
229Twireshark jest analizatorem protokołów sieciowych. Pozwala na
230przechwytywanie pakietów z sieci lub wczytywanie danych z pliku.
231Zdekodowany wynik (a twireshark zna ponad 100 rozmaitych protokołów
232sieciowych!) jest wyświetlony na ekranie. Natywnym formatem plików
233tetherala jest format libpcap, tak więc jest on kompatybilny z
234tcpdumpem i innymi podobnymi narzędziami.
9a51ce65 235
bd5a719c
JR
236%description -n twireshark -l pt_BR.UTF-8
237Esta é uma versão para modo texto do analisador de tráfego de rede
3564cfa5 238Wireshark.
9a51ce65 239
6101a021
JB
240%package libs
241Summary: Wireshark packet capture and dissection libraries
242Summary(pl.UTF-8): Biblioteki Wiresharka do przechwytywania i sekcji pakietów
3d4f4fbf 243Group: Libraries
a1bf2ada
KM
244Requires: c-ares >= 1.13.0
245Requires: glib2 >= 1:2.50.0
7712980a 246Requires: libgcrypt >= 1.8.0
9c2845b9 247Requires: libnl >= 3.2
7712980a 248Requires: zstd >= 1.0.0
6101a021 249Obsoletes: libwiretap < 2.4.0
3d4f4fbf 250
6101a021
JB
251%description libs
252Wireshark packet capture and dissection libraries.
3d4f4fbf 253
6101a021
JB
254%description libs -l pl.UTF-8
255Biblioteki Wiresharka do przechwytywania i sekcji pakietów.
3d4f4fbf 256
6101a021
JB
257%package devel
258Summary: Header files for Wireshark libraries
259Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Wiresharka
2bb0e3ef 260Group: Development/Libraries
6101a021 261Requires: %{name}-libs = %{version}-%{release}
a1bf2ada 262Requires: glib2-devel >= 1:2.50.0
7712980a 263Requires: libgcrypt-devel >= 1.8.0
eb0e86a1 264Requires: libnl-devel >= 3.2
6101a021 265Obsoletes: libwiretap-devel < 2.4.0
2bb0e3ef 266
6101a021
JB
267%description devel
268Header files for Wireshark libraries.
2bb0e3ef 269
6101a021
JB
270%description devel -l pl.UTF-8
271Pliki nagłówkowe bibliotek Wiresharka.
2bb0e3ef 272
c06ca841 273%prep
3db19835 274%setup -q
6682782e 275
c06ca841 276%build
c0f52847
JB
277install -d build
278cd build
279%cmake .. \
280 -DBUILD_androiddump=ON \
281 -DBUILD_corbaidl2wrs=ON \
282 -DBUILD_dcerpcidl2wrs=ON \
283 -DBUILD_mmdbresolve=ON \
284 -DBUILD_randpktdump=ON \
285 -DBUILD_tfshark=OFF \
286 -DBUILD_wireshark=ON \
287 -DCMAKE_INSTALL_DATADIR:PATH=share/wireshark \
288 -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
289 -DDISABLE_WERROR=ON \
290 -DENABLE_LUA=ON \
291 -DENABLE_NETLINK=ON \
292 -DENABLE_PLUGINS=ON \
293 -DENABLE_PORTAUDIO=ON \
294 -DENABLE_QT5=ON \
295 -DENABLE_SMI=ON
6682782e 296
47b29440 297%{__make}
c06ca841 298
299%install
300rm -rf $RPM_BUILD_ROOT
301
c0f52847 302%{__make} -C build install \
c335c139 303 DESTDIR=$RPM_BUILD_ROOT
c06ca841 304
c0f52847
JB
305# used by installed headers, but not installed by cmake
306cp -p build/config.h $RPM_BUILD_ROOT%{_includedir}/wireshark
d2bee84f 307
c06ca841 308%clean
309rm -rf $RPM_BUILD_ROOT
310
3fff464a 311%post
c0f52847 312%update_icon_cache hicolor
49239b9a 313%update_desktop_database_post
d2bee84f
JB
314%update_mime_database
315
ec8bfdcc 316%postun
c0f52847 317%update_icon_cache hicolor
49239b9a 318%update_desktop_database_postun
d2bee84f
JB
319%update_mime_database
320
eb0e86a1 321%pre common
3db19835
ER
322%groupadd -P %{name}-common -g 104 wireshark
323
324%post common
3db19835
ER
325/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' %{_bindir}/dumpcap
326exit 0
327
328%postun common
3db19835
ER
329if [ "$1" = "0" ]; then
330 %groupremove wireshark
331fi
3d4f4fbf 332
6101a021
JB
333%post libs -p /sbin/ldconfig
334%postun libs -p /sbin/ldconfig
3d4f4fbf 335
ec8bfdcc 336%if %{with gui}
681bd53b
JB
337%files
338%defattr(644,root,root,755)
3564cfa5 339%attr(755,root,root) %{_bindir}/wireshark
603e999e 340%{_desktopdir}/org.wireshark.Wireshark.desktop
c0f52847 341%{_datadir}/%{name}
603e999e
KM
342%{_datadir}/metainfo/org.wireshark.Wireshark.metainfo.xml
343%{_datadir}/mime/packages/org.wireshark.Wireshark.xml
344%{_iconsdir}/hicolor/16x16/apps/org.wireshark.Wireshark.png
345%{_iconsdir}/hicolor/16x16/mimetypes/org.wireshark.Wireshark-mimetype.png
346%{_iconsdir}/hicolor/24x24/apps/org.wireshark.Wireshark.png
347%{_iconsdir}/hicolor/24x24/mimetypes/org.wireshark.Wireshark-mimetype.png
348%{_iconsdir}/hicolor/32x32/apps/org.wireshark.Wireshark.png
349%{_iconsdir}/hicolor/32x32/mimetypes/org.wireshark.Wireshark-mimetype.png
350%{_iconsdir}/hicolor/48x48/apps/org.wireshark.Wireshark.png
351%{_iconsdir}/hicolor/48x48/mimetypes/org.wireshark.Wireshark-mimetype.png
352%{_iconsdir}/hicolor/64x64/apps/org.wireshark.Wireshark.png
353%{_iconsdir}/hicolor/64x64/mimetypes/org.wireshark.Wireshark-mimetype.png
354%{_iconsdir}/hicolor/128x128/apps/org.wireshark.Wireshark.png
355%{_iconsdir}/hicolor/128x128/mimetypes/org.wireshark.Wireshark-mimetype.png
356%{_iconsdir}/hicolor/256x256/apps/org.wireshark.Wireshark.png
357%{_iconsdir}/hicolor/256x256/mimetypes/org.wireshark.Wireshark-mimetype.png
358%{_iconsdir}/hicolor/scalable/apps/org.wireshark.Wireshark.svg
3564cfa5 359%{_mandir}/man1/wireshark.1*
f362b44f 360%endif
681bd53b 361
8556fd8d 362%files common
69177e7d 363%defattr(644,root,root,755)
3ab5984d 364%doc AUTHORS* ChangeLog NEWS README.md README.linux doc/README.*
5ab012f2 365%dir %{_libdir}/%{name}/extcap
f362b44f 366%dir %{_libdir}/%{name}/plugins
16236945
KM
367%dir %{_libdir}/%{name}/plugins/%{branch_ver}
368%dir %{_libdir}/%{name}/plugins/%{branch_ver}/codecs
369%dir %{_libdir}/%{name}/plugins/%{branch_ver}/epan
370%dir %{_libdir}/%{name}/plugins/%{branch_ver}/wiretap
fbffe58a 371%attr(755,root,root) %{_libdir}/%{name}/extcap/androiddump
6101a021 372%attr(755,root,root) %{_libdir}/%{name}/extcap/ciscodump
fbffe58a
AG
373%attr(755,root,root) %{_libdir}/%{name}/extcap/dpauxmon
374%attr(755,root,root) %{_libdir}/%{name}/extcap/randpktdump
6101a021 375%attr(755,root,root) %{_libdir}/%{name}/extcap/sshdump
fbffe58a 376%attr(755,root,root) %{_libdir}/%{name}/extcap/sdjournal
6101a021 377%attr(755,root,root) %{_libdir}/%{name}/extcap/udpdump
a1bf2ada 378%attr(755,root,root) %{_libdir}/%{name}/extcap/wifidump
16236945
KM
379%attr(755,root,root) %{_libdir}/%{name}/plugins/%{branch_ver}/codecs/*.so
380%attr(755,root,root) %{_libdir}/%{name}/plugins/%{branch_ver}/epan/*.so
381%attr(755,root,root) %{_libdir}/%{name}/plugins/%{branch_ver}/wiretap/*.so
61c15373 382%attr(755,root,root) %{_bindir}/capinfos
4d6dc41b 383%attr(755,root,root) %{_bindir}/captype
3db19835 384%attr(750,root,wireshark) %{_bindir}/dumpcap
9a51ce65 385%attr(755,root,root) %{_bindir}/editcap
fbffe58a 386%attr(755,root,root) %{_bindir}/idl2wrs
7d460fd4 387%attr(755,root,root) %{_bindir}/mergecap
2b45c3c4 388%attr(755,root,root) %{_bindir}/mmdbresolve
7d460fd4 389%attr(755,root,root) %{_bindir}/randpkt
38791bb5 390%attr(755,root,root) %{_bindir}/rawshark
5bc49780 391%attr(755,root,root) %{_bindir}/reordercap
6101a021 392%attr(755,root,root) %{_bindir}/sharkd
38791bb5 393%attr(755,root,root) %{_bindir}/text2pcap
3d79ff95 394%{_mandir}/man1/androiddump.1*
38791bb5 395%{_mandir}/man1/capinfos.1*
3ab5984d 396%{_mandir}/man1/captype.1*
2b45c3c4 397%{_mandir}/man1/ciscodump.1*
b314d27d 398%{_mandir}/man1/dftest.1*
c0f52847 399%{_mandir}/man1/dpauxmon.1*
38791bb5
JB
400%{_mandir}/man1/dumpcap.1*
401%{_mandir}/man1/editcap.1*
603e999e 402%{_mandir}/man1/etwdump.1.*
c0f52847 403%{_mandir}/man1/idl2wrs.1*
38791bb5 404%{_mandir}/man1/mergecap.1*
2b45c3c4 405%{_mandir}/man1/mmdbresolve.1*
38791bb5 406%{_mandir}/man1/rawshark.1*
b314d27d 407%{_mandir}/man1/randpkt.1*
5ab012f2 408%{_mandir}/man1/randpktdump.1*
5bc49780 409%{_mandir}/man1/reordercap.1*
c0f52847 410%{_mandir}/man1/sdjournal.1*
6101a021 411%{_mandir}/man1/sshdump.1*
38791bb5 412%{_mandir}/man1/text2pcap.1*
e8c5abe8 413%{_mandir}/man1/udpdump.1*
a1bf2ada 414%{_mandir}/man1/wifidump.1*
5ab012f2 415%{_mandir}/man4/extcap.4*
9b0cad4e 416%{_mandir}/man4/wireshark-filter.4*
9a51ce65 417
3564cfa5 418%files -n twireshark
5077cd31 419%defattr(644,root,root,755)
3564cfa5 420%attr(755,root,root) %{_bindir}/tshark
b314d27d 421%{_mandir}/man1/tshark*.1*
2bb0e3ef 422
6101a021 423%files libs
2bb0e3ef 424%defattr(644,root,root,755)
6101a021 425%attr(755,root,root) %{_libdir}/libwireshark.so.*.*.*
a1bf2ada 426%attr(755,root,root) %ghost %{_libdir}/libwireshark.so.16
3d4f4fbf 427%attr(755,root,root) %{_libdir}/libwiretap.so.*.*.*
a1bf2ada 428%attr(755,root,root) %ghost %{_libdir}/libwiretap.so.13
eb0e86a1 429%attr(755,root,root) %{_libdir}/libwsutil.so.*.*.*
a1bf2ada 430%attr(755,root,root) %ghost %{_libdir}/libwsutil.so.14
c0f52847 431%dir %{_libdir}/%{name}
3d4f4fbf 432
6101a021 433%files devel
3d4f4fbf 434%defattr(644,root,root,755)
c0f52847 435%doc wiretap/{README,README.airmagnet}
6101a021 436%attr(755,root,root) %{_libdir}/libwireshark.so
3d4f4fbf 437%attr(755,root,root) %{_libdir}/libwiretap.so
d88a1752 438%attr(755,root,root) %{_libdir}/libwsutil.so
6101a021
JB
439%{_includedir}/wireshark
440%{_pkgconfigdir}/wireshark.pc
c0f52847 441%{_libdir}/%{name}/cmake
This page took 0.416087 seconds and 4 git commands to generate.