Switch off bootstrap mode
- Simplify bootstrap mode logic
This commit is contained in:
parent
27fa385b38
commit
95cdc147d9
@ -1,18 +1,12 @@
|
|||||||
%bcond_without bootstrap
|
%if 0%{?fedora} >= 36 || 0%{!?with_bootstrap}
|
||||||
|
|
||||||
%if %{with bootstrap}
|
|
||||||
%bcond_with ffmpeg
|
|
||||||
%else
|
|
||||||
%if 0%{?fedora} >= 36
|
|
||||||
%bcond_without ffmpeg
|
%bcond_without ffmpeg
|
||||||
%else
|
%else
|
||||||
%bcond_with ffmpeg
|
%bcond_with ffmpeg
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: chromaprint
|
Name: chromaprint
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 9%{?with_bootstrap:_bootstrap}%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Library implementing the AcoustID fingerprinting
|
Summary: Library implementing the AcoustID fingerprinting
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -113,6 +107,10 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 25 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.5.1-10
|
||||||
|
- Switch off bootstrap mode
|
||||||
|
- Simplify bootstrap mode logic
|
||||||
|
|
||||||
* Tue Mar 14 2023 Sérgio Basto <sergio@serjux.com> - 1.5.1-9_bootstrap
|
* Tue Mar 14 2023 Sérgio Basto <sergio@serjux.com> - 1.5.1-9_bootstrap
|
||||||
- Add a bootstrap package as suggests in
|
- Add a bootstrap package as suggests in
|
||||||
https://github.com/acoustid/chromaprint/issues/129#issuecomment-1468612507
|
https://github.com/acoustid/chromaprint/issues/129#issuecomment-1468612507
|
||||||
|
Loading…
x
Reference in New Issue
Block a user