]> git.pld-linux.org Git - packages/flite.git/blobdiff - flite.spec
- add patch6 (fixes lib64 issues)
[packages/flite.git] / flite.spec
index e223ee426e0771a5063f9730f489e53ab0b73a14..9a60955d864977e9ef62ba1f8ac3f4561907242e 100644 (file)
@@ -12,7 +12,7 @@ Summary(pl.UTF-8):    flite - mały, szybki silnik syntezy mowy
 Summary(ru.UTF-8):     flite - маленькое, быстрое средство для синтеза речи
 Name:          flite
 Version:       1.2
-Release:       1       
+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
@@ -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 .
@@ -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.071947 seconds and 4 git commands to generate.