rebuilt with python 3.10 [release 3.3-2mamba;Thu Jun 29 2023]
This commit is contained in:
parent
381b1fd4eb
commit
200ab4d326
@ -1,6 +1,6 @@
|
||||
Name: libsearpc
|
||||
Version: 3.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple C language RPC framework based on GObject system
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,7 +13,7 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -54,7 +54,7 @@ This package contains the python bindings for %{name}.
|
||||
%build
|
||||
%configure \
|
||||
--with-python3 \
|
||||
PYTHON=%{__python3}
|
||||
PYTHON=%{__python310}
|
||||
|
||||
%make
|
||||
|
||||
@ -88,10 +88,13 @@ This package contains the python bindings for %{name}.
|
||||
|
||||
%files -n python-searpc
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/pysearpc
|
||||
%{python3_sitearch}/pysearpc/*
|
||||
%dir %{python310_sitearch}/pysearpc
|
||||
%{python310_sitearch}/pysearpc/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Fri Nov 18 2022 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user