Accepting request 701360 from home:rfrohl:branches:network:utilities
should finally fix libvirt build problem OBS-URL: https://build.opensuse.org/request/show/701360 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=273
This commit is contained in:
parent
5c148bec76
commit
843cfb1c8a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 15:47:01 UTC 2019 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
- Added config.h again, which got lost during the wireshark 3 update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 07:38:06 UTC 2019 - Robert Frohl <rfrohl@suse.com>
|
||||
|
||||
|
@ -151,7 +151,8 @@ Group: Productivity/Networking/Diagnostic
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-ui = %{version}
|
||||
# gtk is the deprecated ui so ensure its uninstall
|
||||
Obsoletes: %{name}-ui-gtk
|
||||
Provides: %{name}-ui-gtk = %{version}
|
||||
Obsoletes: %{name}-ui-gtk < %{version}
|
||||
|
||||
%description ui-qt
|
||||
This package contains the Qt based UI for Wireshark.
|
||||
@ -166,8 +167,7 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep SHA256 | head -n1 | cut
|
||||
sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark*.desktop
|
||||
|
||||
%build
|
||||
|
||||
%cmake
|
||||
%cmake -DCMAKE_INSTALL_LIBDIR='lib64/'
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -199,6 +199,7 @@ mkdir -p "${IDIR}/epan/wmem"
|
||||
mkdir -p "${IDIR}/wiretap"
|
||||
mkdir -p "${IDIR}/wsutil"
|
||||
install -m 644 *.h "${IDIR}/"
|
||||
install -m 644 build/config.h "${IDIR}/"
|
||||
install -m 644 epan/*.h "${IDIR}/epan/"
|
||||
install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
|
||||
install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes"
|
||||
@ -273,6 +274,7 @@ exit 0
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wireshark
|
||||
%{_includedir}/wireshark/config.h
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/wireshark.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user