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>
This commit is contained in:
Jeff Morriss 2016-08-17 10:26:48 -04:00
parent 9cbcdee753
commit cdd3f45c64
1 changed files with 4 additions and 0 deletions

View File

@ -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.