Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 72687bba29963fc12c3c224732fe065f > files > 2

ncmpc-0.16.1-1mdv2010.1.src.rpm

%define name 	        ncmpc
%define version         0.16.1
%define release	        %mkrel 1

Name:			%name
Version:		%version
Release:		%release

Summary:		Ncurses client for MPD
License:		GPL
Group:			Sound
URL:			http://mpd.wikia.com/wiki/Client:Ncmpc
Source0:        http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2

BuildRequires:  glib2-devel
BuildRequires:  libmpdclient-devel
BuildRequires:  ncurses-devel

BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}

%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 COPYING doc/config.sample doc/keys.sample doc/ncmpc.lirc
%{_bindir}/%name
%{_mandir}/man1/*


%changelog
* Thu Feb 04 2010 Jérôme Quelin <jquelin@mandriva.org> 0.16.1-1mdv2010.1
+ Revision: 500673
- update to new version 0.16.1

* Sat Jan 02 2010 Jérôme Quelin <jquelin@mandriva.org> 0.16-1mdv2010.1
+ Revision: 485064
- update buildrequires:
- update buildrequires:
- update buildrequires:
- update buildrequires:
- update buildrequires:
- update buildrequires:
- update buildrequires:
- update buildrequires:
- adding missing buildrequires:
- fix buildrequires:
- adding missing buildrequires:
- update to new version 0.16

* Fri Nov 06 2009 Jérôme Quelin <jquelin@mandriva.org> 0.15-1mdv2010.1
+ Revision: 460704
- update to new version 0.15

* Sun May 24 2009 Jérôme Quelin <jquelin@mandriva.org> 0.14-1mdv2010.0
+ Revision: 379285
- update to new version 0.14

* Sat Jan 10 2009 Jérôme Quelin <jquelin@mandriva.org> 0.13-1mdv2009.1
+ Revision: 327934
- update to new version 0.13

* Mon Dec 08 2008 Jérôme Quelin <jquelin@mandriva.org> 0.12-5mdv2009.1
+ Revision: 311727
- update to 0.12
- fix spec file to allow for easy update with mdvsys

* 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