Re: bittorrent
Pascal Terjan <[email protected]> Wed, 6 Apr 2005 20:32:00 +0200
| Newsgroups | gmane.linux.mandrake.cooker.amd64 |
|---|---|
| Message-ID | <[email protected]> |
On Apr 6, 2005 8:16 PM, Reynes Philippe <[email protected]> wrote: > I think that python path is the problem. > Any idea for solving this problem for amd64 > for all noarch rpm ? Either fix python to have it's noarch files in /usr/lib/python/* wathever is the arch or make all the python text modules becoming arch dependant. If the resulting package has files in different places depending on the arch, then it is not arch dependant and can't be noarch... perl and ruby already separate their libs depending on the arch, so the lib/lib64 is useless and we can set all the libs in /usr/lib/perl and /usr/lib/ruby whatever the arch is. This allows noarch to work everywhere.