Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 11d212b0d4acd0c074d714f7689654a4 > files > 2

ncmpc-0.11.1-5mdv2009.0.src.rpm

%define name 	        ncmpc
%define version         0.11.1
%define release	        %mkrel 5

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:	        ncurses-devel
BuildRequires:          pkgconfig
BuildRequires:		libglib2-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
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.11.1-5mdv2009.0
+ Revision: 241055
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Jul 20 2007 Gaëtan Lehmann <glehmann@mandriva.org> 0.11.1-3mdv2008.0
+ Revision: 53833
- build requires libglib2-devel
- rebuild
- Import ncmpc



* Wed Nov 02 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.11.1-2mdk
- Fix BuildRequires
- %%mkrel

* 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