From a89534b8e895f607806f392bfb4e5d50e8ab1230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 24 Jan 2008 14:29:48 +0000 Subject: [PATCH] Update on new version. --- speex.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/speex.spec b/speex.spec index f8825b7..f8d3d5f 100644 --- a/speex.spec +++ b/speex.spec @@ -36,6 +36,9 @@ speech. This package contains development files for %{name} %build %configure --enable-static --with-ogg-libraries=%{_libdir} +# Remove rpath from speexenc and speexdec +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install @@ -66,16 +69,17 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) +%exclude %{_libdir}/libspeex.a %exclude %{_libdir}/libspeex.la %{_includedir}/speex %{_datadir}/aclocal/speex.m4 %{_libdir}/pkgconfig/speex.pc %{_libdir}/libspeex.so -%{_libdir}/libspeex.a %changelog -* Tue Dec 11 2007 Marcela Maslanova - 1.2-0.4.beta3 +* Thu Jan 24 2008 Marcela Maslanova - 1.2-0.4.beta3 - update to beta 3 +- review: rhbz#226428 * Tue Sep 18 2007 - Bastien Nocera - 1.2-0.3.beta2 - Update to Beta 2