Accepting request 143966 from devel:languages:python

- Disable testsuite on SLE_11_SP2 to fix build

OBS-URL: https://build.opensuse.org/request/show/143966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rdflib?expand=0&rev=11
This commit is contained in:
Ismail Dönmez 2012-12-05 13:06:23 +00:00 committed by Git OBS Bridge
commit 297182f5db
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 3 15:31:28 UTC 2012 - saschpe@suse.de
- Disable testsuite on SLE_11_SP2 to fix build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 16 18:29:32 UTC 2012 - jfunk@funktronics.ca Tue Oct 16 18:29:32 UTC 2012 - jfunk@funktronics.ca

View File

@ -55,12 +55,14 @@ python setup.py build
cd docs cd docs
make html make html
%check
python setup.py test
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} >= 1220
%check
python setup.py test
%endif
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc CHANGELOG LICENSE README docs/_build/html %doc CHANGELOG LICENSE README docs/_build/html