]> git.pld-linux.org Git - packages/python-jinja2.git/commitdiff
- BR: rpm-pythonprov
authorsparky <sparky@pld-linux.org>
Thu, 13 May 2010 15:29:38 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use __make macro

Changed files:
    python-jinja2.spec -> 1.6

python-jinja2.spec

index 93bf23d1f81d5b0edfb27ea10339c8f408876f4e..7ea21e877032cc2034cbcca44790cb72775368b7 100644 (file)
@@ -12,6 +12,7 @@ Source0:      http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.g
 URL:           http://pypi.python.org/pypi/Jinja2
 BuildRequires: python-devel
 BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
 %if %{with doc}
 BuildRequires: sphinx-pdg
 %endif
@@ -37,7 +38,7 @@ ograniczonym środowisku.
 %{__python} setup.py build
 %if %{with doc}
 cd docs
-make html
+%{__make} -j1 html
 rm -rf _build/html/_sources
 %endif
 
This page took 0.028802 seconds and 4 git commands to generate.