From acc51b9ac321a44d8e4572b518db6e4cd8b6179d972fc1f3a5667fc53d2916ad Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 19 Dec 2012 15:50:35 +0000 Subject: [PATCH] - 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 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 9 ++++----- python3-SQLAlchemy.changes | 5 +++++ python3-SQLAlchemy.spec | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 7f1aa79..da50cf5 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -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 diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 24d46e9..68ad5f0 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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 diff --git a/python3-SQLAlchemy.changes b/python3-SQLAlchemy.changes index ba99957..145274f 100644 --- a/python3-SQLAlchemy.changes +++ b/python3-SQLAlchemy.changes @@ -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 diff --git a/python3-SQLAlchemy.spec b/python3-SQLAlchemy.spec index 044bb46..fc81533 100644 --- a/python3-SQLAlchemy.spec +++ b/python3-SQLAlchemy.spec @@ -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