14
0
forked from pool/python-rdflib

- Disable testsuite on SLE_11_SP2 to fix build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=28
This commit is contained in:
Sascha Peilicke
2012-12-03 15:32:54 +00:00
committed by Git OBS Bridge
parent 2e2bcd19dc
commit 482c043d2f
2 changed files with 10 additions and 3 deletions

View File

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