forked from pool/python-SQLAlchemy
- The doc package is noarch
- The doc package is noarch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
d47bf8f97d
commit
acc51b9ac3
@@ -28,12 +28,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-nose
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%endif
|
||||
Provides: python-sqlalchemy = %{version}
|
||||
Obsoletes: python-sqlalchemy < %{version}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%endif
|
||||
|
||||
%description
|
||||
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
|
||||
@@ -45,9 +44,9 @@ define the join conditions explicitly, to bridge the gap between database and
|
||||
domain.
|
||||
|
||||
%package doc
|
||||
|
||||
Summary: Documentation for python-SQLAlchemy
|
||||
Group: Documentation/Other
|
||||
BuildArch: noarch
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
|
||||
Reference in New Issue
Block a user