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
|
||||
Version: 2.0.2
|
||||
Version: 3.0.5
|
||||
Release: 1mamba
|
||||
Summary: Data Acquisition library
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://www.snort.org
|
||||
# 0.5: no direct link working; downloaded by hand
|
||||
Source: http://downloads.sourceforge.net/project/snort.mirror/Snort%20%{snortver}/daq-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.snort.org/
|
||||
Source: https://github.com/snort3/libdaq.git/v%{version}/libdaq-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -28,11 +28,13 @@ Requires: %{name} = %{version}
|
||||
|
||||
%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.
|
||||
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
|
||||
%setup -q -n daq-%{version}
|
||||
%setup -q
|
||||
./bootstrap
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -55,17 +57,20 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/daq-modules-config
|
||||
%{_bindir}/daqtest
|
||||
%{_bindir}/daqtest-static
|
||||
%{_includedir}/daq*.h
|
||||
%{_includedir}/sfbpf*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/daq/*.la
|
||||
%{_libdir}/daq/*.so
|
||||
%doc README
|
||||
%{_libdir}/pkgconfig/libdaq*.pc
|
||||
|
||||
%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
|
||||
- update to 2.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user