aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-09-18 11:47:21 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-02-18 01:50:56 +0000
commita5aab2432104fa1c057e4beda37f51b465ae5b9e (patch)
tree4100ae610764c97b5c1f5c35cbd2a10a8aea8e48 /packaging
parent909d891b267852d386f0e47cb4ccd818b7f99176 (diff)
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 <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in7
1 files changed, 7 insertions, 0 deletions
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+.