Blame SPECS/alsa-firmware.spec

4d2485
# This is a firmware package, so binaries (which are not run on the host)
4d2485
# in the end package are expected.
4d2485
%define _binaries_in_noarch_packages_terminate_build   0
4d2485
4d2485
Summary:        Firmware for several ALSA-supported sound cards
4d2485
Name:           alsa-firmware
4d2485
Version:        1.0.29
4d2485
Release:        6%{?dist}
4d2485
# See later in the spec for a breakdown of licensing
4d2485
License:        GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
4d2485
Group:          Applications/Multimedia
4d2485
URL:            http://www.alsa-project.org/
4d2485
Source:         ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
4d2485
4d2485
Requires:       alsa-tools-firmware >= %{version}
4d2485
Requires:       systemd
4d2485
BuildRequires:  libtool autoconf automake
4d2485
4d2485
# noarch, since the package is firmware
4d2485
BuildArch:      noarch
4d2485
4d2485
%description
4d2485
This package contains the firmware binaries for a number of sound cards.
4d2485
Some (but not all of these) require firmware loaders which are included in
4d2485
the alsa-tools-firmware package.
4d2485
4d2485
4d2485
%prep
4d2485
%setup -q
4d2485
4d2485
4d2485
%build
4d2485
4d2485
# Leaving this directory in place ends up with the following crazy, broken
4d2485
# symlinks in the output RPM, with no sign of the actual firmware (*.bin) files
4d2485
# themselves:
4d2485
#
4d2485
# /lib/firmware/turtlebeach:
4d2485
# msndinit.bin -> /etc/sound/msndinit.bin
4d2485
# msndperm.bin -> /etc/sound/msndperm.bin
4d2485
# pndsperm.bin -> /etc/sound/pndsperm.bin
4d2485
# pndspini.bin -> /etc/sound/pndspini.bin
4d2485
#
4d2485
# Probably an upstream package bug.
4d2485
sed -i s#'multisound/Makefile \\'## configure.ac
4d2485
sed -i s#multisound## Makefile.am
4d2485
4d2485
autoreconf -vif
4d2485
%configure --disable-loader
4d2485
make %{?_smp_mflags}
4d2485
4d2485
# Rename README files from firmware subdirs that have them
4d2485
for i in hdsploader mixartloader pcxhrloader usx2yloader vxloader ca0132
4d2485
do
4d2485
  mv ${i}/README README.${i}
4d2485
done
4d2485
mv aica/license.txt LICENSE.aica_firmware
4d2485
mv aica/Dreamcast_sound.txt aica_dreamcast_sound.txt
4d2485
mv ca0132/creative.txt LICENSE.creative_txt
4d2485
4d2485
%install
4d2485
make install DESTDIR=%{buildroot}
4d2485
4d2485
4d2485
%files
4d2485
%doc COPYING README* LICENSE*
4d2485
%doc aica_dreamcast_sound.txt
4d2485
4d2485
# License: KOS (BSD-alike)
4d2485
/lib/firmware/aica_firmware.bin
4d2485
4d2485
# License: No explicit license; default package license is GPLv2+
4d2485
/lib/firmware/asihpi
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/digiface_firmware*
4d2485
4d2485
%dir /lib/firmware/ea
4d2485
# The licenses for the Echo Audio firmware vary slightly so each is enumerated
4d2485
# separately, to be really sure.
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/3g_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/darla20_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/darla24_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/echo3g_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/gina20_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/gina24_301_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/gina24_301_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/gina24_361_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/gina24_361_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/indigo_dj_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/indigo_djx_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/indigo_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/indigo_io_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/indigo_iox_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla20_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla20_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla24_1_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla24_2A_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla24_2S_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/layla24_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/loader_dsp.fw
4d2485
# LGPLv2.1+
4d2485
/lib/firmware/ea/mia_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_2_asic.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_301_1_asic_48.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_301_1_asic_96.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_301_dsp.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_361_1_asic_48.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_361_1_asic_96.fw
4d2485
# GPL (undefined version)
4d2485
/lib/firmware/ea/mona_361_dsp.fw
4d2485
4d2485
%dir /lib/firmware/emu
4d2485
# Licenses vary so are enumerated separately
4d2485
# GPLv2
4d2485
/lib/firmware/emu/audio_dock.fw
4d2485
# GPLv2
4d2485
/lib/firmware/emu/emu0404.fw
4d2485
# GPLv2
4d2485
/lib/firmware/emu/emu1010_notebook.fw
4d2485
# GPLv2
4d2485
/lib/firmware/emu/emu1010b.fw
4d2485
# GPLv2
4d2485
/lib/firmware/emu/hana.fw
4d2485
# GPLv2+
4d2485
/lib/firmware/emu/micro_dock.fw
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/ess
4d2485
4d2485
# License: No explicit license; default package license is GPLv2+
4d2485
/lib/firmware/korg
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/mixart
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/multiface_firmware*
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/pcxhr
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/rpm_firmware.bin
4d2485
4d2485
# License: GPLv2+
4d2485
/lib/firmware/sb16
4d2485
4d2485
# License: GPL (undefined version)
4d2485
/lib/firmware/vx
4d2485
4d2485
# License: No explicit license; default package license is GPLv2+
4d2485
# See ALSA bug #3412
4d2485
/lib/firmware/yamaha
4d2485
4d2485
# Licence: Redistribution allowed, see ca0132/creative.txt
4d2485
/lib/firmware/ctefx.bin
4d2485
/lib/firmware/ctspeq.bin
4d2485
4d2485
# Licence: No explicit license; says it's copied from kernel where the cs46xx
4d2485
# driver is labelled as GPLv2+
4d2485
/lib/firmware/cs46xx
4d2485
4d2485
# Even with --disable-loader, we still get usxxx firmware here; looking at the
4d2485
# alsa-tools-firmware package, it seems like these devices probably use an old- 
4d2485
# style hotplug loading method
4d2485
# License: GPL (undefined version)
4d2485
%{_datadir}/alsa/firmware
4d2485
4d2485
4d2485
%changelog
4d2485
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-6
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4d2485
4d2485
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-5
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4d2485
4d2485
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-4
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4d2485
4d2485
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-3
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4d2485
4d2485
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-2
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4d2485
4d2485
* Thu Feb 26 2015 Jaroslav Kysela <perex@perex.cz> - 1.0.29-1
4d2485
- Updated to 1.0.29
4d2485
4d2485
* Thu Jul 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-1
4d2485
- Update to 1.0.28
4d2485
4d2485
* Tue Jun 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.27-5
4d2485
- Fix FTBFS once more with feeling
4d2485
- Update spec
4d2485
4d2485
* Sun Jun 15 2014 Tim Jackson <rpm@timj.co.uk> - 1.0.27-4
4d2485
- Fix FTBFS (rhbz#1105946)
4d2485
4d2485
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27-3
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4d2485
4d2485
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27-2
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4d2485
4d2485
* Fri Apr 12 2013 Jaroslav Kysela <perex@perex.cz> - 1.0.27-1
4d2485
- Update to 1.0.27
4d2485
4d2485
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-3
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4d2485
4d2485
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-2
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4d2485
4d2485
* Wed Feb  1 2012 Jaroslav Kysela <perex@perex.cz> - 1.0.25-1
4d2485
- Update to 1.0.25
4d2485
4d2485
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-3
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4d2485
4d2485
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-2
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4d2485
4d2485
* Thu Feb 03 2011 Tim Jackson <rpm@timj.co.uk> - 1.0.24.1-1
4d2485
- Update to 1.0.24.1
4d2485
4d2485
* Mon May  3 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.23-1
4d2485
- update to 1.0.23
4d2485
4d2485
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-2
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4d2485
4d2485
* Sun May 10 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.20-1
4d2485
- Update to 1.0.20
4d2485
4d2485
* Sat Feb 28 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-4
4d2485
- Fix build on recent RPM versions
4d2485
4d2485
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-3
4d2485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4d2485
4d2485
* Sat Feb 14 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-2
4d2485
- Fix unowned directories problem (#483321)
4d2485
4d2485
* Tue Jan 20 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-1
4d2485
- Update to 1.0.19
4d2485
4d2485
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-1
4d2485
- Updated to 1.0.17
4d2485
4d2485
* Mon May 12 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-1
4d2485
- Update to upstream 1.0.16
4d2485
- Clarify licensing conditions
4d2485
4d2485
* Tue Aug 14 2007 Tim Jackson <rpm@timj.co.uk> - 1.0.14-1
4d2485
- Update to upstream 1.0.14, but skip turtlebeach firmware as it doesn't seem 
4d2485
  to install properly
4d2485
- Remove files from old-style firmware loader locations
4d2485
- Spec file cosmetics, keep rpmlint quiet
4d2485
4d2485
* Sat Nov 25 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-1
4d2485
- Update to 1.0.12
4d2485
- Add udev dep
4d2485
4d2485
* Fri Apr 08 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
4d2485
- rebuilt
4d2485
4d2485
* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.4-0.fdr.1
4d2485
- Update to 1.0.4
4d2485
4d2485
* Fri Jan 16 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.1-0.fdr.2
4d2485
- add missing rm in install section
4d2485
4d2485
* Fri Jan 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.1-0.fdr.1
4d2485
- Update to 1.0.1
4d2485
- Contains now the license -- is "Distributable under GPL"
4d2485
4d2485
* Thu Dec 04 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
4d2485
- Initial build.