From db8925a6f27071074178e77c8e7e9683799a9ec5 Mon Sep 17 00:00:00 2001 From: duyyb Date: Fri, 3 Apr 2020 16:53:36 +0800 Subject: [PATCH 1/2] update sox.spec. --- sox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sox.spec b/sox.spec index ab43df5..40df77e 100644 --- a/sox.spec +++ b/sox.spec @@ -50,7 +50,7 @@ cp ${RPM_SOURCE_DIR}/binpatch.py binpatch.py %build CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --without-lpc10 --with-gsm --includedir=%{_includedir}/sox \ - --disable-static --with-distro=Fedora --with-dyn-default + --disable-static --with-distro=openEuler --with-dyn-default make V=1 %{?_smp_mflags} %install -- Gitee From 486890dffa51786ad23a348166917ab62c13b6bf Mon Sep 17 00:00:00 2001 From: duyyb Date: Fri, 3 Apr 2020 16:58:19 +0800 Subject: [PATCH 2/2] update sox.spec. --- sox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sox.spec b/sox.spec index 40df77e..b928eb3 100644 --- a/sox.spec +++ b/sox.spec @@ -1,6 +1,6 @@ Name: sox Version: 14.4.2.0 -Release: 26 +Release: 27 Summary: A general purpose sound file conversion tool License: GPLv2+ and LGPLv2+ and MIT URL: http://sox.sourceforge.net/ @@ -115,6 +115,9 @@ mv $libsox_so.orig $libsox_so %{_mandir}/man3/* %changelog +* Thu Mar 12 2020 duyeyu - 14.4.2.0-27 +- Modify configure parameters + * Thu Mar 12 2020 Jiangping Hu - 14.4.2.0-26 - Fix a require of devel package -- Gitee