This commit is contained in:
Matthias Clasen 2006-10-24 17:05:10 +00:00
parent b53aa6f7e7
commit 4c5978d1ec
3 changed files with 10 additions and 9 deletions

View File

@ -1,2 +1 @@
speex-1.0.4.tar.gz
speex-1.0.5.tar.gz
speex-1.2beta1.tar.gz

View File

@ -1 +1 @@
01d6a2de0a88a861304bf517615dea79 speex-1.0.5.tar.gz
aac2e4ba42122b885c787ea280acb3d9 speex-1.2beta1.tar.gz

View File

@ -9,6 +9,10 @@ Source0: http://www.speex.org/download/%{name}-1.2beta1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libogg-devel
# don't build unneded test programs, since they seem to cause
# build failures
Patch0: speex-1.2beta1-test-progs.patch
%description
Speex is a patent-free compression format designed especially for
speech. It is specialized for voice communications at low bit-rates in
@ -20,6 +24,7 @@ data (e.g. voice mail).
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
Speex is a patent-free compression format designed especially for
@ -27,6 +32,7 @@ speech. This package contains development files for %{name}
%prep
%setup -q -n speex-1.2beta1
%patch0 -p1 -b .test-progs
%build
%configure --enable-static --with-ogg-libraries=%{_libdir}
@ -56,12 +62,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%exclude %{_libdir}/libspeex.la
%{_includedir}/speex/
%{_includedir}/speex.h
%{_includedir}/speex_bits.h
%{_includedir}/speex_callbacks.h
%{_includedir}/speex_header.h
%{_includedir}/speex_stereo.h
%{_includedir}/speex
%{_datadir}/aclocal/speex.m4
%{_libdir}/pkgconfig/speex.pc
%{_libdir}/libspeex.so
@ -70,6 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 24 2006 Matthias Clasen <mclasen@redhat.com> - 1.2-0.1.beta1
- Update to 1.2beta1
- Require pkgconfig in the -devel package
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-2.1
- rebuild