- 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:
committed by
Git OBS Bridge
parent
2e2bcd19dc
commit
482c043d2f
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user