]> git.pld-linux.org Git - packages/dcdl.git/blame - dcdl.spec
- converted to UTF-8
[packages/dcdl.git] / dcdl.spec
CommitLineData
86d0b670 1%define fversion %(echo %{version} |tr . _)
2%define rname dcd
3Summary: Speech Recognition Decoder Library
2fb967fa 4Summary(pl.UTF-8): Biblioteka rozpoznawania dekodowań
86d0b670 5Name: dcdl
6Version: 2.0
7Release: 1
8License: Free for non-comercial use, non-distributable
f8433a78 9Group: Applications/Text
86d0b670 10# from http://akpublic.research.att.com/cgi-bin/access.cgi/as/vt/ext-software/www-ne-license.cgi?form.dcd.binary
11Source0: %{rname}_%{fversion}.linux.i386.tar.gz
86d0b670 12URL: http://www.research.att.com/sw/tools/dcd/
13ExclusiveArch: %{ix86}
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The DCD Library is a software collection for speech recognition
18decoding and related functions. Based on the Finite-State Machine
19(FSM) Library, it provides higher-level operations needed specifically
20for decoding.
21
2fb967fa
JR
22%description -l pl.UTF-8
23Biblioteka DCD to zbiór oprogramowania dekodowania i zbliżonych
24funkcji związanych z rozpoznawaniem mowy. Jest oparta na bibliotece
25FSM (automatów skończonych), udostępnia operacje wyższego poziomu
26potrzebne w szczególności do dekodowania.
f8433a78 27
86d0b670 28%prep
29%setup -q -n %{rname}-%{version}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3,5},%{_includedir}}
34install bin/* $RPM_BUILD_ROOT%{_bindir}
35install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
36install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
37install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
38install include/*.h $RPM_BUILD_ROOT%{_includedir}
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%attr(755,root,root) %{_bindir}/*
46%{_mandir}/man?/*
47%{_includedir}/*
This page took 0.041694 seconds and 4 git commands to generate.