14
0
forked from pool/python-pyasn1

Accepting request 298581 from home:Nijel:branches:devel:languages:python

- Run testsuite in %check

OBS-URL: https://build.opensuse.org/request/show/298581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=32
This commit is contained in:
Michal Čihař
2015-04-22 12:44:02 +00:00
committed by Git OBS Bridge
parent f8ebdbdb62
commit f0be8820fc
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 22 12:35:13 UTC 2015 - mcihar@suse.cz
- Run testsuite in %check
-------------------------------------------------------------------
Tue Mar 3 15:56:43 UTC 2015 - lchiquitto@suse.com

View File

@@ -25,6 +25,7 @@ Group: Development/Languages/Python
Url: http://pyasn1.sf.net/
Source: http://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-pytest
BuildRequires: python-setuptools
Provides: python-asn1 = %{version}
Obsoletes: python-asn1 < 0.1.2
@@ -47,6 +48,9 @@ specification.
%build
python setup.py build
%check
python setup.py test
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}