mirror of
https://abf.rosa.ru/djam/sphinx3.git
synced 2025-02-23 16:42:55 +00:00
Fix file list
This commit is contained in:
parent
943f292638
commit
85fd21ad88
1 changed files with 1 additions and 14 deletions
15
sphinx3.spec
15
sphinx3.spec
|
@ -2,11 +2,10 @@ Name: sphinx3
|
|||
Version: 0.8
|
||||
Release: %mkrel 2
|
||||
Summary: CMU Sphinx Recognition System
|
||||
Summary(ru_RU.UTF-8): Система распознавания речи
|
||||
#Summary(ru_RU.UTF-8): Система распознавания речи
|
||||
Group: Sound
|
||||
License: BSD-style (see COPYING)
|
||||
Url: http://cmusphinx.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
|
||||
|
@ -58,17 +57,7 @@ patch -p0 -F 90 model/lm/an4/Makefile %{SOURCE4}
|
|||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -fr %{buildroot}
|
||||
|
||||
%post
|
||||
ldconfig
|
||||
|
||||
%postun
|
||||
ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING INSTALL README NEWS doc/*.ppt
|
||||
%doc doc/*.html doc/*.pdf doc/*.txt doc/*.gif
|
||||
%{_bindir}/*
|
||||
|
@ -77,9 +66,7 @@ ldconfig
|
|||
%{_libdir}/*.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue