forked from pool/python-amqp
- Run testsuite
- Run testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
7274655a16
commit
c81081b348
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:21:42 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Run testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 12:43:45 UTC 2013 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -24,10 +24,13 @@ License: LGPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/celery/py-amqp
|
||||
Source: http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-sphinxcontrib-issuetracker
|
||||
# Test requirements:
|
||||
BuildRequires: python-nose
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -52,6 +55,9 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
nosetests
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changelog LICENSE README.rst demo build/sphinx/html
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:21:55 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Run testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 12:22:56 UTC 2013 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -24,10 +24,13 @@ License: LGPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/celery/py-amqp
|
||||
Source: http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-distribute
|
||||
# Documentation requirements:
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-sphinxcontrib-issuetracker
|
||||
# Test requirements:
|
||||
BuildRequires: python3-nose
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -48,6 +51,9 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
nosetests-%{py3_ver}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changelog LICENSE README.rst demo build/sphinx/html
|
||||
|
||||
Reference in New Issue
Block a user