auto-import changelog data from libvorbis-1.0-1.src.rpm
Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> - one-dot-oh - libtool strikes again (#66110)
This commit is contained in:
parent
8f1bbfc789
commit
d2a0b27216
@ -1 +1 @@
|
||||
libvorbis-1.0rc3.tar.gz
|
||||
libvorbis-1.0.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.0rc3
|
||||
Release: 4
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
Serial: 1
|
||||
Group: System Environment/Libraries
|
||||
Copyright: BSD
|
||||
URL: http://www.xiph.org/
|
||||
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
|
||||
Patch: libvorbis-1.0rc3-libdep.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libogg >= %{version}
|
||||
BuildPrereq: libogg-devel >= %{version}
|
||||
@ -32,7 +32,6 @@ needed to develop applications with Ogg Vorbis.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
|
||||
@ -44,16 +43,16 @@ make
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
# libtool is fun. really.
|
||||
cd lib
|
||||
rm -rf .libs *.la
|
||||
make
|
||||
cp -a .libs/libvorbis{enc,file}* $RPM_BUILD_ROOT/usr/lib
|
||||
cd ..
|
||||
gcc -shared vorbisenc.lo -Wl,-soname -Wl,libvorbisenc.so.2 -o \
|
||||
$RPM_BUILD_ROOT/usr/lib/libvorbisenc.so.2.0.0 -lm -logg ./.libs/libvorbis.so
|
||||
gcc -shared vorbisfile.lo -Wl,-soname -Wl,libvorbisfile.so.3 -o \
|
||||
$RPM_BUILD_ROOT/usr/lib/libvorbisfile.so.3.0.0 -lm -logg ./.libs/libvorbis.so
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README todo.txt
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libvorbis.so.*
|
||||
%{_libdir}/libvorbisfile.so.*
|
||||
%{_libdir}/libvorbisenc.so.*
|
||||
@ -78,6 +77,10 @@ cd ..
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
|
||||
- one-dot-oh
|
||||
- libtool strikes again (#66110)
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user