From 9c8a350e7166eb7ea602c339fb9fd9e77cea9783 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 04:01:31 +0000 Subject: auto-import changelog data from alsa-firmware-1.0.4-0.fdr.1.1.src.rpm 1.0.4-0.fdr.1 - Update to 1.0.4 1.0.1-0.fdr.2 - add missing rm in install section 1.0.1-0.fdr.1 - Update to 1.0.1 - Contains now the license -- is "Distributable under GPL" Thu Dec 04 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.1.rc1 - Initial build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..40d7b56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +alsa-firmware-1.0.4.tar.bz2 diff --git a/alsa-firmware.spec b/alsa-firmware.spec new file mode 100644 index 0000000..6034c18 --- /dev/null +++ b/alsa-firmware.spec @@ -0,0 +1,69 @@ +Summary: Firmware for several ALSA-Supported soundcards +Name: alsa-firmware +Version: 1.0.4 +Release: 0.fdr.1.1 +Epoch: 0 +License: GPL +Group: Applications/Multimedia +URL: http://www.alsa-project.org/ +Source0: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: alsa-tools-firmware >= 0:1.0.4 + +# ----------------------------------------------------------------------------- + +%description +This package contains the firmware binaries for each ALSA-loader program +included in alsa-tools package. + + +# ----------------------------------------------------------------------------- + +%prep +%setup -q -n %{name}-%{version} + +# ----------------------------------------------------------------------------- + +%build +%configure +%{__make} %{?_smp_mflags} +for i in hdsploader mixartloader usx2yloader vxloader +do + mv ${i}/README README.${i} +done + +# ----------------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +# ----------------------------------------------------------------------------- + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + +# ----------------------------------------------------------------------------- + +%files +%defattr(-,root,root,-) +%doc COPYING README README.hdsploader README.mixartloader README.usx2yloader README.vxloader +%{_datadir}/alsa/firmware + +# ----------------------------------------------------------------------------- + +%changelog +* Sat Apr 03 2004 Thorsten Leemhuis - 0:1.0.4-0.fdr.1 +- Update to 1.0.4 + +* Fri Jan 16 2004 Thorsten Leemhuis - 0:1.0.1-0.fdr.2 +- add missing rm in install section + +* Fri Jan 09 2004 Thorsten Leemhuis - 0:1.0.1-0.fdr.1 +- Update to 1.0.1 +- Contains now the license -- is "Distributable under GPL" + +* Thu Dec 04 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.1.rc1 +- Initial build. + + diff --git a/sources b/sources index e69de29..0a54839 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +175212c3ad377539961adcdc12925fab alsa-firmware-1.0.4.tar.bz2