Mailinglist Archive: opensuse-packaging (174 mails)

< Previous Next >
Re: [opensuse-packaging] kde4-skrooge
  • From: Marcus Hüwe <suse-tux@xxxxxx>
  • Date: Wed, 4 Mar 2009 00:12:13 +0100
  • Message-id: <20090303231213.GA3160@xxxxxxxxxxxxxxxxxxx>
On 2009-03-03 22:52:04 +0100, Sascha 'saigkill' Manns wrote:
i've just updated my Skrooge Package. I've written in the Spec:
Requires: kde4-skrooge-lang = %{version}-%{release}

But RPMLint says:

kde4-skrooge.x86_64: E: percent-in-dependency (Badness: 10000) kde4-
skrooge-lang %{version}-%{release}
This rpm has a dependency whose version part contains the '%' character.
It could be an unexpanded macro, please double check.

Before you can use %{version} and %{release} you have to define it.

And the other i not understand is:
kde4-skrooge-devel.x86_64: W: no-dependency-on kde4-skrooge*/kde4-
skrooge-libs/libkde4-skrooge

That i don't understand. I have no libkde4-skrooge File in -devel...

If you want to link against your *.so files which are shipped with your
devel package other libraries (+ devel) have to be installed too. So add
the missing deps to the "Requires" of your devel package.


Marcus
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >