mac-robber/mac-robber.spec
2022-11-16 16:32:14 +08:00

36 lines
958 B
RPMSpec

Name: mac-robber
Version: 1.02
Release: 19
Summary: Tool to create a timeline of file activity for mounted file systems
License: GPLv2+
URL: http://sourceforge.net/projects/mac-robber/
Source0: https://nav.dl.sourceforge.net/project/mac-robber/mac-robber/1.02/mac-robber-1.02.tar.gz
BuildRequires: gcc
%description
mac-robber is a digital forensics and incident response tool that can be used
with The Sleuth Kit to create a timeline of file activity for mounted
file systems.
%prep
%setup -q
%build
%make_build GCC_OPT="%{optflags}"
%install
mkdir -p %{buildroot}%{_bindir}
install -pm 0755 mac-robber %{buildroot}%{_bindir}
%files
%doc CHANGES README
%license COPYING
%{_bindir}/mac-robber
%changelog
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 1.02-19
- Modifying the Source Code Package Address
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.02-18
- Package init