I have tried to remove those dll in the %prep macro, prior to building
but when missing those files seem to wreak havoc. I then removed them
in the %install macro, after building, but I then get missing deps
when installing the rpm.
$ sudo rpm -ivh ../RPMS/i386/paintdotnet-0.1-0.2.63svn.fc10.i386.rpm
error: Failed dependencies:
mono(Interop.WIA) = 1.0.0.0 is needed by
paintdotnet-0.1-0.2.63svn.fc10.i386
mono(Microsoft.Ink) = 1.7.2600.2180 is needed by
paintdotnet-0.1-0.2.63svn.fc10.i386
Although when forcing install with --nodeps paintdotnet starts up
properly.
In the end, I would think the desired behaviour would be to remove non
free dlls prior to building. Any hints would be appreciated.
__
Eric
ftp://ftp.zouric.com/public/paintdotnet/paintdotnet.spec
On Feb 21, 8:13 am, Miguel de Icaza <
miguel.de.ic...@gmail.com> wrote:
> You can drop those files as they are not used in Linux anyways.
>