]> git.pld-linux.org Git - packages/python-pbr.git/commitdiff
doc br auto/th/python-pbr-0.10.0-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 8 Dec 2014 10:42:35 +0000 (12:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 8 Dec 2014 10:42:35 +0000 (12:42 +0200)
python-pbr.spec

index 7576f728ababf3d483e6ae33abf14be49871427f..5db5c9e07690854db25c787a0abcb5619f2e1ac0 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without doc             # don't build doc
 %bcond_with    tests   # tests are failing currently
 %bcond_without python2 # CPython 2.x module
 %bcond_with    python3 # CPython 3.x module
@@ -16,6 +17,9 @@ Source0:      http://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}
 URL:           http://pypi.python.org/pypi/pbr
 BuildRequires: rpmbuild(macros) >= 1.219
 BuildRequires: rpm-pythonprov
+%if %{with doc}
+BuildRequires: sphinx-pdg
+%endif
 %if %{with python2}
 # very new required, when also using tests
 BuildRequires: python-Sphinx >= 1.1.3
This page took 0.207724 seconds and 4 git commands to generate.