auto-import changelog data from speex-1.0.4-3.src.rpm
Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 1.0.4-3 - Fixed underquoted m4 definition.
This commit is contained in:
parent
04b31e7e96
commit
7d32319a1e
11
speex-underquoted.patch
Normal file
11
speex-underquoted.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- speex-1.0.4/speex.m4.underquoted 2004-08-11 16:20:05.504669757 +0100
|
||||
+++ speex-1.0.4/speex.m4 2004-08-11 16:20:10.890645720 +0100
|
||||
@@ -7,7 +7,7 @@
|
||||
dnl XIPH_PATH_SPEEX([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
|
||||
dnl Test for libspeex, and define SPEEX_CFLAGS and SPEEX_LIBS
|
||||
dnl
|
||||
-AC_DEFUN(XIPH_PATH_SPEEX,
|
||||
+AC_DEFUN([XIPH_PATH_SPEEX],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries
|
||||
dnl
|
||||
10
speex.spec
10
speex.spec
@ -1,7 +1,7 @@
|
||||
Summary: A voice compression format (codec)
|
||||
Name: speex
|
||||
Version: 1.0.4
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.speex.org/
|
||||
@ -9,6 +9,8 @@ Source0: http://www.speex.org/download/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: libogg-devel
|
||||
|
||||
Patch0: speex-underquoted.patch
|
||||
|
||||
%description
|
||||
Speex is a patent-free compression format designed especially for
|
||||
speech. It is specialized for voice communications at low bit-rates in
|
||||
@ -27,6 +29,7 @@ speech. This package contains development files for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .underquoted
|
||||
|
||||
%build
|
||||
%configure --enable-static --with-ogg-libraries=%{_libdir}
|
||||
@ -68,9 +71,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libspeex.a
|
||||
|
||||
%changelog
|
||||
* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 1.0.4-3
|
||||
- Fixed underquoted m4 definition.
|
||||
|
||||
* Fri Jul 30 2004 Colin Walters <walters@redhat.com> 1.0.4-2
|
||||
- Include /usr/include/speex directory, thanks
|
||||
Nils Phillipsen.
|
||||
Nils Philippsen.
|
||||
|
||||
* Thu Jul 29 2004 Colin Walters <walters@redhat.com>
|
||||
- Update to 1.0.4.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user