]> git.pld-linux.org Git - packages/flite.git/blobdiff - flite.spec
- add patch6 (fixes lib64 issues)
[packages/flite.git] / flite.spec
index c165bed3c136662c2a6a86508db747c1cfc74d4e..9a60955d864977e9ef62ba1f8ac3f4561907242e 100644 (file)
@@ -8,11 +8,11 @@
 %bcond_without static_libs # don't pack static liraries
 #
 Summary:       flite - a small, fast speech synthesis engine
-Summary(pl.UTF-8):   flite - mały, szybki silnik syntezy mowy
-Summary(ru.UTF-8):   flite - маленькое, быстрое средство для синтеза речи
+Summary(pl.UTF-8):     flite - mały, szybki silnik syntezy mowy
+Summary(ru.UTF-8):     flite - маленькое, быстрое средство для синтеза речи
 Name:          flite
 Version:       1.2
-Release:       0.2
+Release:       3
 License:       Custom, see COPYING
 Group:         Applications/Sound
 Source0:       http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/%{name}-%{version}-release.tar.bz2
@@ -26,6 +26,7 @@ Patch3:               %{name}-version.patch
 #
 Patch4:                %{name}-DESTDIR.patch
 Patch5:                %{name}-fix-audiodriver-setup.patch
+Patch6:                %{name}-so_link.patch
 URL:           http://cmuflite.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -56,7 +57,7 @@ Flite -- маленькое, быстрое средство для синтез
 
 %package devel
 Summary:       Development files for flite
-Summary(pl.UTF-8):   Pliki programistyczne dla flite
+Summary(pl.UTF-8):     Pliki programistyczne dla flite
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
@@ -73,7 +74,7 @@ mowy.
 
 %package static
 Summary:       Static flite library
-Summary(pl.UTF-8):   Statyczna biblioteka flite
+Summary(pl.UTF-8):     Statyczna biblioteka flite
 Group:         Applications/Sound
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -95,6 +96,7 @@ Statyczna biblioteka flite - małego, szybkiego silnika syntezy mowy.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p0
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -105,14 +107,14 @@ cp -f /usr/share/automake/config.sub .
        %{!?with_static_libs:--disable-static} \
        --with-vox=cmu_us_kal16
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 # temp. workaround - put manpages in better place and install them via Makefile
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -128,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc ACKNOWLEDGEMENTS README COPYING doc/html
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%ghost %attr(755,root,root) %{_libdir}/lib*.so.[0-9]
 %{_mandir}/man1/*.1*
 
 %files devel
This page took 0.099845 seconds and 4 git commands to generate.