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:
commit
297182f5db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user