remove check when flac >= 1.3.4

This commit is contained in:
dillon_chen 2022-11-15 17:32:18 +08:00
parent fc474d63fe
commit f4f20eba99

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