diff --git a/mpg123.spec b/mpg123.spec index 4e411c0..290266c 100644 --- a/mpg123.spec +++ b/mpg123.spec @@ -4,7 +4,7 @@ Name: mpg123 Version: 1.31.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 License: LGPLv2+ URL: https://mpg123.org @@ -102,7 +102,8 @@ 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} + --with-audio=alsa,%{?enable_jack:jack},pulse,oss,%{?enable_portaudio:portaudio} \ + --disable-largefile %make_build pushd doc doxygen doxygen.conf @@ -161,6 +162,9 @@ rm %{buildroot}%{_libdir}/*.la %{_libdir}/pkgconfig/lib%{syn}.pc %changelog +* Fri Nov 11 2022 Phil Wyett - 1.31.1-2 +- Use --disable-largefile and allow co-installable arch devel packages + * Tue Nov 01 2022 Phil Wyett - 1.31.1-1 - Update to 1.31.1