update to 3.0.5 [release 3.0.5-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
33d1db223c
commit
628a88bfb8
29
libdaq.spec
29
libdaq.spec
@ -1,20 +1,20 @@
|
|||||||
%define snortver 2.9.6.1
|
|
||||||
Name: libdaq
|
Name: libdaq
|
||||||
Version: 2.0.2
|
Version: 3.0.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Data Acquisition library
|
Summary: Data Acquisition library
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.snort.org
|
URL: https://www.snort.org/
|
||||||
# 0.5: no direct link working; downloaded by hand
|
Source: https://github.com/snort3/libdaq.git/v%{version}/libdaq-%{version}.tar.bz2
|
||||||
Source: http://downloads.sourceforge.net/project/snort.mirror/Snort%20%{snortver}/daq-%{version}.tar.gz
|
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libmnl-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,11 +28,13 @@ Requires: %{name} = %{version}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort.
|
DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n daq-%{version}
|
%setup -q
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -55,17 +57,20 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/daq-modules-config
|
%{_bindir}/daqtest
|
||||||
|
%{_bindir}/daqtest-static
|
||||||
%{_includedir}/daq*.h
|
%{_includedir}/daq*.h
|
||||||
%{_includedir}/sfbpf*.h
|
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/daq/*.la
|
%{_libdir}/daq/*.la
|
||||||
%{_libdir}/daq/*.so
|
%{_libdir}/daq/*.so
|
||||||
%doc README
|
%{_libdir}/pkgconfig/libdaq*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.5-1mamba
|
||||||
|
- update to 3.0.5
|
||||||
|
|
||||||
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||||
- update to 2.0.2
|
- update to 2.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user