!16 remove check when flac >= 1.3.4

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-11-15 10:01:17 +00:00 committed by Gitee
commit 112ff58684
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: audiofile Name: audiofile
Version: 0.3.6 Version: 0.3.6
Release: 27 Release: 28
Summary: Library for reading and writing audio files in many common formats Summary: Library for reading and writing audio files in many common formats
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
URL: http://audiofile.68k.org/ 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}/sfinfo
chrpath --delete %{buildroot}%{_bindir}/sfconvert chrpath --delete %{buildroot}%{_bindir}/sfconvert
%check #%check
make check #make check
%pre %pre
@ -82,6 +82,9 @@ make check
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Nov 15 2022 dillon chen <dillon.chen@gmail.com> - 0.3.6-28
- Remove check when flac >= 1.3.4
* Mon Sep 6 2021 Hongxun Ren<renhongxun@huawei.com> - 0.3.6-27 * Mon Sep 6 2021 Hongxun Ren<renhongxun@huawei.com> - 0.3.6-27
- Type:enhanence - Type:enhanence
- ID:NA - ID:NA