- 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
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 15:48:13 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- The doc package is noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 17:53:22 UTC 2012 - termim@gmail.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 15:48:22 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- The doc package is noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -44,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