Summary: A mixer application for ALSA powered by a Qt GUI Name: qasmixer Version: 0.10.1 Release: %mkrel 1 Url: http://xwmw.org/qasmixer/ Source0: http://sourceforge.net/projects/qasmixer/files/%{version}/%{name}-%{version}.tar.bz2 License: GPLv3 Group: Sound BuildRequires: cmake BuildRequires: qt4-devel BuildRequires: libalsa-devel BuildRequires: desktop-file-utils %description QasMixer is a mixer application for ALSA (the Advanced Linux Sound System) powered by a Qt GUI. It shows the same sliders and switches as alsamixer but has additional features beyond that. By using the ALSA mixer interface it aims to stay close to the sound hardware. %prep %setup -q %build %cmake %make %install rm -rf %{buildroot} %makeinstall_std -C build # make the .desktop file compliant with freedesktop specs desktop-file-install \ --dir %{buildroot}%{_datadir}/applications/ \ %{buildroot}%{_datadir}/applications/*.desktop # it'll be %%doc'ed rm -f %{buildroot}%{_datadir}/%{name}/COPYING %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) %doc CHANGELOG COPYING README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/%{name} %{_mandir}/man1/*