From 0a19b06a860595d6b6ee883b8e8fc02f587ee62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 25 Apr 2008 10:39:11 +0000 Subject: [PATCH] Changes in spec file for review. --- speex.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/speex.spec b/speex.spec index 427dfb6..367f4fd 100644 --- a/speex.spec +++ b/speex.spec @@ -1,7 +1,7 @@ Summary: A voice compression format (codec) Name: speex Version: 1.2 -Release: 0.7.beta3 +Release: 0.8.beta3 License: BSD Group: System Environment/Libraries URL: http://www.speex.org/ @@ -55,7 +55,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_docdir}/speex/manual.pdf %clean @@ -67,20 +67,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING TODO ChangeLog README NEWS -%{_libdir}/libspeex.so.* %{_libdir}/libspeex*.so.* -%exclude %{_libdir}/libspeexdsp.la %files devel %defattr(-,root,root,-) %{_includedir}/speex %{_datadir}/aclocal/speex.m4 -%{_libdir}/pkgconfig/speexdsp.pc -%{_libdir}/pkgconfig/speex.pc -%{_libdir}/libspeex.so -#%{_libdir}/libspeexdsp.so* +%{_libdir}/pkgconfig/speex*.pc %{_libdir}/libspeex*.so -%exclude %{_libdir}/libspeex.la +%exclude %{_libdir}/libspeex*.la %files tools %defattr(-,root,root,-) @@ -92,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/speexdec.1* %changelog +* Fri Apr 25 2008 Marcela Maslanova - 1.2-0.8.beta3 +- 226428 review + * Tue Apr 15 2008 Tomas Hoger - 1.2-0.7.beta3 - Security update: Add mode checks to speex_packet_to_header() to protect applications using speex library and not having proper checks