From 27cd24dc7f2a8eb2a04ce768041f535d958c01c7b405fa7a2d38f2de603cb12f Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 13 Jul 2017 19:37:40 +0000 Subject: [PATCH] Add LICENSE and README.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unpaddedbase64?expand=0&rev=2 --- python-unpaddedbase64.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-unpaddedbase64.spec b/python-unpaddedbase64.spec index 87695ae..c62e75d 100644 --- a/python-unpaddedbase64.spec +++ b/python-unpaddedbase64.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -21,10 +22,10 @@ Name: python-%{short_name} Version: 1.1.0 Release: 0 -License: Apache-2.0 Summary: Unpadded Base64 -Url: https://github.com/%{github_user}/%{name} +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/%{github_user}/%{name} Source: https://github.com/%{github_user}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} @@ -54,6 +55,7 @@ Base64 without the "=" padding. %files %{python_files} %defattr(-,root,root,-) +%doc README.rst LICENSE %{python_sitelib}/* %changelog