From: Anas Nashif Date: Fri, 9 Nov 2012 20:34:35 +0000 (-0800) Subject: add packaging X-Git-Tag: accepted/tizen/20130503.225126^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a3a25fd7f2229ef80a4db2438a7684de982fdc1;p=platform%2Fupstream%2Fpython-nose.git add packaging --- diff --git a/packaging/python-nose.spec b/packaging/python-nose.spec index 3ca321e..d59d3d0 100644 --- a/packaging/python-nose.spec +++ b/packaging/python-nose.spec @@ -36,11 +36,12 @@ sed -i 's,man/man1,share/man/man1,' setup.py %build python setup.py build +%check +python setup.py test + %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check -python setup.py test %files %defattr(-,root,root,-)