From 92f5fcdda532e6bd84b52589049be6f531e56d50 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Oct 18 2012 11:34:11 +0000 Subject: run tests in %check --- diff --git a/babel.spec b/babel.spec index 78202f4..333c11c 100644 --- a/babel.spec +++ b/babel.spec @@ -3,7 +3,7 @@ Name: babel Version: 0.9.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools for internationalizing Python applications Group: Development/Languages @@ -99,6 +99,15 @@ popd %{__python} setup.py install --skip-build --no-compile --root %{buildroot} +%check +%{__python} setup.py test + +%if 0%{?with_python3} +pushd %{py3dir} +%{__python3} setup.py test +popd +%endif + %clean rm -rf %{buildroot} @@ -122,6 +131,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Oct 18 2012 Nils Philippsen - 0.9.6-6 +- run tests in %%check + * Sat Aug 04 2012 David Malcolm - 0.9.6-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3