Summary: A simple interface to /dev/mixer Name: smixer Version: 1.0.4 Release: 1%{?dist} License: GPL Group: Applications/System Source0: http://centerclick.org/programs/smixer/smixer%{version}.tgz URL: http://centerclick.org/programs/smixer/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description smixer is a command-line and scriptable program to control and display the mixer volume levels on a sound card in linux. smixer is ideal for setting mixer settings on startup or to switch between multiple configurations quickly. %prep %setup -q -n %{name} %build %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT install -D -m 644 smixer.conf %{buildroot}%{_sysconfdir}/smixer.conf install -D -m 644 man/smixer.1 %{buildroot}%{_mandir}/man1/smixer.1 install -D -m 755 smixer %{buildroot}%{_bindir}/smixer %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README %config(noreplace) %{_sysconfdir}/smixer.conf %{_bindir}/smixer %{_mandir}/man1/smixer.1* %changelog * Wed Mar 29 2006 Andreas Thienemann 1.0.4-1 - Initial spec.