Use --disable-largefile and allow co-installable arch devel packages

This commit is contained in:
Phil Wyett 2022-11-11 01:36:45 +00:00
parent 1f2cff8d81
commit ff3cc66c95

View File

@ -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 <philip.wyett@kathenas.org> - 1.31.1-2
- Use --disable-largefile and allow co-installable arch devel packages
* Tue Nov 01 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.31.1-1
- Update to 1.31.1