%define alphatag pre0 Summary: AAC/MP4 playback plugin for the Beep Media Player Summary: Last.fm MPD client Name: mpdscribble Version: 0.2.7 Release: 0.n0i.1%{?alphatag:.%{alphatag}} License: GPL Group: Applications/Multimedia URL: http://www.frob.nl/scribble.html Source: http://www.frob.nl/projects/scribble/%{name}-%{version}%{?alphatag:-%{alphatag}}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsoup-devel %description The mpdscribble program allows users of the Music Player Daemon to submit songs they play to Last.fm. %prep %setup -n %{name}-%{version}%{?alphatag:-%{alphatag}} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__strip} $RPM_BUILD_ROOT%{_bindir}/* %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Sep 21 2005 Marius FERARU 0.2.7-0.n0i.1.pre0 - initial packaging