Author: jajcus Date: Wed Dec 13 21:42:15 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new spec
---- Files affected: SPECS: ncmpc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ncmpc.spec diff -u /dev/null SPECS/ncmpc.spec:1.1 --- /dev/null Wed Dec 13 22:42:15 2006 +++ SPECS/ncmpc.spec Wed Dec 13 22:42:10 2006 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +# +Summary: Curses client for Music Player Daemon +Name: ncmpc +Version: 0.11.1 +Release: 1 +License: GPL +Group: Applications/Sound +Source0: http://hem.bredband.net/kaw/ncmpc/files/%{name}-%{version}.tar.gz +# Source0-md5: c90668b12f3676c73913a863482ec405 +URL: http://hem.bredband.net/kaw/ncmpc/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: glib2-devel +BuildRequires: ncurses-ext-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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 +#%%{__gettextize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} + +%configure \ + CPPFLAGS="-I/usr/include/ncurses" +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} + +%find_lang ncmpc + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f ncmpc.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/13 21:42:10 jajcus +- new spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
