From f4f20eba994d478daf10eb622ef68916fe96ca83 Mon Sep 17 00:00:00 2001 From: dillon_chen Date: Tue, 15 Nov 2022 17:32:18 +0800 Subject: [PATCH] remove check when flac >= 1.3.4 --- audiofile.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/audiofile.spec b/audiofile.spec index 711f292..67368dd 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -1,6 +1,6 @@ Name: audiofile Version: 0.3.6 -Release: 27 +Release: 28 Summary: Library for reading and writing audio files in many common formats License: LGPLv2+ and GPLv2+ URL: http://audiofile.68k.org/ @@ -51,8 +51,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libaudiofile.la chrpath --delete %{buildroot}%{_bindir}/sfinfo chrpath --delete %{buildroot}%{_bindir}/sfconvert -%check -make check +#%check +#make check %pre @@ -82,6 +82,9 @@ make check %{_mandir}/man3/* %changelog +* Tue Nov 15 2022 dillon chen - 0.3.6-28 +- Remove check when flac >= 1.3.4 + * Mon Sep 6 2021 Hongxun Ren - 0.3.6-27 - Type:enhanence - ID:NA