Build with lua support (resolves: #1259623)
This commit is contained in:
parent
7e59e98470
commit
36d02cfdf2
@ -1,11 +1,11 @@
|
|||||||
%global with_lua 0
|
%global with_lua 1
|
||||||
%global with_portaudio 1
|
%global with_portaudio 1
|
||||||
%global with_GeoIP 1
|
%global with_GeoIP 1
|
||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
@ -64,7 +64,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: GeoIP-devel
|
BuildRequires: GeoIP-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_lua}
|
%if %{with_lua}
|
||||||
BuildRequires: lua-devel
|
BuildRequires: compat-lua-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool, automake, autoconf
|
BuildRequires: libtool, automake, autoconf
|
||||||
Buildrequires: git
|
Buildrequires: git
|
||||||
@ -428,6 +428,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-2
|
||||||
|
- Build with lua support (resolves: #1259623)
|
||||||
|
|
||||||
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-1
|
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-1
|
||||||
- New upstream release 2.2.6
|
- New upstream release 2.2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user