diff --git a/python-ana.changes b/python-ana.changes index 25c0f0b..4e4b0d7 100644 --- a/python-ana.changes +++ b/python-ana.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 17 11:33:47 UTC 2018 - jengelh@inai.de + +- Update descriptions + ------------------------------------------------------------------- Fri Mar 30 19:59:41 UTC 2018 - afaerber@suse.de diff --git a/python-ana.spec b/python-ana.spec index 5bc049f..a4f10dd 100644 --- a/python-ana.spec +++ b/python-ana.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ana Version: 0.05 Release: 0 +Summary: The Python "ana" module License: BSD-2-Clause -Summary: ANA -Url: https://github.com/zardus/ana Group: Development/Languages/Python +Url: https://github.com/zardus/ana Source: https://files.pythonhosted.org/packages/source/a/ana/ana-%{version}.tar.gz Source1: https://github.com/zardus/ana/raw/master/LICENSE BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module future} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-future @@ -37,7 +38,7 @@ BuildArch: noarch %python_subpackages %description -ANA provides a place for objects to live out their lives and be distributed to other python instances. +A Python module that provides an undocumented data layer for Python objects. %prep %setup -q -n ana-%{version}