automatic version update by autodist [release 1.0.28-1mamba;Sat Jul 05 2014]

This commit is contained in:
Automatic Build System 2024-01-05 20:20:34 +01:00
parent 1330b2522d
commit b02c4571d4
2 changed files with 24 additions and 20 deletions

View File

@ -1,6 +1,5 @@
# alsa-firmware
This package contains the firmware binaries for a number of sound cards.
Some (but not all of these) require firmware loaders which are included in
the alsa-tools-firmware package.
Some (but not all of these) require firmware loaders which are included in the alsa-tools-firmware package.

View File

@ -1,15 +1,15 @@
Name: alsa-firmware
Version: 1.0.27
Version: 1.0.28
Release: 1mamba
Summary: firmware for several ALSA-supported sound cards
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.alsa-project.org/
Source: ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{version}.tar.bz2
License: GPL, BSD , LGPL
Requires: alsa-tools-firmware >= %{version}
Requires: alsa-tools-firmware >= %{version}
BuildRequires: automake
BuildRequires: autoconf
## AUTOBUILDREQ-BEGIN
@ -19,20 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package contains the firmware binaries for a number of sound cards.
Some (but not all of these) require firmware loaders which are included in
the alsa-tools-firmware package.
Some (but not all of these) require firmware loaders which are included in the alsa-tools-firmware package.
%prep
%setup -q
# This source removes the emi_26_62 firmware which is under a questionable
# license. See https://bugzilla.redhat.com/show_bug.cgi?id=217259
rm -rf emi_26_62
sed -i s#'emi_26_62/Makefile \\'## configure.in
sed -i s#emi_26_62## Makefile.am
# broken symlinks in the output RPM, with no sign of the actual firmware (*.bin) files
# themselves:
#
@ -43,14 +33,14 @@ sed -i s#emi_26_62## Makefile.am
# pndspini.bin -> /etc/sound/pndspini.bin
#
sed -i s#'multisound/Makefile \\'## configure.in
sed -i s#multisound## Makefile.am
sed -i s#multisound## Makefile.in
%build
%__aclocal
%__automake
%__autoconf
#%__aclocal
#%__automake
#%__autoconf
%configure --disable-loader
%make
@ -75,6 +65,9 @@ done
# License: No explicit license; default package license is GPL
/lib/firmware/asihpi/dsp*.bin
#
%dir /lib/firmware/cs46xx
/lib/firmware/cs46xx/*
#
/lib/firmware/ctefx.bin
/lib/firmware/ctspeq.bin
# License: GPL (undefined version)
@ -82,6 +75,7 @@ done
# The licenses for the Echo Audio firmware vary slightly so each is enumerated
# separately, to be really sure.
# LGPL
%dir /lib/firmware/ea
/lib/firmware/ea/3g_asic.fw
# GPL
/lib/firmware/ea/darla20_dsp.fw
@ -100,15 +94,19 @@ done
# GPL
/lib/firmware/ea/mona_*.fw
# GPL
%dir /lib/firmware/emu
/lib/firmware/emu/audio_dock.fw
/lib/firmware/emu/emu*.fw
/lib/firmware/emu/hana.fw
/lib/firmware/emu/micro_dock.fw
# GPL
%dir /lib/firmware/ess
/lib/firmware/ess/maestro3_assp_*.fw
# GPL
%dir /lib/firmware/korg
/lib/firmware/korg/k1212.dsp
# GPL
%dir /lib/firmware/mixart
/lib/firmware/mixart/miXart8.elf
/lib/firmware/mixart/miXart8*.xlx
# GPL
@ -118,13 +116,16 @@ done
# unchecked
/lib/firmware/rpm_firmware.bin
# GPL
%dir /lib/firmware/sb16
/lib/firmware/sb16/*.csp
# GPL
%dir /lib/firmware/vx
/lib/firmware/vx/*.boot
/lib/firmware/vx/*.b56
/lib/firmware/vx/*.d56
/lib/firmware/vx/*.xlx
# License: No explicit license see ALSA bug #3412
%dir /lib/firmware/yamaha
/lib/firmware/yamaha/*.fw
/lib/firmware/yamaha/yss225_registers.bin
@ -132,6 +133,7 @@ done
# alsa-tools-firmware package, it seems like these devices probably use an old-
# style hotplug loading method
# GPL
%dir %{_datadir}/alsa/firmware
%dir %{_datadir}/alsa/firmware/usx2yloader
%{_datadir}/alsa/firmware/usx2yloader/*.conf
%{_datadir}/alsa/firmware/usx2yloader/*.prepad
@ -140,6 +142,9 @@ done
%doc COPYING README.*
%changelog
* Sat Jul 05 2014 Automatic Build System <autodist@mambasoft.it> 1.0.28-1mamba
- automatic version update by autodist
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 1.0.27-1mamba
- automatic version update by autodist