diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index bda39d0..c867b91 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 10 13:50:49 UTC 2016 - tbechtold@suse.com + +- Install LICENSE and README.rst + ------------------------------------------------------------------- Fri Mar 27 15:28:20 UTC 2015 - prusnak@opensuse.org diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 9036180..beff7d7 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy-Utils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,19 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-SQLAlchemy-Utils Version: 0.29.8 Release: 0 -License: BSD-3-Clause Summary: Various utility functions for SQLAlchemy -Url: https://github.com/kvesteri/sqlalchemy-utils +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://github.com/kvesteri/sqlalchemy-utils Source: https://pypi.python.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz +BuildRequires: python-SQLAlchemy BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: python-SQLAlchemy Requires: python-SQLAlchemy BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -48,6 +49,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) +%doc LICENSE README.rst %{python_sitelib}/* %changelog