SHA256
1
0
forked from pool/wireshark

Accepting request 199674 from home:FunkyM:branches:network:utilities

Add missing ws_symbol_export.h and frame_data_sequence.h includes to -devel package to allow building of external plugins again

OBS-URL: https://build.opensuse.org/request/show/199674
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=99
This commit is contained in:
Andreas Stieger 2013-09-19 06:57:43 +00:00 committed by Git OBS Bridge
parent 7a9134a6cb
commit f3b1a9b8a1
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 19 00:46:02 UTC 2013 - opensuse@sukimashita.com
- add missing ws_symbol_export.h and frame_data_sequence.h includes
to -devel package to allow building of external plugins again
-------------------------------------------------------------------
Wed Sep 11 20:34:17 UTC 2013 - andreas.stieger@gmx.de

View File

@ -172,6 +172,7 @@ mkdir -p "${IDIR}/wiretap"
mkdir -p "${IDIR}/wsutil"
install -m 644 color.h config.h register.h "${IDIR}/"
install -m 644 cfile.h file.h "${IDIR}/"
install -m 644 frame_data_sequence.h "${IDIR}/"
install -m 644 packet-range.h print.h "${IDIR}/"
install -m 644 epan/*.h "${IDIR}/epan/"
install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
@ -180,6 +181,7 @@ install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
install -m 644 wiretap/*.h "${IDIR}/wiretap"
install -m 644 wsutil/*.h "${IDIR}/wsutil"
install -m 644 ws_symbol_export.h "${IDIR}/"
install -D -m 0644 image/wsicon48.png %{buildroot}%{_datadir}/pixmaps/wireshark.png
install -D -m 0644 wireshark.desktop %{buildroot}%{_datadir}/applications/wireshark.desktop