File fiwalk.spec of Package fiwalk
#
# spec file for package fiwalk
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: fiwalk
Version: 0.6.16
Release: 0
Summary: A computer forensic application for walking forensic images
License: SUSE-Public-Domain
Group: Productivity/File utilities
Url: http://afflib.org/downloads/%name-%{version}.tar.gz
Source: http://afflib.org/downloads/%name-%{version}.tar.gz
Patch1: fiwalk-0.6.16-tsk_errno.patch
BuildRequires: afflib-devel
BuildRequires: gcc-c++
BuildRequires: libewf-devel
BuildRequires: libtsk3-3
BuildRequires: openssl-devel
BuildRequires: sleuthkit-devel
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
fiwalk is a program that processes a disk image using the SleuthKit library
and outputs its results in Digital Forensics XML, the Attribute Relationship
File Format (ARFF) format used by the Weka Datamining Toolkit, or an easy-to-read
textual format.
%prep
%setup -q
%patch1 -p1
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%check
make check
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING
%_bindir/fiwalk
%_bindir/jpeg_extract
%_bindir/test_arff
%changelog