Hoi Hugo, On Tue, Dec 30, 2003 at 04:49:13PM +0100, Hugo van der Kooij wrote: > The gnomesword package can be build against various versions of sword but > it will only run against the one it is compiled against. > > To make this clear I want to put in a dependency at compile time. > > So if I have sword-1.5.6 installed and build with my spec file I want a > dependency for sword = 1.5.6 > > But if I compile against sword 1.5.7 I want the requirement to be sword = > 1.5.7 > > Is there a way to gain this information at build time? Add this to your spec file: Requires: sword = %(rpm -q --queryformat '%%{version}' sword) Cheers, -- -- Jos Vos <jos@xxxxxx> -- X/OS Experts in Open Systems BV | Phone: +31 20 6938364 -- Amsterdam, The Netherlands | Fax: +31 20 6948204 _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list