your devel pkg should always require the lib pkgs and in this case the gir pkgs that it has the development files for.
On Thu, Jan 23, 2014 at 2:46 PM, Matthew Dawkins <[email protected]> wrote: > found your problem in cjs > > %package -n %{devname} > Summary: Development files for %{name} > Group: Development/C++ > Requires: %{libname} = %{EVRD} > > you are missing the following: > Requires: %{libcjsdbus} = %{EVRD} > Requires: %{girname} = %{EVRD} > > > On Thu, Jan 23, 2014 at 2:43 PM, Roelof Wobben <[email protected]>wrote: > >> >> >> ------------------------------ >> Date: Thu, 23 Jan 2014 14:42:00 -0700 >> >> From: [email protected] >> To: [email protected] >> Subject: Re: [OM Cooker] ask for revieuw >> >> No, what he told is right, but the devel pkg should have a require for >> the gir pkg. >> >> Can I see the spec you used and maybe I can see what is missing or not. >> >> All the spec files I use can be find here : >> https://abf.rosalinux.ru/roelof >> >> Roelof >> >> >> >> >> >
