diff --git a/python-cffi.spec b/python-cffi.spec index 4793925c9db636443f301167954012b506705513..a2c88665336a0f92837ba2775934fa88a501be1a 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,13 +6,14 @@ based on C-like declarations that you can often copy-paste from header files or Name: python-%{_name} Version: 1.11.5 -Release: 9 +Release: 10 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org Source0: https://files.pythonhosted.org/packages/source/c/cffi/%{_name}-%{version}.tar.gz -Buildrequires: gdb libffi-devel gcc-c++ +Buildrequires: gdb libffi-devel gcc-c++ gcc +%?python_enable_dependency_generator %description %{_description} @@ -51,14 +52,14 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %defattr(-,root,root) %doc LICENSE AUTHORS %{python2_sitearch}/%{_name}/* -%{python2_sitearch}/%{_name}*info/* +%{python2_sitearch}/%{_name}*info/ %{python2_sitearch}/_%{_name}*.so %files -n python3-%{_name} %defattr(-,root,root) %license LICENSE AUTHORS %{python3_sitearch}/%{_name}/* -%{python3_sitearch}/%{_name}*info/* +%{python3_sitearch}/%{_name}*info/ %{python3_sitearch}/_%{_name}*.so %files help