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
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 <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
- Type:enhanence
- ID:NA