Summary: The Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: 1.0.13 Release: 22%{?dist} License: GPL Group: Applications/Multimedia Source0: ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2 Source2: salsa.c Source3: alsacard.c Source4: alsaunmute.c Source10: alsa.rules URL: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: alsa-lib-devel >= 1.0.9, pkgconfig, gettext BuildRequires: ncurses-devel %description The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. This package includes the ALSA command line utilities. %prep %setup -q %build %configure --sbindir=/sbin make gcc %{optflags} -o salsa %{SOURCE2} -lasound gcc %{optflags} -o alsacard %{SOURCE3} -lasound gcc %{optflags} -o alsaunmute %{SOURCE4} -lasound %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install %find_lang alsaconf %find_lang alsa-utils cat alsaconf.lang >> alsa-utils.lang mkdir -p %{buildroot}%{_sbindir} ln -s /sbin/alsactl %{buildroot}%{_sbindir}/alsactl install -m 755 salsa %{buildroot}/sbin mkdir -p -m755 %{buildroot}/etc/udev/rules.d/ install -m 755 %{SOURCE10} %{buildroot}/etc/udev/rules.d mkdir -p -m755 %{buildroot}/bin install -m 755 alsaunmute %{buildroot}/bin install -m 755 alsacard %{buildroot}/bin %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING ChangeLog TODO README /sbin/alsaconf /sbin/alsactl %{_sbindir}/alsactl %{_bindir}/aconnect %{_bindir}/alsamixer %{_bindir}/amidi %{_bindir}/amixer %{_bindir}/aplay %{_bindir}/aplaymidi %{_bindir}/arecordmidi %{_bindir}/aseqnet %{_bindir}/iecset %{_bindir}/speaker-test %{_bindir}/arecord %{_bindir}/aseqdump %{_mandir}/man1/aconnect.1* %{_mandir}/man1/alsactl.1* %{_mandir}/man1/alsamixer.1* %{_mandir}/man1/amidi.1* %{_mandir}/man1/amixer.1* %{_mandir}/man1/aplay.1* %{_mandir}/man1/aplaymidi.1* %{_mandir}/man1/arecordmidi.1* %{_mandir}/man1/aseqnet.1* %{_mandir}/man1/iecset.1* %{_mandir}/man1/arecord.1* %{_mandir}/man1/speaker-test.1* %{_mandir}/man1/aseqdump.1* %{_mandir}/man8/alsaconf.8* %{_mandir}/*/man8/alsaconf.8* %{_datadir}/alsa/speaker-test/sample_map.csv %{_datadir}/sounds/alsa /etc/udev/rules.d/alsa.rules /sbin/salsa /bin/alsacard /bin/alsaunmute %changelog * Mon Oct 2 2006 Axel Thimm - 1.0.13-22 - Update to 1.0.13. * Fri Sep 1 2006 Axel Thimm - Update to 1.0.12. * Sun Dec 4 2005 Axel Thimm - Sync with rawhide. * Fri Nov 18 2005 Axel Thimm - Update to 1.0.10 final. * Mon Nov 14 2005 Axel Thimm - Update to 1.0.10rc3. * Mon Sep 19 2005 Axel Thimm - Update to 1.0.9a. * Tue May 31 2005 Axel Thimm - Fix alsa bug 0001131. - Temporarily adjust versioning to Red Hat for 1.0.9. * Fri May 27 2005 Axel Thimm - Update to 1.0.9 final. * Thu May 26 2005 Axel Thimm - Update to 1.0.9rc4a. * Fri Jan 14 2005 Axel Thimm - Update to 1.0.8. * Tue Nov 16 2004 Axel Thimm - Update to 1.0.7. * Wed Aug 18 2004 Axel Thimm - Update to 1.0.6. * Sat May 29 2004 Axel Thimm - Update to 1.0.5. * Sun Apr 4 2004 Axel Thimm - Update to 1.0.4. * Tue Mar 9 2004 Axel Thimm - Update to 1.0.3. * Tue Jan 27 2004 Axel Thimm - Update to 1.0.2. * Fri Jan 9 2004 Axel Thimm - Update to 1.0.1. * Sat Dec 6 2003 Axel Thimm - Update to 1.0.0rc2. * Wed Dec 3 2003 Axel Thimm - Update to 1.0.0rc1. * Sat Nov 29 2003 Axel Thimm - Initial build.