From c9c2b8f6a9219438d6cd229422da610164dfcd00 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jun 23 2005 17:11:40 +0000 Subject: auto-import ncmpc-0.11.1-2 on branch devel from ncmpc-0.11.1-2.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..8c4a221 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ncmpc-0.11.1.tar.gz diff --git a/ncmpc.spec b/ncmpc.spec new file mode 100644 index 0000000..20ea1c4 --- /dev/null +++ b/ncmpc.spec @@ -0,0 +1,62 @@ +Name: ncmpc +Version: 0.11.1 +Release: 2 +Summary: Ncmpc is a curses client for the Music Player Daemon (MPD) + +Group: Applications/Multimedia +License: GPL +URL: http://www.musicpd.org/ncmpc.shtml +Source0: http://mercury.chem.pitt.edu/~shank/ncmpc-0.11.1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ncurses-devel +BuildRequires: glib2-devel >= 2.4 + +%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. + +Music Player Daemon (MPD) allows remote access for playing music (MP3, +Ogg Vorbis, FLAC, AAC, and wave files) and managing playlists. MPD is +designed for integrating a computer into a stereo system that provides +control for music playback over a local network. Read more at musicpd.org + +%prep +%setup -q + +%build +%configure --enable-clock-screen +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ncmpc +install -p -m644 doc/config.sample \ + $RPM_BUILD_ROOT%{_sysconfdir}/ncmpc/config +install -p -m644 doc/keys.sample $RPM_BUILD_ROOT%{_sysconfdir}/ncmpc/keys + +%find_lang ncmpc + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f ncmpc.lang +%defattr(-,root,root,-) +%doc README TODO NEWS AUTHORS ChangeLog doc/ncmpc.lirc +%{_bindir}/ncmpc +%{_mandir}/man1/* +%{_sysconfdir}/ncmpc +%exclude %{_datadir}/doc/* + +%changelog +* Thu Jun 23 2005 Andreas Bierfert +0.11.1-2 +- some changes suggested by Aurélien Bompard + +* Wed Jun 01 2005 Andreas Bierfert +0.11.1-1 +- Initial Release diff --git a/sources b/sources index e69de29..a97e1d9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c90668b12f3676c73913a863482ec405 ncmpc-0.11.1.tar.gz