On Thu, Dec 21, 2006 at 09:27:31PM +0100, Jan Engelhardt wrote: > Hello, > > > how does Novell/SUSE create packages like libpng-32bit? `rpm -qi` says > "Source RPM: libpng-1.2.8-19.5.src.rpm", but its specfile does not > mention "32bit" anywhere. Where is the magic located?
In our buildsystem, and is called baselibs. Originally we used a baselibs RPM built in the 32bit environment which creates the -32bit sub RPMs. Now (since 10.1/SLES10) our RPM build process does this during the build of the regular 32bit RPM. It is controlled by a baselibs configuration file on what RPMs are handled this way and what is packed. Ciao, Marcus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
