Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37519171
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: libexttextcat

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

Name: libexttextcat
Version: 3.4.6
Release: alt1

Summary: Text categorisation library
License: BSD
Group: Development/Other
Url: https://wiki.documentfoundation.org/Libexttextcat

# git-vcs git://gerrit.libreoffice.org/libexttextcat

Source: %name-%version.tar
Obsoletes: libtextcat < %version
Provides: libtextcat = %version

%description
%name is an N-Gram-Based Text Categorization library primarily
intended for language guessing.

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %version-%release
Obsoletes: libtextcat-devel < %version
Provides: libtextcat-devel = %version

%description devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%package tools
Summary: Tool for creating custom document fingerprints
Group: Publishing
Requires: %name = %version-%release
Conflicts: libtextcat-devel < %version

%description tools
The %name-tools package contains the createfp program that allows
you to easily create your own document fingerprints.

%prep
%setup

%build
mkdir -p m4
%autoreconf
%configure --disable-silent-rules --disable-static --disable-werror
%make_build

%install
%makeinstall_std

%check
%make check

%files
%_libdir/*.so.*
%_datadir/*

%files devel
%doc LICENSE README*
%_libdir/*.so
%_includedir/*
%_pkgconfigdir/*.pc

%files tools
%_bindir/*

%changelog

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

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