Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37594543
en ru br
Репозитории ALT
S:1.11-alt2
5.1: 0.5.22-alt1
4.1: 0.5.18a-alt1
4.0: 0.5.16-alt0.1
3.0: 0.4.2-alt1.2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libextractor

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libextractor
Version: 0.5.16
Release: alt0.1

Summary: libextractor is a simple library for keyword extraction

Group: System/Libraries
License: GPL
Url: http://gnunet.org/%name/

Packager: Vitaly Lipatov <lav at altlinux.ru>

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

# manually removed: gcc-g77

# Automatically added by buildreq on Sun Dec 24 2006
BuildRequires: bzlib-devel cvs gcc-c++ libgsf-devel libgtk+2-devel libltdl-devel libmpeg2-devel libvorbis-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
#%patch1
#%__subst 's,\$(oledir),,g' src/plugins/Makefile*

%build
%__autoreconf
%configure --disable-static

# SMP-incompatible build

%make

%install
%make_install install DESTDIR=%buildroot

# 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.*
%dir %_libdir/%name/
%_libdir/%name/*.so
%doc AUTHORS README NEWS TODO

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

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

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin