]> git.pld-linux.org Git - packages/python-pytest-timeout.git/commitdiff
cleanup template leftovers
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 May 2016 21:34:54 +0000 (00:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 May 2016 21:34:54 +0000 (00:34 +0300)
python-pytest-timeout.spec

index 642b944cbd7dc038dc922e43b45b98aae43f9b64..983f6f5de7fdfd013091abbe4141a951b223a6a8 100644 (file)
@@ -1,14 +1,12 @@
+#
 # Conditional build:
 # Conditional build:
-# %%bcond_without      doc     # don't build doc
 %bcond_without tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
 %bcond_without tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-# NOTE: 'module' should match the python import path, not the egg name
 %define        module  pytest-timeout
 Summary:       Pytest plugin which will terminate tests after a certain timeout
 Summary(pl.UTF-8):     Wtyczka Pytest wymuszająca zakończenie testów po przekroczeniu limitu czasu
 %define        module  pytest-timeout
 Summary:       Pytest plugin which will terminate tests after a certain timeout
 Summary(pl.UTF-8):     Wtyczka Pytest wymuszająca zakończenie testów po przekroczeniu limitu czasu
-# Name must match the python module/package name (as on pypi or in 'import' statement)
 Name:          python-%{module}
 Version:       1.0.0
 Release:       1
 Name:          python-%{module}
 Version:       1.0.0
 Release:       1
@@ -103,11 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
 %files
 %defattr(644,root,root,755)
 %doc README
-%{py_sitescriptdir}/pytest_timeout.py*
-%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/pytest_timeout.py[co]
 %{py_sitescriptdir}/pytest_timeout-%{version}-py*.egg-info
 %endif
 %{py_sitescriptdir}/pytest_timeout-%{version}-py*.egg-info
 %endif
-%endif
 
 %if %{with python3}
 %files -n python3-%{module}
 
 %if %{with python3}
 %files -n python3-%{module}
This page took 0.083353 seconds and 4 git commands to generate.