update to 0.96 [release 0.96-1mamba;Wed Feb 10 2021]
This commit is contained in:
parent
4208aa43ab
commit
e94798d938
@ -1,15 +1,20 @@
|
|||||||
Name: chaosreader
|
Name: chaosreader
|
||||||
Version: 0.94
|
Version: 0.96
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An open source tool to trace TCP/UDP/... sessions and fetch application data
|
Summary: An open source tool to trace TCP/UDP/... sessions and fetch application data
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://www.brendangregg.com/chaosreader.html
|
URL: https://github.com/brendangregg/Chaosreader
|
||||||
Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
|
Source: https://github.com/brendangregg/Chaosreader.git/%{version}/Chaosreader-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: perl-Net-DNS
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,15 +24,16 @@ A html index file is created that links to all the session details, including re
|
|||||||
Chaosreader can also run in standalone mode - where it invokes tcpdump or snoop (if they are available) to create the log files and then processes them.
|
Chaosreader can also run in standalone mode - where it invokes tcpdump or snoop (if they are available) to create the log files and then processes them.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%setup -q -n Chaosreader-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -D -m 755 %{S:0} \
|
install -D -m 755 chaosreader \
|
||||||
%{buildroot}%{_bindir}/%{name}
|
%{buildroot}%{_bindir}/chaosreader
|
||||||
|
|
||||||
%{buildroot}%{_bindir}/%{name} --help2 > README
|
#%{buildroot}%{_bindir}/%{name} --help2 > README
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -35,9 +41,12 @@ install -D -m 755 %{S:0} \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%doc README
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.96-1mamba
|
||||||
|
- update to 0.96
|
||||||
|
|
||||||
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.94-2mamba
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.94-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
6832
chaosreader0.94
6832
chaosreader0.94
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user