SHA256
1
0
forked from pool/wireshark

Accepting request 249679 from network:utilities

1

OBS-URL: https://build.opensuse.org/request/show/249679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=87
This commit is contained in:
Stephan Kulow 2014-09-17 15:26:47 +00:00 committed by Git OBS Bridge
commit 6f527ca684
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 15 02:24:53 UTC 2014 - crrodriguez@opensuse.org
- Current versions support lua 5.2, so just use "lua-devel"
in BuildRequires.
- Enable verbose build, rpmlint counts on that.
-------------------------------------------------------------------
Sun Aug 17 16:08:46 UTC 2014 - andreas.stieger@gmx.de

View File

@ -64,12 +64,7 @@ BuildRequires: libgcrypt-devel >= 1.1.92
BuildRequires: libgnutls-devel
BuildRequires: libpcap-devel
BuildRequires: libsmi-devel
# required for Lua support in openSUSE 12.2 and later [bnc#780669]
%if 0%{?suse_version} >= 1220
BuildRequires: lua51-devel
%else
BuildRequires: lua-devel
%endif
BuildRequires: net-snmp-devel
BuildRequires: openssl-devel
BuildRequires: pcre-devel
@ -197,7 +192,7 @@ sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' wireshark
--with-gcrypt=yes \
--with-plugins=%{_libdir}/%{name}/plugins/%{version}
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
make DESTDIR=%{buildroot} install