packaging: Fix RPM spec file

Change-Id: Ib05cfeb9ef553ebd69e388e6ba00ddf751deb686
Reviewed-on: https://code.wireshark.org/review/23934
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-10-16 00:34:48 +01:00 committed by João Valverde
parent 55e0503830
commit 21c030ca75
1 changed files with 2 additions and 1 deletions

View File

@ -450,7 +450,7 @@ fi
%endif
%{_libdir}/lib*.so*
%exclude %{_libdir}/%{name}/plugins/%{package_version}/*.la
%exclude %{_libdir}/%{name}/plugins/@VERSION_RELEASE@/*.la
%exclude %{_libdir}/*.la
%{_libdir}/wireshark
%{_libdir}/pkgconfig/wireshark.pc
@ -463,6 +463,7 @@ fi
%{_mandir}/man1/*
%{_mandir}/man4/*
%{_datadir}/wireshark
%{_includedir}/wireshark
%if 0%{?install_ld_so_conf}
/etc/ld.so.conf.d/wireshark.conf
%endif