Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 283dfb9ea808db5d8e445859854814f7 > files > 2

mpc-0.11.1-1mdk.src.rpm

%define name 	mpc
%define version 0.11.1
%define release	1mdk

Summary:		MPC, command-line client for MPD
Name:			%name
Version:		%version
Release:		%release
License:		GPL
Group:			Sound
URL:			http://www.musicpd.org/
Source:			%{name}-%{version}.tar.bz2
BuildRoot:		%{_tmppath}/%{name}-%{version}-buildroot

%description
A command line tool to interface MPD. Scriptable !
Features:
* Bash tab completion
* Can pipe output of other commands into mpc

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog doc/*.sh doc/mpc-bashrc
%{_bindir}/%name
%{_mandir}/man1/*

%changelog
* Sat Aug 07 2004 Cedric Devillers <brancaleone@altern.org> 0.11.1-1mdk
- Initial package