<div dir="ltr">I am attempting to repackage a DEB version of the Lightworks video editor as an RPM for Fedora 18 (x86_64).<br>I have unpacked the DEB file and copied the contents of data.tar.gz (/usr and subdirectories) to my BUILDROOT directory.<br>
Then I created a spec file which basically just specifies package info and the %files section.<br>The RPM builds OK but does not install due to dependency errors.<br>The dependencies are all actually in the RPM itself, as the Lightworks DEB package includes its own versions of needed libraries in /usr/lib/lightworks.<br>
Obviously, the RPM doesn&#39;t know about this.<br>Apparently Debian doesn&#39;t use the /usr/lib64 location for 64 bit libraries. <br>The problem may have something to do with this, or ldconfig or similar.<br>Adding /sbin/ldconfig to a %post section has made no difference.<br>
Putting the libraries in either /usr/lib or /usr/lib64 in the RPM also hasn&#39;t fixed the issue<br>Any suggestions on how I can resolve this?<br></div>