Name: audacious-mac Summary: Monkey's Audio Codec plugin for beep media player Version: 0.3.10 Release: 2%{?dist} License: GPL Group: Applications/Multimedia Source: http://www.netswarm.net/misc/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/build-root-%{name} URL: http://www.netswarm.net/ BuildRequires: mac-devel audacious-devel >= 1.4 Provides: libaudacious-mac.so %description This audacious plugin is based on the one for XMMS, the decoding process is not modified, only the meta info displaying and editing. %prep %setup -q %build %configure --prefix=%{_prefix} %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install-strip %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_libdir}/audacious/Input/libaudacious-mac.so %changelog * Wed Mar 19 2008 Matthias Haase - 0.3.10-2 - Rebuild against audacious 1.4.5 - cosmetic changes * Wed Nov 14 2007 Paulo Roma 0.3.10-1 - Updated to 0.3.10 (audacious 1.4). * Wed Apr 18 2007 Paulo Roma 0.2.0-1 - Initial spec file.