2004-09-09 02:55:41 +00:00
|
|
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
|
|
|
Name: alsa-utils
|
2005-01-06 18:07:16 +00:00
|
|
|
Version: 1.0.7
|
|
|
|
Release: 1
|
2004-09-09 02:55:41 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
URL: http://www.alsa-project.org/
|
|
|
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?prever}.tar.bz2
|
2004-10-14 21:58:30 +00:00
|
|
|
Source2: alsa.dev
|
2004-09-09 02:55:41 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 02:56:47 +00:00
|
|
|
BuildRequires: alsa-lib-devel >= %{version}
|
2004-09-09 02:55:41 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
%description
|
|
|
|
This package contains command line utilities for the Advanced Linux Sound
|
|
|
|
Architecture (ALSA).
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%prep
|
2004-09-09 02:55:41 +00:00
|
|
|
%setup -q -n %{name}-%{version}%{?prever}
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%build
|
2004-10-14 21:58:30 +00:00
|
|
|
%configure --sbindir=/sbin
|
2004-09-09 02:55:41 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 02:55:41 +00:00
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
2004-10-14 21:58:30 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%{__rm} -f $RPM_BUILD_ROOT/sbin/alsaconf \
|
2004-09-09 02:55:41 +00:00
|
|
|
$RPM_BUILD_ROOT%{_mandir}/man*/alsaconf*
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-10-14 21:58:30 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
|
|
|
|
ln -s ../../sbin/alsactl $RPM_BUILD_ROOT/%{_sbindir}/alsactl
|
|
|
|
|
|
|
|
mkdir -p -m755 $RPM_BUILD_ROOT/etc/dev.d/sound
|
|
|
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/dev.d/sound/alsa.dev
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%clean
|
2004-09-09 02:55:41 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%files
|
2004-09-09 02:55:41 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING ChangeLog README TODO
|
2004-10-14 21:58:30 +00:00
|
|
|
%dir /etc/dev.d/sound
|
|
|
|
/etc/dev.d/sound/*
|
2004-09-09 02:55:41 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
2004-10-14 21:58:30 +00:00
|
|
|
/sbin/*
|
2004-09-09 02:55:41 +00:00
|
|
|
%{_mandir}/man?/*
|
2004-09-09 02:55:32 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-01-06 18:07:16 +00:00
|
|
|
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
|
|
|
|
- New upstream version
|
|
|
|
|
2004-10-20 03:11:19 +00:00
|
|
|
* Tue Oct 19 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
|
|
|
|
- tweak dev.d sound restore script (#133535, revisited)
|
|
|
|
|
2004-10-14 21:58:30 +00:00
|
|
|
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-2
|
|
|
|
- move alsactl to /sbin
|
|
|
|
- include a dev.d script for mixer restoring (#133535)
|
|
|
|
|
2004-09-09 02:57:16 +00:00
|
|
|
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
|
|
|
|
- update to 1.0.6
|
|
|
|
|
2004-09-09 02:57:13 +00:00
|
|
|
* Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
|
|
|
|
- update to 1.0.5
|
|
|
|
|
2004-09-09 02:56:49 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:56:47 +00:00
|
|
|
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3-1
|
|
|
|
- update to 1.0.3
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
|
|
|
- update to 1.0.2
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2
|
|
|
|
- import fedora.us RPM, take out save-alsamixer & alsaconf for now
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2
|
|
|
|
- rename alsamixer-saver save-alsamixer
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Mon Dec 8 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
|
|
|
|
- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if
|
|
|
|
this script is the right way -- but mine didn't work...
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Sat Dec 6 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
|
|
|
|
- Update to 1.0.0rc2
|
|
|
|
- added alsamixer Script -- stores settings on shutdown, does nothing on startup
|
|
|
|
- some minor corrections in spec-file style
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Wed Dec 3 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
|
|
|
|
- Update to 1.0.0rc1
|
2004-09-09 02:55:32 +00:00
|
|
|
|
2004-09-09 02:55:41 +00:00
|
|
|
* Wed Aug 6 2003 Dams <anvil[AT]livna.org> 0:utils-0.fdr.1
|
|
|
|
- Initial build.
|