Accepting request 199689 from network:utilities

Add missing ws_symbol_export.h and frame_data_sequence.h includes to -devel package to allow building of external plugins again (forwarded request 199674 from FunkyM)

OBS-URL: https://build.opensuse.org/request/show/199689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=75
This commit is contained in:
Stephan Kulow 2013-09-23 09:22:04 +00:00 committed by Git OBS Bridge
commit 55cb1b05bb
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