[opensuse-buildservice] sles: xsltproc
Hi, I need /usr/bin/xsltproc at build time. It is provided by libxslt package in SLES or libxslt-tools in openSUSE. Is there a way not to use %if version inside my spec? I mean, maybe substitute something. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wednesday 2014-11-26 17:07, Matwey V. Kornilov wrote:
Hi,
I need /usr/bin/xsltproc at build time. It is provided by libxslt package in SLES or libxslt-tools in openSUSE. Is there a way not to use %if version inside my spec? I mean, maybe substitute something.
Add to prjconf: %if %someconditionforsles Substitute: libxslt-tools libxslt= %endif -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
2014-11-26 19:24 GMT+03:00 Jan Engelhardt <jengelh@inai.de>:
Substitute: libxslt-tools libxslt=
Could you add this to SUSE:SLE-12:GA SUSE:SLE-11:SP3 SUSE:SLE-11:SP2 SUSE:SLE-11:SP1 ? I think it is common issue. Or even better Substitute: xsltproc libxslt= -- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp://0x2207@jabber.ru -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Jan Engelhardt
-
Matwey V. Kornilov