SHA256
1
0
forked from pool/wireshark

Accepting request 249183 from home:elvigia:branches:network:utilities

- Current versions support lua 5.2, so just use "lua-devel"
  in BuildRequires.
- Enable verbose build, rpmlint counts on that.

OBS-URL: https://build.opensuse.org/request/show/249183
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=123
This commit is contained in:
OBS User mrdocs 2014-09-16 20:25:04 +00:00 committed by Git OBS Bridge
parent fdcc01ec9f
commit 1c312a694f
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 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: libgnutls-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
BuildRequires: libsmi-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 BuildRequires: lua-devel
%endif
BuildRequires: net-snmp-devel BuildRequires: net-snmp-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pcre-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-gcrypt=yes \
--with-plugins=%{_libdir}/%{name}/plugins/%{version} --with-plugins=%{_libdir}/%{name}/plugins/%{version}
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%install %install
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install