auto-import changelog data from vorbis-tools-1.0-3.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
1.0-2
- rebuild on all arches
This commit is contained in:
cvsdist 2004-09-09 14:05:41 +00:00
parent 4e97bca201
commit 8b13dca2a2
2 changed files with 47 additions and 1 deletions

View File

@ -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

View File

@ -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 <timp@redhat.com>
- rebuilt
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1:1.0-2
- rebuild on all arches
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
- one-dot-oh