Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039374
en ru br
ALT Linux repos
S:0.11-alt2
5.0: 0.9-alt1
4.1: 0.9-alt1

Group :: System/Libraries
RPM: libpuzzle

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libpuzzle
Version: 0.11
Release: alt2

Summary: A library for finding visually similar bitmap pictures
License: BSD
Group: System/Libraries

URL: http://libpuzzle.pureftpd.org/
Source: http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/libpuzzle-%version.tar.bz2

# Automatically added by buildreq on Tue Sep 29 2009

BuildRequires: gcc-c++ libgd2-devel

%description
The Puzzle library is designed to quickly find visually similar images (GIF,
PNG, JPG), even if they have been resized, recompressed, recolored, or slightly
modified. The library is lightweight yet very fast, configurable, and easy to
use, and was designed with security in mind.

%package devel
Summary: Development tools for programs which will use the %name library
Group: Development/C
Requires: %name = %version-%release

%description devel
The %name-devel package includes the header files necessary for developing
programs which will use the %name library.

%prep
%setup

%build
%configure --disable-static
# fix rpath libtool issues
subst 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
subst 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build

%install
%makeinstall_std

%files
%doc COPYING README THANKS
%_bindir/*
%_libdir/lib*.so.*
%_man8dir/*

%files devel
%_includedir/*
%_libdir/lib*.so
%_man3dir/*

%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