Author: evil Date: Mon Jan 11 15:45:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - adapterized - build and package lyrics plugins
---- Files affected: packages/ncmpc: ncmpc.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/ncmpc/ncmpc.spec diff -u packages/ncmpc/ncmpc.spec:1.14 packages/ncmpc/ncmpc.spec:1.15 --- packages/ncmpc/ncmpc.spec:1.14 Tue Dec 29 21:23:33 2009 +++ packages/ncmpc/ncmpc.spec Mon Jan 11 16:45:16 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Klient curses dla demona MPD Name: ncmpc Version: 0.16 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/Sound Source0: http://dl.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2 @@ -12,9 +12,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: glib2-devel +BuildRequires: libmpdclient-devel BuildRequires: libtool BuildRequires: ncurses-ext-devel -BuildRequires: libmpdclient-devel Suggests: mpd BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,7 +43,9 @@ %{__automake} %configure \ - CPPFLAGS="-I/usr/include/ncurses" + CPPFLAGS="-I/usr/include/ncurses" \ + --enable-lyrics-screen \ + --with-lyrics-plugin-dir=%{_libdir}/ncmpc/lyrics %{__make} %install @@ -63,6 +65,9 @@ %defattr(644,root,root,755) %doc AUTHORS NEWS README doc/*.sample doc/ncmpc.lirc %attr(755,root,root) %{_bindir}/* +%dir %{_libdir}/ncmpc +%dir %{_libdir}/ncmpc/lyrics +%attr(755,root,root) %{_libdir}/ncmpc/lyrics/* %{_mandir}/man1/ncmpc.* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -71,6 +76,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/01/11 15:45:16 evil +- adapterized +- build and package lyrics plugins + Revision 1.14 2009/12/29 20:23:33 wiget - updated to 0.16 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ncmpc/ncmpc.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
