14
0
forked from pool/python-pyasn1

Accepting request 298582 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/298582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=19
This commit is contained in:
2015-04-23 06:04:50 +00:00
committed by Git OBS Bridge
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}