Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568946
en ru br
ALT Linux repos
S:2.13-alt2

Group :: File tools
RPM: ssdeep

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ssdeep
Version: 2.13
Release: alt2

Summary: Context Triggered Piecewise Hashing values
License: GPLv2+
Group: File tools

Url: http://ssdeep.sourceforge.net
Source0: http://dl.sourceforge.net/project/%name/%name-%version/%name-%version.tar.gz
Source1: %name.watch

BuildRequires: gcc-c++

%description
ssdeep is a program for computing and matching Context Triggered Piecewise
Hashing values. It is based on a spam detector called spamsum by Andrews
Trigdell

Authors:
--------
   Jesse Kornblum

See some examples here: http://www.forensicswiki.org/wiki/Ssdeep

%package -n libfuzzy
License: GPLv2+
Group: System/Libraries
Summary: Library that provides %summary

%description -n libfuzzy
Library that provides %summary, used by %name

%package -n libfuzzy-devel
License: GPLv2+
Group: Development/C
Summary: API for libfuzzy

%description -n libfuzzy-devel
API for libfuzzy, %summary

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall

rm -fv %buildroot%_libdir/*.a

%files
%doc README COPYING FILEFORMAT
%_bindir/*
%_man1dir/*

%files -n libfuzzy
%_libdir/*.so.*

%files -n libfuzzy-devel
%_libdir/*.so
%_includedir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin