On 03/22/2011 07:22 PM, Nelson Marques wrote:
Dnia 2011-03-22, wto o godzinie 05:31 +0300, Ilya Chernykh pisze:
Hi!
I have a question. I want to a package which heavily uses icons from another one. But the OBS system does not allow to built it: it says "icon file not installed" even though the dependency on a package that contains the necessary icon is included. What can I do to successfully install this package? Where you have the dependency? In "Requires" or "BuildRequires"? I think that it should be in both. In "BuildRequires" to provide the icon during install, to avoid error and In "Requires" to provide the icon the system, where package is installed. The best way should be that one in my opinion... include the file with
On Tue, Mar 22, 2011 at 7:33 AM, Adam Mizerski<adam@mizerski.pl> wrote: the icons as 'BuildRequires' and maybe insert a comment like:
# WARNING: package foobar as BR to share icons BuildRequires: foobar
Anyone coming across such would easilly know what is going on.
NM
Rpm should pick up the requirement for the other icon package during build, if it doesn't you need to put in a Requires: for it. Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org