]> git.pld-linux.org Git - packages/python-greenlet.git/commitdiff
- rel 3; fix build without tests auto/th/python-greenlet-0.4.15-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 30 Oct 2019 08:14:00 +0000 (09:14 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 30 Oct 2019 08:14:00 +0000 (09:14 +0100)
python-greenlet.spec

index 52cf27f23674c353901e83e4b1e2c09f84ae258e..e3f999e1abc552ceb9c3a1ff42da84f9c3a5a8d1 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Lightweight in-process concurrent programming
 Summary(pl.UTF-8):     Lekkie programowanie równoległe wewnątrz procesu
 Name:          python-%{module}
 Version:       0.4.15
-Release:       2
+Release:       3
 License:       MIT, PSF (Stackless Python parts)
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/greenlet/
@@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc AUTHORS LICENSE NEWS README.rst doc/greenlet.txt benchmarks-3
+%doc AUTHORS LICENSE NEWS README.rst doc/greenlet.txt %{?with_tests:benchmarks-3}
 %attr(755,root,root) %{py3_sitedir}/greenlet.cpython-*.so
 %{py3_sitedir}/greenlet-%{version}-py*.egg-info
 
This page took 0.281428 seconds and 4 git commands to generate.