diff --git a/python-pygal.spec b/python-pygal.spec index f277693..c59e973 100644 --- a/python-pygal.spec +++ b/python-pygal.spec @@ -6,7 +6,7 @@ Name: python-pygal Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python svg graph plotting library Group: Development/Libraries @@ -80,6 +80,7 @@ popd %{__python} setup.py install -O1 --skip-build --root=%{buildroot} %check +%if 0%{?fedora} py.test pygal/test # Tests would require python3-flask, which does not exist. Disabled for now. @@ -88,6 +89,7 @@ py.test pygal/test #%%{__python3} setup.py test #popd #%%endif +%endif %files %doc README @@ -103,6 +105,9 @@ py.test pygal/test %endif %changelog +* Thu Sep 04 2014 Ralph Bean - 1.5.0-2 +- Disable tests for epel. + * Mon Aug 18 2014 Ralph Bean - 1.5.0-1 - Latest upstream.