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