14
0
2018-12-06 23:10:09 +00:00
committed by Git OBS Bridge
parent b1262ea1c9
commit b3056f7a68

View File

@@ -23,12 +23,12 @@ Release: 0
Summary: Simple generic functions (similar to Python's own len(), pickle.dump(), etc) Summary: Simple generic functions (similar to Python's own len(), pickle.dump(), etc)
License: ZPL-2.1 License: ZPL-2.1
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://cheeseshop.python.org/pypi/simplegeneric URL: http://cheeseshop.python.org/pypi/simplegeneric
Source: https://files.pythonhosted.org/packages/source/s/simplegeneric/simplegeneric-%{version}.zip Source: https://files.pythonhosted.org/packages/source/s/simplegeneric/simplegeneric-%{version}.zip
BuildRequires: %{python_module base}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -64,7 +64,6 @@ less than 100 lines.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.txt %doc README.txt
%{python_sitelib}/* %{python_sitelib}/*