|
|
|
@ -1,17 +1,16 @@
|
|
|
|
|
Name: wavpack
|
|
|
|
|
Summary: A completely open audiocodec
|
|
|
|
|
Version: 5.4.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
Version: 5.6.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
License: BSD-3-Clause AND BSD-2-Clause AND LicenseRef-Fedora-Public-Domain
|
|
|
|
|
Url: http://www.wavpack.com/
|
|
|
|
|
Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2
|
|
|
|
|
# For autoreconf
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
Patch0: wavpack-5.4.0-CVE-2021-44269-heap-Out-of-bounds-Read.patch
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
WavPack is a completely open audio compression format providing lossless,
|
|
|
|
@ -38,16 +37,15 @@ autoreconf -ivf
|
|
|
|
|
# for ARM is written for ARMv7 only and building WavPack for an ARM-non-v7
|
|
|
|
|
# architecture will fail.
|
|
|
|
|
# http://lists.busybox.net/pipermail/buildroot/2015-October/142117.html
|
|
|
|
|
%configure --disable-static \
|
|
|
|
|
%ifarch armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv6hl
|
|
|
|
|
--disable-asm \
|
|
|
|
|
%endif
|
|
|
|
|
%configure --disable-static --disable-rpath --disable-asm
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
# we will install the documentation ourselves through the %doc macro
|
|
|
|
|
rm -rf %{buildroot}/%{_docdir}/
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
@ -58,7 +56,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
%{_mandir}/man1/wvgain.1*
|
|
|
|
|
%{_mandir}/man1/wvunpack.1*
|
|
|
|
|
%{_mandir}/man1/wvtag.1*
|
|
|
|
|
%doc AUTHORS doc/wavpack_doc.html
|
|
|
|
|
%doc AUTHORS doc/wavpack_doc.html doc/style.css
|
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -68,16 +66,50 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
%doc ChangeLog doc/WavPack5PortingGuide.pdf doc/WavPack5LibraryDoc.pdf doc/WavPack5FileFormat.pdf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 17 2022 Tomas Korbar <tkorbar@redhat.com> - 5.4.0-5
|
|
|
|
|
- CVE-2021-44269 wavpack: heap Out-of-bounds Read
|
|
|
|
|
- Resolves: CVE-2021-44269
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.6.0-8
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2024 Tomas Korbar <tkorbar@redhat.com> - 5.6.0-8
|
|
|
|
|
- Disable ASM code parts
|
|
|
|
|
- Resolves: RHEL-46283
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.6.0-7
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 02 2023 Tomas Korbar <tkorbar@redhat.com> - 5.6.0-5
|
|
|
|
|
- Add licenses to fully conform to SPDX
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Mar 11 2023 Tomas Korbar <tkorbar@redhat.com> - 5.6.0-3
|
|
|
|
|
- Change the License tag to the SPDX format
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 08 2022 Tomas Korbar <tkorbar@redhat.com> - 5.6.0-1
|
|
|
|
|
- Rebase to 5.6.0
|
|
|
|
|
- Resolves: rhbz#2148994
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 13 2022 Tomas Korbar <tkorbar@redhat.com> - 5.5.0-1
|
|
|
|
|
- Rebase to 5.5.0
|
|
|
|
|
- Resolves: rhbz#2105686
|
|
|
|
|
|
|
|
|
|
* Wed Apr 6 2022 Peter Lemenkov <lemenkov@gmail.com> - 5.4.0-5
|
|
|
|
|
- Fix for CVE-2021-44269
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.4.0-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.4.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|