Update on the beta3

This commit is contained in:
Marcela Mašláňová 2007-12-11 14:52:23 +00:00
parent 6e3b9cb6ba
commit 65b6f76f80
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
speex-1.2beta2.tar.gz
speex-1.2beta3.tar.gz

View File

@ -1 +1 @@
5480fa53a7451603ecb57ff815c87ac0 speex-1.2beta2.tar.gz
bcada04dc663a725ee7fcfa6301520a3 speex-1.2beta3.tar.gz

View File

@ -1,11 +1,11 @@
Summary: A voice compression format (codec)
Name: speex
Version: 1.2
Release: 0.3.beta2
Release: 0.4.beta3
License: BSD
Group: System Environment/Libraries
URL: http://www.speex.org/
Source0: http://downloads.us.xiph.org/releases/speex/%{name}-1.2beta2.tar.gz
Source0: http://downloads.us.xiph.org/releases/speex/%{name}-1.2beta3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libogg-devel
@ -31,7 +31,7 @@ Speex is a patent-free compression format designed especially for
speech. This package contains development files for %{name}
%prep
%setup -q -n speex-1.2beta2
%setup -q -n speex-1.2beta3
%patch0 -p1 -b .test-progs
%build
@ -58,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/speexenc.1*
%{_mandir}/man1/speexdec.1*
%{_libdir}/libspeex.so.*
%{_libdir}/libspeexdsp.a
%{_libdir}/libspeexdsp.so*
%{_libdir}/pkgconfig/speexdsp.pc
%{_defaultdocdir}/speex/manual.pdf
%exclude %{_libdir}/libspeexdsp.la
%files devel
%defattr(-,root,root,-)
@ -69,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libspeex.a
%changelog
* Tue Dec 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.4.beta3
- update to beta 3
* Tue Sep 18 2007 - Bastien Nocera <bnocera@redhat.com> - 1.2-0.3.beta2
- Update to Beta 2