From 1e755057a1712dd636cdc950f1d71362b9e73faa23fcdab4f6abfd1cf206f07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 Dec 2017 15:22:04 +0000 Subject: [PATCH] - Distribute LICENSE OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validate_email?expand=0&rev=2 --- python-validate_email.changes | 5 +++++ python-validate_email.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-validate_email.changes b/python-validate_email.changes index 5438708..fd4886e 100644 --- a/python-validate_email.changes +++ b/python-validate_email.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 13 15:24:26 UTC 2017 - tchvatal@suse.com + +- Distribute LICENSE + ------------------------------------------------------------------- Wed Dec 13 15:23:08 UTC 2017 - tchvatal@suse.com diff --git a/python-validate_email.spec b/python-validate_email.spec index 579f490..b660c03 100644 --- a/python-validate_email.spec +++ b/python-validate_email.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Verify if an email address is valid and really exists License: LGPL-3.0 Group: Development/Languages/Python -URL: https://github.com/syrusakbary/validate_email +Url: https://github.com/syrusakbary/validate_email Source: https://files.pythonhosted.org/packages/source/v/validate_email/validate_email-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildArch: noarch @@ -43,6 +43,7 @@ properly formatted and really exists. %python_install %files %{python_files} +%doc LICENSE README.rst %{python_sitelib}/* %changelog