]> git.pld-linux.org Git - SPECS.git/blob - hts_engine.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / hts_engine.spec
1 Summary:        hts_engine API
2 Name:           hts_engine
3 Version:        1.10
4 Release:        1
5 License:        BSD
6 Group:          Applications/Sound
7 Source0:        http://downloads.sourceforge.net/hts-engine/%{name}_API-%{version}.tar.gz
8 # Source0-md5:  5626d1e2522659e93fb295f0b42339f5
9 URL:            http://hts-engine.sourceforge.net/
10 BuildRequires:  libstdc++-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The hts_engine is software to synthesize speech waveform from HMMs
15 trained by the HMM-based speech synthesis system (HTS).
16
17 %package devel
18 Summary:        Header files for %{name} library
19 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki %{name}
20 Group:          Development/Libraries
21
22 %description devel
23 Header files for %{name} library.
24
25 %description devel -l pl.UTF-8
26 Pliki nagłówkowe biblioteki %{name}.
27
28 %prep
29 %setup -q -n %{name}_API-%{version}
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README AUTHORS COPYING ChangeLog NEWS
46 %attr(755,root,root) %{_bindir}/hts_engine
47
48 %files devel
49 %defattr(644,root,root,755)
50 %{_includedir}/HTS_engine.h
51 %{_libdir}/libHTSEngine.a
This page took 0.13946 seconds and 3 git commands to generate.