forked from pool/python-unpaddedbase64
		
	Add LICENSE and README.rst
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unpaddedbase64?expand=0&rev=2
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user