remove Intel SOF firmware (moved to alsa-sof-firmware package)
This commit is contained in:
parent
0238dd3ed5
commit
9feba90f62
@ -2,17 +2,14 @@
|
||||
# in the end package are expected.
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
%define sof_version 1.4.2
|
||||
|
||||
Summary: Firmware for several ALSA-supported sound cards
|
||||
Name: alsa-firmware
|
||||
Version: 1.2.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
# See later in the spec for a breakdown of licensing
|
||||
License: GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.alsa-project.org/pub/misc/sof/sof-firmware-%{sof_version}.tar.bz2
|
||||
|
||||
Requires: alsa-tools-firmware >= 1.1.7
|
||||
Requires: systemd
|
||||
@ -60,19 +57,14 @@ mv aica/license.txt LICENSE.aica_firmware
|
||||
mv aica/Dreamcast_sound.txt aica_dreamcast_sound.txt
|
||||
mv ca0132/creative.txt LICENSE.creative_txt
|
||||
|
||||
# Intel's SOF
|
||||
tar xvjf %{SOURCE1} --strip-components=1
|
||||
mv lib/firmware/intel/sof/LICENCE LICENSE.sof-intel
|
||||
rm -f lib/firmware/intel/sof-tplg/LICENCE
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
cp -ra lib/* %{buildroot}/lib
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README* LICENSE*
|
||||
%license LICENSE*
|
||||
%doc COPYING README*
|
||||
%doc aica_dreamcast_sound.txt
|
||||
|
||||
# License: KOS (3-clause BSD)
|
||||
@ -199,10 +191,6 @@ cp -ra lib/* %{buildroot}/lib
|
||||
# driver is labelled as GPLv2+
|
||||
/lib/firmware/cs46xx
|
||||
|
||||
# Licence: SOF (3-clause BSD plus others)
|
||||
/lib/firmware/intel/sof
|
||||
/lib/firmware/intel/sof-tplg
|
||||
|
||||
# Even with --disable-loader, we still get usxxx firmware here; looking at the
|
||||
# alsa-tools-firmware package, it seems like these devices probably use an old-
|
||||
# style hotplug loading method
|
||||
@ -211,6 +199,9 @@ cp -ra lib/* %{buildroot}/lib
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 3 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.1-7
|
||||
- Removed Intel SOF firmware files (moved to alsa-sof-firmware package)
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
1
sources
1
sources
@ -1,2 +1 @@
|
||||
SHA512 (alsa-firmware-1.2.1.tar.bz2) = 573bb13d47309253afa7d4d04ef13a7a5e4d18d8f89b1339630266f0ef6638cbb9381b3efce2604ea63fc9cf90a55ecaecf8eb2cccd58da04d0d283a245618b1
|
||||
SHA512 (sof-firmware-1.4.2.tar.bz2) = 58e9ef29453d14557f26aed1a67cd3bfa5865034de5f19a9f5041be5af02cc72c2eb21393e3d997fd59dd10c244408a0d78310803379d35c892cba8981a6c59e
|
||||
|
Loading…
Reference in New Issue
Block a user