99 lines
3.3 KiB
RPMSpec
99 lines
3.3 KiB
RPMSpec
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
Name: python-tagpy
|
|
Version: 2022.1
|
|
Release: 1mamba
|
|
Summary: Python Bindings for TagLib
|
|
Group: System/Libraries/Python
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://mathema.tician.de/software/tagpy/
|
|
Source: https://pypi.debian.net/tagpy/tagpy-%{version}.tar.gz
|
|
Patch0: tagpy-0.94.8-aksetup_helper.patch
|
|
Patch1: python-tagpy-2018.1.1-id3-build.patch
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libboost-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libpython3-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libtag-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: python-boost-py3
|
|
BuildRequires: libboost-devel
|
|
BuildRequires: libtag-devel >= 1.9.1
|
|
|
|
%description
|
|
TagPy is a set of Python bindings for Scott Wheeler's TagLib.
|
|
It builds upon Boost.Python, a wrapper generation library which is part of the renowned Boost set of C++ libraries.
|
|
|
|
Just like TagLib, TagPy can:
|
|
|
|
* read and write ID3 tags of version 1 and 2, with many supported frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC),
|
|
* access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
|
|
* access APE tags in Musepack and MP3 files.
|
|
|
|
All these features have their own specific interfaces, but TagLib's generic tag reading and writing mechanism is also supported. It comes with a bunch of examples.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n tagpy-%{version}
|
|
#%patch1 -p2
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
## Rename any conflicting file outside of python site packages tree
|
|
#for f in %{_bindir}/pdm; do
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
#done
|
|
#%endif
|
|
|
|
%files %{?pyappend}
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
%{python_sitearch}/%{pkgname}/*
|
|
%{python_sitearch}/_tagpy.*.so
|
|
|
|
%changelog
|
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2022.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2018.1.1-1mamba
|
|
- update to 2018.1.1
|
|
|
|
* Tue Dec 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2013.1-3mamba
|
|
- mass rebuild with libtag 1.9.1
|
|
|
|
* Mon Dec 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2013.1-2mamba
|
|
- rebuilt with python 2.7
|
|
|
|
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 2013.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 06 2011 Tiziana Ferro <tiziana.ferro@email.it> 0.94.8-1mamba
|
|
- update to 0.94.8
|
|
|
|
* Wed Dec 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.94.7-2mamba
|
|
- rebuilt with libboost 1.45.0
|
|
|
|
* Mon Jun 14 2010 Automatic Build System <autodist@mambasoft.it> 0.94.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jun 08 2009 Automatic Build System <autodist@mambasoft.it> 0.94.5-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Aug 18 2008 gil <puntogil@libero.it> 0.94.5-1mamba
|
|
- buildrequires: file /usr/lib/libboost_python-mt.so is not owned by any package
|