Bug 72529

Summary: bug in specfile
Product: [Retired] Red Hat Linux Reporter: Arjan van de Ven <arjanv>
Component: libraw1394Assignee: Michael Fulbright <msf>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-16 20:39:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arjan van de Ven 2002-08-24 22:28:21 UTC
the specfile hardcodes /usr/lib in the %files section, this should be %{_libdir}
this breaks x86-64 and other multilib architectures that put libs in /usr/lib64 ;)

Comment 1 Brent Fox 2004-04-16 20:39:34 UTC
Doesn't look like this is an issue anymore:

%files devel
%defattr(-,root,root,-)
%doc doc/libraw1394.sgml
%{_includedir}/libraw1394
%{_libdir}/libraw1394.a
%{_libdir}/libraw1394.la
%{_libdir}/libraw1394.so
%{_datadir}/aclocal/libraw1394.m4
%{_libdir}/pkgconfig/libraw1394.pc