Mailinglist Archive: opensuse-packaging (140 mails)
| < Previous | Next > |
Re: [opensuse-packaging] How to create a dependency
- From: Stephan Kulow <coolo@xxxxxxx>
- Date: Fri, 13 Jan 2012 13:36:01 +0100
- Message-id: <4F102531.7030105@suse.de>
On 13.01.2012 13:16, Mathias Homann wrote:
the automatic requires would add for binaries requiring the library.
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Hi,You want to require libgstapp-0.10.so.0, i.e. the SONAME. This is what
I'm banging my head against the wall here... how do i create a "alternate"
dependency in a spec file?
I need to create a i586 rpm that has a requirement to libgstapp but only the
32bit version.
or, in pseudoboolean:
Requires: libgstapp-0_10-0-32bit(x86-32) || libgstapp-0_10-0(x86-32)
how do i do that...
I can't point the Requires: line at absolute files, e.g.
/usr/lib/libgstapp-0.10.so.0 because that would "force" the right
package/architecture but doesn't get resolved by zypper 0.o
the automatic requires would add for binaries requiring the library.
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |