Summary: FLAC playback plugin for the Beep Media Player Name: bmp-flac2 Version: 004 Release: 1.n0i.1 License: GPL Group: Applications/Multimedia URL: http://www.skytale.net/projects/bmp-flac2/ Source0: http://www.skytale.net/files/bmp-flac2/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bmp-devel flac-devel %define bmp_inputdir %(pkg-config --variable=input_plugin_dir bmp) %description This package contains a Free Lossless Audio Codec (FLAC) playback plugin for Beep Media Player (BMP). %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README COPYING ChangeLog %{bmp_inputdir}/* %changelog * Tue Sep 20 2005 Marius FERARU 004-1.n0i.1 - initial build