Merge pull request !1 from 惊奇脆片饼干/master
This commit is contained in:
openeuler-ci-bot 2019-11-30 10:37:06 +08:00 committed by Gitee
commit cb9778348e

View File

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