automatic update by autodist [release 0.9.5-1mamba;Sat Jul 18 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:08:08 +01:00
parent 3f09bd76ed
commit 7463b875b9

View File

@ -1,11 +1,11 @@
Name: python-eyeD3 Name: python-eyeD3
Version: 0.6.18 Version: 0.9.5
Release: 2mamba Release: 1mamba
Summary: Python Module for ID3 Tag Manipulation Summary: Python Module for ID3 Tag Manipulation
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://eyed3.nicfit.net/ URL: http://eyed3.nicfit.net/
Source: http://eyed3.nicfit.net/releases/eyeD3-%{version}.tar.gz Source: http://eyed3.nicfit.net/releases/eyeD3-%{version}.tar.gz
License: GPL License: GPL
@ -19,36 +19,39 @@ python-eyed3 is a python module for the manipulation of ID3 tags.
It supports versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It supports versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard.
It can also retrieve information, such as length and bit rate, from an MP3 file. It can also retrieve information, such as length and bit rate, from an MP3 file.
%prep %if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n eyeD3-%{version} %setup -q -n eyeD3-%{version}
%build %build
%configure CFLAGS="%{optflags}" %{__python} setup.py build
%{__python} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" %{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
%{__install} -Dp -m755 bin/eyeD3 %{buildroot}%{_bindir}/eyeD3 #%{__install} -Dp -m755 bin/eyeD3 %{buildroot}%{_bindir}/eyeD3
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files %{?pyappend} -f %{name}.filelist
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%{_bindir}/eyeD3 %doc LICENSE
%dir %{python_sitearch}/eyeD3
%{python_sitearch}/eyeD3/*.py
%{python_sitearch}/eyeD3/*.pyc
%{python_sitearch}/eyeD3/*.pyo
%{python_sitearch}/eyeD3-%{version}-py*.egg-info
%doc AUTHORS COPYING
# ChangeLog NEWS README README.html TODO
%changelog %changelog
* Sat Jul 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.5-1mamba
- automatic update by autodist
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.18-2mamba * Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.18-2mamba
- python 2.7 mass rebuild - python 2.7 mass rebuild