From a5aab2432104fa1c057e4beda37f51b465ae5b9e Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 18 Sep 2014 11:47:21 -0400 Subject: Add an appdata entry for Wireshark. Based on the one from Richard Hughes. A French translation of the description field is included. Links to two screenshots are provided--they are stored in my home directory on wireshark.org (for lack of a better place that I can put them). Bug: 10479 Change-Id: Ida9b9e46c0fb23a7baff50f98afa597b25b8ca54 Reviewed-on: https://code.wireshark.org/review/4178 Reviewed-by: Jeff Morriss --- packaging/rpm/SPECS/wireshark.spec.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packaging/rpm') diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index 1099ab940f..bce5753110 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -105,6 +105,8 @@ Requires(pre): shadow-utils BuildRequires: rpm >= 4.7.0 %endif +# NOTE: the below description has been copied to wireshark.appdata.xml (in the +# top-level directory). %description Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, @@ -370,6 +372,7 @@ fi %files qt %defattr(-,root,root) %{_datadir}/applications/wireshark.desktop +%{_datadir}/appdata/wireshark.appdata.xml %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/mimetypes/* %{_datadir}/mime/packages/wireshark.xml @@ -382,6 +385,7 @@ fi %files gnome %defattr(-,root,root) %{_datadir}/applications/wireshark.desktop +%{_datadir}/appdata/wireshark.appdata.xml %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/mimetypes/* %{_datadir}/mime/packages/wireshark.xml @@ -391,6 +395,9 @@ fi %endif %changelog +* Thu Jan 22 2015 Jeff Morriss +- Add appdata file. + * Tue Jan 20 2015 Jeff Morriss - Make the license tag more specific: Wireshark is GPLv2+. -- cgit v1.2.1