Blame wireshark-0006-Add-pkgconfig-entry.patch

Peter Hatina fe8eca
commit 7a47641e4b8b152264bb5d85807821a3d982eeae
Peter Hatina fe8eca
Author: Radek Vokal <rvokal@fedoraproject.org>
Peter Hatina fe8eca
Date:   Wed Jan 6 09:37:49 2016 +0100
5579c4
Peter Hatina fe8eca
    Add pkgconfig entry
5579c4
5579c4
diff --git a/wireshark.pc.in b/wireshark.pc.in
Peter Hatina c9a65b
index 5889178..1e1b62f 100644
d3e571
--- a/wireshark.pc.in
5579c4
+++ b/wireshark.pc.in
Peter Hatina c9a65b
@@ -6,9 +6,9 @@ sharedlibdir=${libdir}
Peter Hatina c9a65b
 plugindir=@plugindir@
d3e571
 
Peter Hatina c9a65b
 Name: Wireshark
Peter Hatina c9a65b
-Description: Network Packet Dissection Library
Peter Hatina c9a65b
-Version: @VERSION@
5579c4
+Description: Network Traffic Analyzer
5579c4
+Version: @PACKAGE_VERSION@
Peter Hatina c9a65b
 
Peter Hatina c9a65b
-Requires: glib-2.0, gmodule-2.0, gthread-2.0
Peter Hatina c9a65b
-Libs: -L${libdir} -lwireshark
Peter Hatina c9a65b
-Cflags: -I${includedir}/wireshark
Peter Hatina c9a65b
+Requires: Qt, glib-2.0, gmodule-2.0, gthread-2.0
5579c4
+Libs: -L@libdir@ -lwireshark -lwiretap
5579c4
+Cflags: -DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -I@includedir@/wireshark -I@includedir@/wireshark/epan