3 Commits

View File

@@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-awscrt
Version: 0.26.1
Version: 0.28.4
Release: 1mamba
Summary: A common runtime for AWS Python projects
Group: System/Libraries
@@ -19,6 +19,8 @@ BuildRequires: libpython311-devel
%description
%{summary}.
%define _fortify_level 0
%if 0%{?with_pyver}
%pyver_package
%endif
@@ -46,9 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitearch}/%{pkgname}
%{python_sitearch}/%{pkgname}/*
%{python_sitearch}/_awscrt.abi3.so
%{python3_sitearch}/_awscrt.abi3.so
%doc LICENSE
%changelog
* Fri Aug 08 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26.1-1mamba
* Wed Nov 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28.4-1mamba
- package created using the webbuild interface