Bug 178733 - arts: cleanup .la files
Summary: arts: cleanup .la files
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: arts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-23 20:49 UTC by Rex Dieter
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-01 10:20:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2006-01-23 20:49:02 UTC
Can drop extraneous Req's from -devel: 
 
Requires: esound-devel 
Requires: glib2-devel 
Requires: libvorbis-devel 
Requires: audiofile-devel 
Requires: alsa-lib-devel 
 
By adding to %install: 
## remove references to optional external libraries in .la files 
# libmad 
sed -i -e "s@-lmad@@g"                $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@%{_libdir}/libmad.la@@g" $RPM_BUILD_ROOT%{_libdir}/*.la 
# ogg 
sed -i -e "s@-lvorbisfile@@g"   $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@-lvorbisenc@@g"    $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@-lvorbis@@g"       $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@-logg@@g"          $RPM_BUILD_ROOT%{_libdir}/*.la 
# alsa-lib/asound 
sed -i -e "s@-lasound@@g"       $RPM_BUILD_ROOT%{_libdir}/*.la 
# audiofile 
sed -i -e "s@-laudiofile@@g"    $RPM_BUILD_ROOT%{_libdir}/*.la 
# esound/esd 
sed -i -e "s@-lesd@@g"                $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@%{_libdir}/libesd.la@@g" $RPM_BUILD_ROOT%{_libdir}/*.la 
# glib 
sed -i -e "s@@g"  $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@@g"  $RPM_BUILD_ROOT%{_libdir}/*.la 
sed -i -e "s@@g"     $RPM_BUILD_ROOT%{_libdir}/*.la 
# png/zlib 
sed -i -e "s@-lpng -lz @@g"     $RPM_BUILD_ROOT%{_libdir}/*.la

Comment 1 Than Ngo 2006-02-01 10:20:54 UTC
it should be fixed in the kde upstream.


Note You need to log in before you can comment on or make changes to this bug.