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
|
||||
Version: 0.94
|
||||
Release: 2mamba
|
||||
Version: 0.96
|
||||
Release: 1mamba
|
||||
Summary: An open source tool to trace TCP/UDP/... sessions and fetch application data
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.brendangregg.com/chaosreader.html
|
||||
Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
|
||||
URL: https://github.com/brendangregg/Chaosreader
|
||||
Source: https://github.com/brendangregg/Chaosreader.git/%{version}/Chaosreader-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-Net-DNS
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q -n Chaosreader-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -m 755 %{S:0} \
|
||||
%{buildroot}%{_bindir}/%{name}
|
||||
install -D -m 755 chaosreader \
|
||||
%{buildroot}%{_bindir}/chaosreader
|
||||
|
||||
%{buildroot}%{_bindir}/%{name} --help2 > README
|
||||
#%{buildroot}%{_bindir}/%{name} --help2 > README
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -35,9 +41,12 @@ install -D -m 755 %{S:0} \
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%doc README
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- 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