fix missing ws_symbol_export.h
This commit is contained in:
parent
f0bdc15d66
commit
24e4abb7b7
@ -21,7 +21,7 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
@ -252,6 +252,7 @@ install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
|
|||||||
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
|
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
|
||||||
install -m 644 wiretap/*.h "${IDIR}/wiretap"
|
install -m 644 wiretap/*.h "${IDIR}/wiretap"
|
||||||
install -m 644 wsutil/*.h "${IDIR}/wsutil"
|
install -m 644 wsutil/*.h "${IDIR}/wsutil"
|
||||||
|
install -m 644 ws_symbol_export.h "${IDIR}/"
|
||||||
|
|
||||||
# Create pkg-config control file.
|
# Create pkg-config control file.
|
||||||
mkdir -p "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig"
|
mkdir -p "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig"
|
||||||
@ -374,6 +375,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-11
|
||||||
|
- fix missing ws_symbol_export.h
|
||||||
|
|
||||||
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
|
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
|
||||||
- fix tap iostat overflow
|
- fix tap iostat overflow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user