Changes in spec file for review.
This commit is contained in:
parent
95d8d8cf07
commit
0a19b06a86
16
speex.spec
16
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 <mmaslano@redhat.com> - 1.2-0.8.beta3
|
||||
- 226428 review
|
||||
|
||||
* Tue Apr 15 2008 Tomas Hoger <thoger@redhat.com> - 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user