Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37817981
en ru br
Репозитории ALT
4.1: 0.7-alt1
4.0: 0.6-alt1
3.0: 0.1-alt1
www.altlinux.org/Changes

Группа :: Звук
Пакет: sphinx3

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

%define pre -RC-I
Name: sphinx3
Version: 0.6
Release: alt1

Summary: CMU Sphinx Recognition System
Summary(ru_RU.KOI8-R): Утилита для распознавания речи

Group: Sound
Copyright: BSD-style (see COPYING)
Url: http://cmusphinx.sourceforge.net/

Packager: Ott Alex <ott at altlinux.ru>

Source: http://dl.sf.net/cmusphinx/%name-%version%pre.tar.bz2
Patch: %name-as-needed.patch

# Automatically added by buildreq on Sun Sep 18 2005

BuildRequires: gcc-c++ libstdc++-devel tcsh

%description
The CMU Sphinx Recognition System is a library and a set
of examples and utilities for speech recognition.

This package will install the sphinx3 library and some examples.

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

%description devel
The CMU Sphinx Recognition System is a library and a set
of examples and utilities for speech recognition.

This package contains libraries and header files need for development.

%package devel-static
Summary:        Static libraries for Sphinx
Group:          Development/C
Requires:       %name = %version-%release

%description devel-static
The CMU Sphinx Recognition System is a library and a set
of examples and utilities for speech recognition.

This package contains static libraries need for development.

%prep
%setup -q
%patch

%build
%__autoreconf
%configure --disable-static
%make_build

%install
%make_install DESTDIR=%buildroot install
rm -rf %buildroot%_datadir/%name/doc/
# fix bug 8001
( cd %buildroot%_bindir ; mv decode decode-%name )

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%doc AUTHORS COPYING INSTALL README NEWS doc/*.ppt
%doc doc/*.html doc/*.pdf doc/*.txt doc/*.gif
%_bindir/*
%_datadir/%name
%_libdir/*.so.*

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

%changelog

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

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