%define xmms_plugindir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General) Summary: Cue file support for xmms Name: xmms-mp3cue Version: 0.94 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://brianvictor.tripod.com/mp3cue.htm Source: http://brianvictor.tripod.com/XMMS-mp3cue-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: xmms >= 1.2.4 BuildRequires: xmms-devel >= 1.2.4 %description XMMS mp3cue adds cue file support to XMMS. Cue files store information (Artist, Title, Time) describing smaller tracks within a large audio file. mp3cue allows you to easily manipulate these cue files; and more importantly, it presents you with a separate playlist composed from the cue information which you can use to easily navigate to any of the smaller tracks in the audio file, just like a normal playlist. %prep %setup -q -n XMMS-mp3cue-%{version} %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} install -m 755 -D libmp3cue.so %{buildroot}%{xmms_plugindir}/libmp3cue.so %clean rm -rf %{buildroot} %files %defattr(-, root, root, -) %doc Changelog COPYING README %{xmms_plugindir}/libmp3cue.so %changelog * Thu Apr 27 2006 Andreas Thienemann 0.94-1 - Initial FE package