Accepting request 663770 from home:jengelh:branches:server:monitoring
- Compact descriptions of all but the most promiment package (libndpi2) for size. Trim bias and metadata redundancies, too. OBS-URL: https://build.opensuse.org/request/show/663770 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/ndpi?expand=0&rev=5
This commit is contained in:
parent
503846e3b0
commit
24360f7f5d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 17:01:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Compact descriptions of all but the most promiment package
|
||||||
|
(libndpi2) for size. Trim bias and metadata redundancies, too.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 7 21:52:45 UTC 2019 - mardnh@gmx.de
|
Mon Jan 7 21:52:45 UTC 2019 - mardnh@gmx.de
|
||||||
|
|
||||||
|
51
ndpi.spec
51
ndpi.spec
@ -45,28 +45,21 @@ BuildRequires: pkgconfig(libhs)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
|
nDPI is a ntop-maintained superset of the OpenDPI library. It extends
|
||||||
under the LGPL license, its goal is to extend the original library by adding
|
the original library by adding new protocols that are otherwise
|
||||||
new protocols that are otherwise available only on the paid version of OpenDPI.
|
available only on the paid version of OpenDPI.
|
||||||
In addition to Unix platforms, we also support Windows, in order to provide
|
|
||||||
you a cross-platform DPI experience. Furthermore, we have modified nDPI do be
|
|
||||||
more suitable for traffic monitoring applications, by disabling specific
|
|
||||||
features that slow down the DPI engine while being them un-necessary for
|
|
||||||
network traffic monitoring.
|
|
||||||
|
|
||||||
%package -n libndpi%{sover}
|
%package -n libndpi%{sover}
|
||||||
Summary: Extensible deep packet inspection library
|
Summary: Extensible deep packet inspection library
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libndpi%{sover}
|
%description -n libndpi%{sover}
|
||||||
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
|
nDPI is a ntop-maintained superset of the OpenDPI library. It extends
|
||||||
under the LGPL license, its goal is to extend the original library by adding
|
the original library by adding new protocols that are otherwise
|
||||||
new protocols that are otherwise available only on the paid version of OpenDPI.
|
available only on the paid version of OpenDPI. nDPI was modified to
|
||||||
In addition to Unix platforms, we also support Windows, in order to provide
|
be more suitable for traffic monitoring applications, by disabling
|
||||||
you a cross-platform DPI experience. Furthermore, we have modified nDPI do be
|
specific features that slow down the DPI engine while being them
|
||||||
more suitable for traffic monitoring applications, by disabling specific
|
un-necessary for network traffic monitoring.
|
||||||
features that slow down the DPI engine while being them un-necessary for
|
|
||||||
network traffic monitoring.
|
|
||||||
|
|
||||||
%package -n libndpi-devel
|
%package -n libndpi-devel
|
||||||
Summary: Development headers for nNDPI
|
Summary: Development headers for nNDPI
|
||||||
@ -74,14 +67,9 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: libndpi%{sover} = %{version}
|
Requires: libndpi%{sover} = %{version}
|
||||||
|
|
||||||
%description -n libndpi-devel
|
%description -n libndpi-devel
|
||||||
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
|
nDPI is a ntop-maintained superset of the OpenDPI library. It extends
|
||||||
under the LGPL license, its goal is to extend the original library by adding
|
the original library by adding new protocols that are otherwise
|
||||||
new protocols that are otherwise available only on the paid version of OpenDPI.
|
available only on the paid version of OpenDPI.
|
||||||
In addition to Unix platforms, we also support Windows, in order to provide
|
|
||||||
you a cross-platform DPI experience. Furthermore, we have modified nDPI do be
|
|
||||||
more suitable for traffic monitoring applications, by disabling specific
|
|
||||||
features that slow down the DPI engine while being them un-necessary for
|
|
||||||
network traffic monitoring.
|
|
||||||
|
|
||||||
This package contains the Development headers for libndpi.
|
This package contains the Development headers for libndpi.
|
||||||
|
|
||||||
@ -90,14 +78,9 @@ Summary: Tools for nNDPI
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n ndpi-tools
|
%description -n ndpi-tools
|
||||||
nDPI is a ntop-maintained superset of the popular OpenDPI library. Released
|
nDPI is a ntop-maintained superset of the OpenDPI library. It extends
|
||||||
under the LGPL license, its goal is to extend the original library by adding
|
the original library by adding new protocols that are otherwise
|
||||||
new protocols that are otherwise available only on the paid version of OpenDPI.
|
available only on the paid version of OpenDPI.
|
||||||
In addition to Unix platforms, we also support Windows, in order to provide
|
|
||||||
you a cross-platform DPI experience. Furthermore, we have modified nDPI do be
|
|
||||||
more suitable for traffic monitoring applications, by disabling specific
|
|
||||||
features that slow down the DPI engine while being them un-necessary for
|
|
||||||
network traffic monitoring.
|
|
||||||
|
|
||||||
This package contains the ndpiReader binary.
|
This package contains the ndpiReader binary.
|
||||||
|
|
||||||
@ -115,7 +98,7 @@ sed -i 's/lib64/lib/g' src/lib/Makefile.in
|
|||||||
%if 0%{with hyperscan}
|
%if 0%{with hyperscan}
|
||||||
--with-hyperscan \
|
--with-hyperscan \
|
||||||
%endif
|
%endif
|
||||||
--prefix=/usr
|
--prefix="%{_prefix}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user