This is because there are pre-build steps that happen before the package build step.
Adding it to BuildRequires hurts nothing, but it would not build the docs (which is ok, as they are in the release tarball that the RPM build references). On Wed, Feb 5, 2014 at 1:38 PM, Adam Heath <[email protected]> wrote: > On 02/05/2014 12:31 PM, C. Morgan Hamill wrote: > >> Excerpts from Adam Heath's message of 2014-02-05 13:24:48 -0500: >> >>> root@urk:~# apt-file search bin/a2x >>> asciidoc: /usr/bin/a2x >>> >>> And "yum search asciidoc" comes up with results. >>> >>> Does rpm.spec have a way to list a series of build dependencies? I'm a >>> Debian guy, and that would be done thru debian/control:Build-Depends >>> >> >> In the spec file, 'BuildRequires: asciidoc' in the metadata section at >> the top of the file. >> > > == > 12:46:49 -0600 adam@ansible-bf[7]:~/code/ansible/eigood-ansible(work)$ > grep asciidoc -c packaging/rpm/ansible.spec > 0 > == > > So there you go. Debian has it listed for a dependency, but the rpm spec > does not. > > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
