auto-import changelog data from libvorbis-1.0-2.src.rpm
1.0-2 - remove unpackaged files from the buildroot - tell configure where ogg libs are - lib64'ize
This commit is contained in:
parent
d2a0b27216
commit
432722cbdf
@ -1,7 +1,7 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Serial: 1
|
||||
Group: System Environment/Libraries
|
||||
Copyright: BSD
|
||||
@ -36,7 +36,7 @@ perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --with-ogg-libraries=%{_libdir}
|
||||
make
|
||||
|
||||
%install
|
||||
@ -45,10 +45,12 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
cd lib
|
||||
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
|
||||
$RPM_BUILD_ROOT%{_libdir}/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
|
||||
$RPM_BUILD_ROOT%{_libdir}/libvorbisfile.so.3.0.0 -lm -logg ./.libs/libvorbis.so
|
||||
|
||||
# remove unpackaged files from the buildroot
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -77,6 +79,11 @@ gcc -shared vorbisfile.lo -Wl,-soname -Wl,libvorbisfile.so.3 -o \
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1:1.0-2
|
||||
- remove unpackaged files from the buildroot
|
||||
- tell configure where ogg libs are
|
||||
- lib64'ize
|
||||
|
||||
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
|
||||
- one-dot-oh
|
||||
- libtool strikes again (#66110)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user