aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-16 00:34:48 +0100
committerJoão Valverde <j@v6e.pt>2017-10-15 23:36:44 +0000
commit21c030ca752cdc9eaf3c5da4a0ade533f24cf1c2 (patch)
tree9fb078c4cf260d97db6abb0550bf09d452fe1375 /packaging/rpm
parent55e050383082907c3054f65063f7ba77f609ab2b (diff)
packaging: Fix RPM spec file
Change-Id: Ib05cfeb9ef553ebd69e388e6ba00ddf751deb686 Reviewed-on: https://code.wireshark.org/review/23934 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 827f446e9c..51eef46db4 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -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