diff --git a/python-python-stdnum.changes b/python-python-stdnum.changes index 35639b5..27b612e 100644 --- a/python-python-stdnum.changes +++ b/python-python-stdnum.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 10:11:07 UTC 2016 - jengelh@inai.de + +- Trim redundant lines off description + ------------------------------------------------------------------- Mon Jul 4 07:15:17 UTC 2016 - axel.braun@gmx.de diff --git a/python-python-stdnum.spec b/python-python-stdnum.spec index 1f77bb4..4deeb3b 100644 --- a/python-python-stdnum.spec +++ b/python-python-stdnum.spec @@ -1,7 +1,7 @@ # -# spec file for package python-stdnum +# spec file for package python-python-stdnum # -# Copyright (c) 2016 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,27 +13,27 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %define base_name python-stdnum Name: python-%{base_name} Version: 1.3 Release: 0 -License: LGPL-2.0+ Summary: Python module to handle standardized numbers and codes -Url: http://arthurdejong.org/python-stdnum/ +License: LGPL-2.0+ Group: Development/Languages/Python +Url: http://arthurdejong.org/python-stdnum/ Source: https://files.pythonhosted.org/packages/21/9b/5ff5aeb1f41a23cbbfec6b4a7852c9fec6c904c34bba0b5f905da1702809/%{base_name}-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools Suggests: python-PySimpleSOAP Suggests: python-suds -BuildRoot: %{_tmppath}/%{base_name}-%{version}-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -Parse, validate and reformat standard numbers and codes. - This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats.