diff --git a/wireshark.spec b/wireshark.spec index f6485da..6e4bed0 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -244,44 +244,6 @@ mv %{buildroot}%{_bindir}/wireshark %{buildroot}%{_bindir}/wireshark-qt touch %{buildroot}%{_bindir}/%{name} -# Register as an application to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < - - - - wireshark.desktop - CC0-1.0 - -

- Wireshark is an essential tool to capture and analyze the packets - arriving or leaving the network interface. - It is almost a GUI equivalent of the classic unix tool tcpdump. -

-

- Wireshark has a easy to use GUI to capture the packets matching the - filter, on the mentioned interface and save them for later analysis. -

-
- http://www.wireshark.org - - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/wireshark/a.png - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/wireshark/b.png - - https://www.wireshark.org/lists/ -
-EOF - # Remove libtool archives and static libs find %{buildroot} -type f -name "*.la" -delete