diff --git a/libogg-underquoted.patch b/libogg-underquoted.patch new file mode 100644 index 0000000..40a907e --- /dev/null +++ b/libogg-underquoted.patch @@ -0,0 +1,11 @@ +--- libogg-1.1/ogg.m4.underquoted 2004-07-15 13:13:04.802639840 +0100 ++++ libogg-1.1/ogg.m4 2004-07-15 13:13:19.319861742 +0100 +@@ -5,7 +5,7 @@ + dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) + dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS + dnl +-AC_DEFUN(XIPH_PATH_OGG, ++AC_DEFUN([XIPH_PATH_OGG], + [dnl + dnl Get the cflags and libraries + dnl diff --git a/libogg.spec b/libogg.spec index 94712c0..3faa6f9 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,7 +1,7 @@ Summary: The Ogg bitstream file format library. Name: libogg Version: 1.1 -Release: 3 +Release: 4 Epoch: 2 Group: System Environment/Libraries Copyright: BSD @@ -9,6 +9,7 @@ URL: http://www.xiph.org/ Source: http://www.xiph.org/pub/ogg/vorbis/download/libogg-%{version}.tar.gz Patch: libogg-1.0-m4.patch Patch2: libogg-1.1-64bit.patch +Patch3: libogg-underquoted.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -30,6 +31,7 @@ needed for development using libogg. %setup -q -n %{name}-%{version} %patch -p1 %patch2 -p1 -b .64 +%patch3 -p1 -b .underquoted %build perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure @@ -72,6 +74,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Thu Jul 15 2004 Tim Waugh 2:1.1-4 +- Fixed warnings in shipped m4 file. + * Tue Jun 15 2004 Elliot Lee - rebuilt