]> git.pld-linux.org Git - packages/python-pyparsing.git/commitdiff
- rel 3; fix build without doc auto/th/python-pyparsing-2.4.2-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Oct 2019 12:03:36 +0000 (13:03 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Oct 2019 12:03:36 +0000 (13:03 +0100)
python-pyparsing.spec

index 01a5c02244b65d700e38dcf415df33ef84d49de9..6d9c2226382905b4ca8f41745538de062b3d673f 100644 (file)
@@ -9,7 +9,7 @@ Summary:        pyparsing - Python 2 module for creating executing simple grammars
 Summary(pl.UTF-8):     pyparsing - moduł Pythona 2 umożliwiający tworzenie i parsowanie prostych gramatyk
 Name:          python-%{module}
 Version:       2.4.2
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/pyparsing/
@@ -143,9 +143,11 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitescriptdir}/pyparsing-*.egg-info
 %endif
 
+%if %{with doc}
 %files doc
 %defattr(644,root,root,755)
 %doc docs/_build/html/{_static,*.html,*.js}
+%endif
 
 %files examples
 %defattr(644,root,root,755)
This page took 0.227644 seconds and 4 git commands to generate.