rebuilt with python3 == 3.11 [release 2.19.3-4mamba;Fri Jan 26 2024]
This commit is contained in:
parent
8e82adccf4
commit
b642dbda5a
11
botan2.spec
11
botan2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: botan2
|
Name: botan2
|
||||||
Version: 2.19.3
|
Version: 2.19.3
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: A C++ cryptography library released under the permissive Simplified BSD license
|
Summary: A C++ cryptography library released under the permissive Simplified BSD license
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,7 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -42,7 +42,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q -n botan-%{version}
|
%setup -q -n botan-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python310} configure.py \
|
%{__python3} configure.py \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir}
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libbotan-2.so.*
|
%{_libdir}/libbotan-2.so.*
|
||||||
%{python310_sitearch}/botan2.py
|
%{python3_sitearch}/botan2.py
|
||||||
%doc license.txt
|
%doc license.txt
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -86,6 +86,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_docdir}/botan-%{version}/handbook/.buildinfo
|
%{_docdir}/botan-%{version}/handbook/.buildinfo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.3-4mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.3-3mamba
|
* Fri Jul 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.3-3mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user