From 482c043d2f8a65b7575d8f286b8ac67b856ef957fa9e804f67fac426ff4523bc Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 3 Dec 2012 15:32:54 +0000 Subject: [PATCH] - 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 --- python-rdflib.changes | 5 +++++ python-rdflib.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-rdflib.changes b/python-rdflib.changes index 43ed794..5fdb8e6 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -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 diff --git a/python-rdflib.spec b/python-rdflib.spec index 22d67de..c933c9a 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -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