Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Michael DeHaan
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 wrote: >

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Adam Heath
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 D

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Adam Heath
On 02/05/2014 12:30 PM, Michael DeHaan wrote: Asciidoc produces no results on what platform? Confused by your apt-file command above. == apt-get install apt-file apt-file update == This will download the Contents-$arch.gz files from your debian mirror, then build an index of file->package ma

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread C. Morgan Hamill
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 th

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Michael DeHaan
Asciidoc produces no results on what platform? Confused by your apt-file command above. It could be added to BuildRequires, though this is more for packaging relative to the tarball. The build system will attempt to do this prior to building the RPM (and we are ok with this, because RPM is only

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Adam Heath
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 On 02/05/2014 11:28 AM, Yuri Lukyanov wrote:

Re: [ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread James Tanner
On 02/05/2014 12:28 PM, Yuri Lukyanov wrote: The recent devel branch requires a2x to make rpm. sed "s/%VERSION%/1.5/" docs/man/man1/ansible-pull.1.asciidoc.in > docs/man/man1/ansible-pull.1.asciidoc ERROR: AsciiDoc 'a2x' command is not installed but is required to build docs/man/man1/ansible.1

[ansible-project] ERROR: AsciiDoc 'a2x' command is not installed but is required to build

2014-02-05 Thread Yuri Lukyanov
The recent devel branch requires a2x to make rpm. sed "s/%VERSION%/1.5/" docs/man/man1/ansible-pull.1.asciidoc.in > docs/man/man1/ansible-pull.1.asciidoc ERROR: AsciiDoc 'a2x' command is not installed but is required to build docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1 docs/man/man