Mailinglist Archive: opensuse-packaging (216 mails)
| < Previous | Next > |
Re: [opensuse-packaging] kde4_knotification_requires macro?
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Sun, 13 Mar 2011 16:10:14 -0300
- Message-id: <4D7D1696.10107@opensuse.org>
El 13/03/11 15:17, Sascha Manns escribió:
use %{?kde4_knotification_requires}
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Hello Mates,
atm i' building kvirustotal. After the normal building RPMLINT says:
kvirustotal.x86_64: W: suse-kde4-missing-dependency
kde4_knotification_requires
So i changed the spec to:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%kde4_knotification_requires
But now it says:
Unknown tag: %kde4_knotification_requires
Maybe it is a special package needed to solve this issue?
use %{?kde4_knotification_requires}
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |