Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 548d60ce5029a727726dad60139065f0 > files > 2

ncmpc-0.11.1-1mdk.src.rpm

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

Summary:		Ncurses client for MPD
Name:			%name
Version:		%version
Release:		%release
License:		GPL
Group:			Sound
URL:			http://hem.bredband.net/kaw/ncmpc/
Source:			%{name}-%{version}.tar.bz2
BuildRoot:		%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	libncurses-devel

%description
ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to a
MPD running on a machine on the local network, and controls this with an
interface inspired by cplay. If ncmpc is used with lirc and irpty it can be
used to manage playlists and control MPD with a remote control.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

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

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS NEWS ChangeLog COPYING doc/config.sample doc/keys.sample doc/ncmpc.lirc
%{_bindir}/%name
%{_mandir}/man1/*

%changelog
* Mon Jan 24 2005 Lenny Cartier <lenny@mandrakesoft.com> 0.11.1-1mdk
- 0.11.1

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