projects
/
platform
/
upstream
/
python-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159b776
)
add packaging
accepted/tizen/20130503.225126
accepted/tizen/20130520.100540
submit/tizen/20130503.232210
submit/tizen/20130509.183756
submit/tizen/20130517.023945
author
Anas Nashif
<anas.nashif@intel.com>
Fri, 9 Nov 2012 20:34:35 +0000
(12:34 -0800)
committer
Anas Nashif
<anas.nashif@intel.com>
Fri, 9 Nov 2012 20:34:35 +0000
(12:34 -0800)
packaging/python-nose.spec
patch
|
blob
|
history
diff --git
a/packaging/python-nose.spec
b/packaging/python-nose.spec
index 3ca321eb3b00c0aa2f2ec2719a8afa5b471ddc24..d59d3d0764f920080732b89e8c2abdeddc5d5e4d 100644
(file)
--- 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,-)