rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2022.1-2mamba;Wed Sep 27 2023]
This commit is contained in:
parent
cba70d67db
commit
e9299a7ebc
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-tagpy
|
||||
Version: 2022.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python Bindings for TagLib
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -16,10 +16,11 @@ License: MIT
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: python-boost-py3
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libtag-devel >= 1.9.1
|
||||
@ -67,6 +68,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%{python_sitearch}/_tagpy.*.so
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 2022.1-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2022.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user