aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-08-17 10:26:48 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-08-17 23:52:52 +0000
commitcdd3f45c6455012ea573c8324009838db2570286 (patch)
treef0cd9cce282fa2c95f3e8ab7d709c0a376168f84 /packaging/rpm
parent9cbcdee7538b8b22eb27e68d0697c3a15635960f (diff)
RPM: distribute the wireshark.pc file.
It's been installed since Idb60157a51ea1dd0afd6cfac695bfa5760485241. Change-Id: I2171f2a0bc9b05059b8ecf4451715f7f6d9506e3 Reviewed-on: https://code.wireshark.org/review/17113 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index ecb3a9d15b..a9b16c1c26 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -399,6 +399,7 @@ fi
%exclude %{_libdir}/%{name}/plugins/%{package_version}/*.la
%exclude %{_libdir}/*.la
%{_libdir}/wireshark
+%{_libdir}/pkgconfig/wireshark.pc
# Don't pick up the wireshark (GUI) man page
%exclude %{_mandir}/man1/wireshark.*
# Our RPMs use 'alternatives' to choose the Wireshark so it doesn't make sense
@@ -439,6 +440,9 @@ fi
%endif
%changelog
+* Wed Aug 17 2016 Jeff Morriss
+- wireshark.pc is now installed with Wireshark, include it in the RPM.
+
* Mon May 9 2016 Jeff Morriss
- Make autoconf, automake, flex, and bison optional: most users (who aren't
patching Wireshark) don't need them to build an RPM.