diff --git a/mpg123.spec b/mpg123.spec index 290266c..fce9a37 100644 --- a/mpg123.spec +++ b/mpg123.spec @@ -102,8 +102,7 @@ Development files for decoding and output libraries. %build autoreconf -vfi %configure --enable-modules=yes --with-default-audio=alsa \ - --with-audio=alsa,%{?enable_jack:jack},pulse,oss,%{?enable_portaudio:portaudio} \ - --disable-largefile + --with-audio=alsa,%{?enable_jack:jack},pulse,oss,%{?enable_portaudio:portaudio} %make_build pushd doc doxygen doxygen.conf @@ -162,6 +161,9 @@ rm %{buildroot}%{_libdir}/*.la %{_libdir}/pkgconfig/lib%{syn}.pc %changelog +* Sun Nov 13 2022 Mamoru TASAKA - 1.31.1-3 +- Revert the previous change for now + * Fri Nov 11 2022 Phil Wyett - 1.31.1-2 - Use --disable-largefile and allow co-installable arch devel packages