From 8b13dca2a295c4713fd623afa1bff4a0b45ce0f8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:05:41 +0000 Subject: [PATCH] auto-import changelog data from vorbis-tools-1.0-3.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt 1.0-2 - rebuild on all arches --- vorbis-tools-1.0-build.patch | 38 ++++++++++++++++++++++++++++++++++++ vorbis-tools.spec | 10 +++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 vorbis-tools-1.0-build.patch diff --git a/vorbis-tools-1.0-build.patch b/vorbis-tools-1.0-build.patch new file mode 100644 index 0000000..07b6ea5 --- /dev/null +++ b/vorbis-tools-1.0-build.patch @@ -0,0 +1,38 @@ +--- vorbis-tools-1.0/configure.foo Wed Dec 11 17:33:13 2002 ++++ vorbis-tools-1.0/configure Wed Dec 11 17:33:48 2002 +@@ -7366,7 +7366,7 @@ + elif test "x$ogg_prefix" != "x" ; then + OGG_LIBS="-L$ogg_prefix/lib" + elif test "x$prefix" != "xNONE" ; then +- OGG_LIBS="-L$prefix/lib" ++ OGG_LIBS="-L$libdir" + fi + + OGG_LIBS="$OGG_LIBS -logg" +@@ -7376,7 +7376,7 @@ + elif test "x$ogg_prefix" != "x" ; then + OGG_CFLAGS="-I$ogg_prefix/include" + elif test "x$prefix" != "xNONE"; then +- OGG_CFLAGS="-I$prefix/include" ++ OGG_CFLAGS="" + fi + + echo $ac_n "checking for Ogg""... $ac_c" 1>&6 +@@ -7518,7 +7518,7 @@ + elif test "x$vorbis_prefix" != "x" ; then + VORBIS_LIBS="-L$vorbis_prefix/lib" + elif test "x$prefix" != "xNONE"; then +- VORBIS_LIBS="-L$prefix/lib" ++ VORBIS_LIBS="-L$libdir" + fi + + VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile" +@@ -7530,7 +7530,7 @@ + elif test "x$vorbis_prefix" != "x" ; then + VORBIS_CFLAGS="-I$vorbis_prefix/include" + elif test "x$prefix" != "xNONE"; then +- VORBIS_CFLAGS="-I$prefix/include" ++ VORBIS_CFLAGS="" + fi + + diff --git a/vorbis-tools.spec b/vorbis-tools.spec index 569b71e..13bb5d5 100644 --- a/vorbis-tools.spec +++ b/vorbis-tools.spec @@ -1,12 +1,13 @@ Summary: The Vorbis General Audio Compression Codec tools. Name: vorbis-tools Version: 1.0 -Release: 1 +Release: 3 Serial: 1 Group: Applications/Multimedia License: GPL URL: http://www.xiph.org/ Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz +Patch: vorbis-tools-1.0-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libogg >= %{version}, libvorbis >= %{version}, libao >= 0.8.3 BuildPrereq: libvorbis-devel >= %{version}, libao-devel >= 0.8.3, curl-devel >= 7.8 @@ -23,6 +24,7 @@ comment editor. %prep %setup -q -n %{name}-%{version} +%patch -p1 %build perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure @@ -46,6 +48,12 @@ make DESTDIR=$RPM_BUILD_ROOT install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Dec 11 2002 Tim Powers 1:1.0-2 +- rebuild on all arches + * Fri Jul 18 2002 Bill Nottingham - one-dot-oh