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