14
0
2017-07-13 19:37:40 +00:00
committed by Git OBS Bridge
parent 1588320b14
commit 27cd24dc7f

View File

@@ -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