On 18 August 2014 14:14, Neal Becker <ndbecker2@gmail.com> wrote:
The best way to discover these things is download the src package to see how the
standard fedora package is built.

yumdownloader --source xxxxx

That's a handy tip, thanks. My ignorance of rpms is letting me down now. I've
done

yumdownloader --source boost

which downloaded 1.54, but listing its contents with

rpm -q -p boost-1.54.0-9.fc20.src.rpm -l

doesn't show me anything which obviously contains a build line. Where
would I find this?

Thx, Rob.