17
0

Accepting request 106446 from devel:languages:python

- Fixed SLE_11 build by disabling the testsuite for it (forwarded request 106445 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/106446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2012-02-22 14:54:51 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 12:36:45 UTC 2012 - saschpe@suse.de
- Fixed SLE_11 build by disabling the testsuite for it
-------------------------------------------------------------------
Thu Feb 9 09:39:26 UTC 2012 - rhafer@suse.de

View File

@@ -16,7 +16,6 @@
#
Name: python-SQLAlchemy
Version: 0.7.5
Release: 0
@@ -28,8 +27,8 @@ Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-pysqlite
BuildRequires: python-nose
BuildRequires: python-pysqlite
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%py_requires
@@ -68,8 +67,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions bui
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1110
%check
python setup.py test
%endif
%files
%defattr(-,root,root,-)