|
|
|
@ -1,12 +1,15 @@
|
|
|
|
|
%global __python /usr/bin/python3
|
|
|
|
|
|
|
|
|
|
Name: python-cffi
|
|
|
|
|
Version: 1.11.5
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 5%{?dist}.inferit
|
|
|
|
|
Summary: Foreign Function Interface for Python to call C code
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://cffi.readthedocs.org/
|
|
|
|
|
Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
@ -68,7 +71,8 @@ rm build/html/.buildinfo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.11.5-5
|
|
|
|
|
* Mon Dec 04 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.11.5-5.inferit
|
|
|
|
|
- Added dependency for build and defined %__python explicitly
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Oct 22 2018 Christian Heimes <cheimes@redhat.com> - 1.11.5-5
|
|
|
|
|