rebuilt with python3 == 3.11 [release 3.2.0-2mamba;Fri Jan 26 2024]

This commit is contained in:
Silvan Calarco 2024-01-26 13:40:30 +01:00
parent da24437d65
commit 2f1b339dd9

View File

@ -1,7 +1,7 @@
%define apiver %(echo %version | cut -d. -f1)
Name: botan
Version: 3.2.0
Release: 1mamba
Release: 2mamba
Summary: A C++ cryptography library released under the permissive Simplified BSD license
Group: System/Libraries
Vendor: openmamba
@ -13,7 +13,7 @@ License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -43,7 +43,7 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%{__python310} configure.py \
%{__python3} configure.py \
--prefix=%{_prefix} \
--libdir=%{_libdir}
@ -67,7 +67,7 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libbotan-%{apiver}.so.*
%{python310_sitearch}/botan%{apiver}.py
%{python3_sitearch}/botan%{apiver}.py
%doc license.txt
%files -n lib%{name}-devel
@ -87,6 +87,9 @@ This package contains libraries and header files for developing applications tha
%{_docdir}/botan-%{version}/handbook/.buildinfo
%changelog
* Fri Jan 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-2mamba
- rebuilt with python3 == 3.11
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
- automatic version update by autodist