[python-asciitable/el5] Adding buildroot Removing nosetests

Sergio Pascual sergiopr at fedoraproject.org
Mon Jun 6 12:23:50 UTC 2011


commit 30c7b01071bba82f0e3a036f1c0c68d2c3fc6ea4
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Jun 6 14:23:31 2011 +0200

    Adding buildroot
    Removing nosetests

 python-asciitable.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python-asciitable.spec b/python-asciitable.spec
index 2059179..b28f5c1 100644
--- a/python-asciitable.spec
+++ b/python-asciitable.spec
@@ -8,7 +8,7 @@
 
 Name: python-%{upname}
 Version: 0.6.0
-Release: 2%{?dist}
+Release: 2%{?dist}.1
 Summary: Extensible ASCII table reader and writer
 License: BSD
 
@@ -17,6 +17,7 @@ URL: http://cxc.harvard.edu/contrib/asciitable/
 Source0: http://pypi.python.org/packages/source/a/%{upname}/%{upname}-%{version}.tar.gz
 BuildRequires: python2-devel python-nose
 BuildArch: noarch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires: numpy
 
@@ -78,8 +79,8 @@ pushd %{py3dir}
 popd
 %endif # with_python3
 
-%check
-nosetests
+#%check
+#nosetests
 
 %install
 rm -rf %{buildroot}
@@ -105,6 +106,10 @@ popd
 
 
 %changelog
+* Mon Jun 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.0-2.1
+- Adding buildroot
+- Removing nosetests
+
 * Mon Jun 6 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.0-2
 - Adding index.rst before importing
 


More information about the scm-commits mailing list