Fix file list

This commit is contained in:
Denis Silakov 2012-09-28 04:38:59 +00:00
parent 943f292638
commit 85fd21ad88

View file

@ -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