diff --git a/.cvsignore b/.cvsignore index c109311..e7081de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alsa-utils-0.5.8.tar.bz2 +alsa-utils-1.0.2.tar.bz2 diff --git a/alsa-utils.spec b/alsa-utils.spec index 8010275..7a70dda 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,104 +1,65 @@ -Summary: Advanced Linux Sound Architecture (ALSA) - Utils -Name: alsa-utils -Version: 0.5.8 -Release: 2 -Copyright: GPL -Group: Applications/Multimedia -Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2 -Patch0: alsa-utils-%{version}.patch -URL: http://www.alsa-project.org -BuildRequires: alsa-lib >= 0.5.5 -Requires: alsa-driver >= 0.5.5, alsa-lib >= 0.5.5 -BuildRoot: %{_tmppath}/alsa-utils-%{version} +Summary: Advanced Linux Sound Architecture (ALSA) utilities +Name: alsa-utils +Version: 1.0.2 +Release: 1%{?prever:.%{prever}} +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: alsa-lib-devel >= 1.0.0 +BuildRequires: ncurses-devel -%description -Advanced Linux Sound Architecture (ALSA) - Utils - -Features -======== -* general - - modularized architecture with support for 2.0 and latest 2.1 kernels - - support for versioned and exported symbols - - full proc filesystem support - /proc/sound -* ISA soundcards - - support for 128k ISA DMA buffer -* mixer - - new enhanced API for applications - - support for unlimited number of channels - - volume can be set in three ways (percentual (0-100), exact and decibel) - - support for mute (and hardware mute if hardware supports it) - - support for mixer events - - this allows two or more applications to be synchronized -* digital audio (PCM) - - new enhanced API for applications - - full real duplex support - - full duplex support for SoundBlaster 16/AWE soundcards - - digital audio data for playback and record should be read back using - proc filesystem -* OSS/Lite compatibility - - full mixer compatibity - - full PCM (/dev/dsp) compatibility +%description +This package contains command line utilities for the Advanced Linux Sound +Architecture (ALSA). %prep -%setup -q -%patch0 -p1 -b .ln +%setup -q -n %{name}-%{version}%{?prever} %build %configure -make +%{__make} %{?_smp_mflags} %install -mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/usr/share/man/man1 +%{__rm} -rf ${RPM_BUILD_ROOT} +%makeinstall +%{__rm} -f $RPM_BUILD_ROOT%{_sbindir}/alsaconf \ + $RPM_BUILD_ROOT%{_mandir}/man*/alsaconf* -make DESTDIR="$RPM_BUILD_ROOT" install %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT %files -%defattr(-, root, root) -%doc ChangeLog COPYING README config.status -/usr/sbin/* -/usr/bin/* -/usr/share/man/man1/* +%defattr(-,root,root,-) +%doc COPYING ChangeLog README TODO +%{_bindir}/* +%{_sbindir}/* +%{_mandir}/man?/* %changelog -* Tue Dec 05 2000 Yukihiro Nakai -- Add small fix for LN_S - -* Wed Nov 15 2000 Yukihiro Nakai -- Get from Vine -- /usr/man -> /usr/share/man - -* Tue Jun 20 2000 Lisa Sagami -- import to Vine 0.5.8-0vl1 from 0.5.8-0k1 -- BuildRequires: alsa-lib >= 0.5.5 - -* Tue Jun 6 2000 AYUHANA Tomonori -- Version up 0.5.7 -> 0.5.8 -- add -q at %setup -- use %configure - -* Thu Apr 9 2000 Toru Hoshina -- Version up 0.5.6 -> 0.5.7 - -* Wed Mar 15 2000 Daiki Matsuda -- Version up 0.5.5 -> 0.5.6 - -* Thu Mar 2 2000 Toru Hoshina -- Version up 0.5.4 -> 0.5.5 +* Wed Jan 28 2004 Bill Nottingham 1.0.2-1 +- update to 1.0.2 -* Sun Feb 27 2000 Toru Hoshina -- Version up 0.4.1e -> 0.5.4 +* Wed Dec 17 2003 Bill Nottingham 1.0.0-0.rc2 +- import fedora.us RPM, take out save-alsamixer & alsaconf for now -* Sat Jan 29 2000 Toru Hoshina -- stripped. (*^_^*) +* Thu Dec 11 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.4.rc2 +- rename alsamixer-saver save-alsamixer -* Mon Nov 8 1999 Toru Hoshina -- be a NoSrc :-P +* Mon Dec 8 2003 Thorsten Leemhuis 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... -* Mon May 28 1998 Helge Jensen +* Sat Dec 6 2003 Thorsten Leemhuis 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 -- Made SPEC file +* Wed Dec 3 2003 Thorsten Leemhuis 1.0.0-0.fdr.0.1.rc1 +- Update to 1.0.0rc1 +* Wed Aug 6 2003 Dams 0:utils-0.fdr.1 +- Initial build. diff --git a/sources b/sources index 246d0d0..d1fb4fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -610313825dc5ef8ca25f94b10028ec93 alsa-utils-0.5.8.tar.bz2 +f1742e00052f01a00fca881d796e6bf4 alsa-utils-1.0.2.tar.bz2