commit speechd for openSUSE:Factory
Hello community, here is the log from the commit of package speechd for openSUSE:Factory checked in at Fri Mar 27 01:01:27 CET 2009. -------- --- speechd/speechd.changes 2008-09-29 12:21:26.000000000 +0200 +++ speechd/speechd.changes 2009-03-26 13:11:35.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Mar 26 13:11:21 CET 2009 - crrodriguez@suse.de + +- remove static libraries and "la" files + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speechd.spec ++++++ --- /var/tmp/diff_new_pack.Q32706/_old 2009-03-27 00:57:12.000000000 +0100 +++ /var/tmp/diff_new_pack.Q32706/_new 2009-03-27 00:57:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package speechd (Version 0.6.7) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: speechd BuildRequires: alsa-devel dotconf-devel espeak gcc-c++ glib2-devel python-devel Version: 0.6.7 -Release: 4 +Release: 5 License: GPL v2 only; GPL v2 or later AutoReqProv: on Group: Productivity/Multimedia/Sound/Utilities @@ -35,8 +35,8 @@ %description speech-dispatcher is able to manage different TTS-systems like espeak, -festival, ibmtts speech-dispatcher provides a genereic interface to -control TTS-systems +festival, ibmtts. speech-dispatcher provides a generic interface to +control TTS-systems. @@ -86,9 +86,8 @@ %build ./build.sh -CFLAGS=$RPM_OPT_FLAGS \ -%configure --with-alsa -make +%configure --disable-static --with-pic --with-alsa +%{__make} %{?jobs:-j%jobs} %install make DESTDIR=%{buildroot} install @@ -102,6 +101,7 @@ pushd $RPM_BUILD_ROOT%py_sitedir/speechd python %py_libdir/py_compile.py *.py popd +find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %clean rm -rf $RPM_BUILD_ROOT @@ -157,18 +157,16 @@ %files devel %defattr (-,root,root,755) -%{_libdir}/libspeechd.a %{_libdir}/libspeechd.so -%{_libdir}/libspeechd.la %{_libdir}/speech-dispatcher/libsdaudio.so -%{_libdir}/speech-dispatcher/lib*.a -%{_libdir}/speech-dispatcher/lib*.la /usr/include/libspeechd.h %changelog +* Thu Mar 26 2009 crrodriguez@suse.de +- remove static libraries and "la" files * Mon Sep 29 2008 marco@suse.de - fixed start-script (bug#430563) -* Wed Sep 17 2008 dmueller@suse.de +* Tue Sep 16 2008 dmueller@suse.de - move python requires to python subpackage - fix requires * Mon Sep 15 2008 dmueller@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de