automatic version update by autodist [release 1.14.4-1mamba;Wed Dec 02 2020]
This commit is contained in:
parent
80b4eeb5ff
commit
1b2f15dddf
@ -1,5 +1,5 @@
|
||||
Name: python-cffi
|
||||
Version: 1.14.3
|
||||
Version: 1.14.4
|
||||
Release: 1mamba
|
||||
Summary: Foreign Function Interface for Python calling C code
|
||||
Group: System/Libraries
|
||||
@ -44,6 +44,10 @@ Requires: python-pycparser-%{?pyappend}
|
||||
|
||||
%prep
|
||||
%setup -q -n cffi-%{version}
|
||||
%ifarch aarch64
|
||||
# ???
|
||||
%global __requires_exclude ^python3..dist.*$
|
||||
%endif
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
@ -65,6 +69,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/cffi-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 21 2020 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user