Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769716
en ru br
ALT Linux repos
S:1.11-alt2
5.0: 0.5.20b-alt1
4.1: 0.5.18a-alt1
4.0: 0.5.16-alt0.1
3.0: 0.4.2-alt1.2

Group :: System/Libraries
RPM: libextractor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libextractor
Version: 0.4.2
Release: alt1.2

Summary: libextractor is a simple library for keyword extraction
Group: System/Libraries
License: GPL
Url: http://gnunet.org/%name/
Packager: Yuri N. Sedunov <aris at altlinux.ru>

Source: %url/download/%name-%version.tar.bz2
Patch: %name-0.4.0-alt-ole2_makefile.patch

# Automatically added by buildreq on Thu Mar 17 2005

BuildRequires: bzlib-devel cvs freetype2-devel gcc-c++ gcc-g77 glib2-devel libImageMagick-devel libjpeg-devel liblcms-devel libltdl-devel libogg-devel libstdc++-devel libtiff-devel libvorbis-devel pkgconfig xorg-x11-devel zlib-devel

%description
libextractor is a simple library for keyword extraction.
libextractor does not support all formats but supports a simple plugging
mechanism such that you can quickly add extractors for additional
formats, even without recompiling libextractor. libextractor typically
ships with a dozen helper-libraries that can be used to obtain keywords
from common file-types.

%package -n extract
Summary: extract is a simple command-line interface to libextractor.
Group: File tools
Requires: %name = %version-%release

%description -n extract
libextractor is a simple library for keyword extraction.
This package privides the extract is a simple command-line interface to
libextractor.

%package devel
Summary: %name development files and libraries
Group: Development/C
Requires: %name = %version-%release

%description devel
This package contains the files needed to build packages that depend on %name.

%prep
%setup -q
%patch -p1
#%__subst 's,\$(oledir),,g' src/plugins/Makefile*

%build
autoreconf -ifsv
%configure --disable-static

# SMP-incompatible build

%make

%install
%makeinstall

# remove non-packaged files

%__rm -f %buildroot%_libdir/%name/*.la

%find_lang %name

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files -f %name.lang
%_libdir/*.so.*
%_libdir/%name/*.so
%doc AUTHORS README NEWS TODO

%files -n extract
%_bindir/extract
%_man1dir/*

%files devel
%_includedir/*
%_libdir/*.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