Name: dr14_t.meter Version: 1.0.16 Release: 3 Summary: Compute the dynamic range DR14 value of the givens audio files BuildArch: noarch Group: Applications/Sound License: GPLv3 URL: http://dr14tmeter.sourceforge.net Source: https://github.com/simon-r/dr14_t.meter/archive/v1.0.16.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python3 BuildRequires: bash Requires: python3 Requires: python3-numpy Requires: python3-scipy Requires: flac Requires: lame-libs Requires: faad2 Requires: ffmpeg Requires: vorbis-tools Requires: faac Requires: libmad Requires: x264 Requires: x265 %description Compute the DR14 value of the given audio files according to the algorithm decribed by the Pleasurize Music Foundation %prep rm -rf $RPM_BUILD_DIR/%{name}-%{version} zcat $RPM_SOURCE_DIR/v1.0.16.tar.gz | tar -xvf - %build cd $RPM_BUILD_DIR/%{name}-%{version} python3 setup.py build %install #rm -rf %{buildroot} cd $RPM_BUILD_DIR/%{name}-%{version} python3 setup.py install --root=%{buildroot} --prefix=usr --optimize=1 %clean #rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/* /usr/lib/* %{_mandir}/man1/* %changelog * Sat Jul 17 2021 Shaun Assam - Updated for CentOS 8 Stream (lame-libs) * Wed Nov 6 2019 Shaun Assam - 1.0.16-2 - Update specs for Python 3