Author: caleb Date: Fri May 21 20:44:16 2010 GMT Module: packages Tag: HEAD ---- Log message: - Added suggest for perl-Clutter. Not required because the projection server will fall back to a basic renderer, - Added subpackage for remote cli
---- Files affected: packages/lyricue: lyricue.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/lyricue/lyricue.spec diff -u packages/lyricue/lyricue.spec:1.14 packages/lyricue/lyricue.spec:1.15 --- packages/lyricue/lyricue.spec:1.14 Fri May 21 21:54:51 2010 +++ packages/lyricue/lyricue.spec Fri May 21 22:44:11 2010 @@ -1,13 +1,13 @@ # $Revision$, $Date$ # TODO: -# - Split packages for core, client and remote +# - Make sure server subpackage can run without the client %include /usr/lib/rpm/macros.perl Summary: GNU Lyric Display System, client interface Name: lyricue Version: 2.0.0 -Release: 0.10 +Release: 0.11 License: GPL Group: X11/Applications/Graphics Source0: http://www.adebenham.com/debian/%{name}_%{version}.tar.gz @@ -19,8 +19,10 @@ BuildRequires: sed >= 4.0 Requires: mysql-client Suggests: %{name}-server +Suggests: %{name}-remote Suggests: diatheke Suggests: mysql +Suggests: perl(Clutter) Suggests: perl(DBD::mysql) Suggests: perl(Gtk2::TrayIcon) Suggests: unoconv @@ -36,12 +38,20 @@ %package server Summary: GNU Lyric Display System, server interface Group: X11/Applications/Graphics +Suggests: perl(Clutter) Suggests: perl(DBD::mysql) Suggests: perl(Locale::gettext) %description server Component to handle action display and projection of slides. +%package remote +Summary: GNU Lyric Display System, remote control cli +Group: Libraries + +%description remote +Remote control CLI to control the projection server from any shell. + %prep %setup -q %patch0 -p0 @@ -70,7 +80,6 @@ %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.conf %attr(755,root,root) %{_bindir}/%{name} -%attr(755,root,root) %{_bindir}/%{name}_remote %attr(755,root,root) %{_bindir}/import_media %dir %{_datadir}/%{name} %{_datadir}/%{name}/* @@ -81,12 +90,20 @@ %attr(755,root,root) %{_bindir}/%{name}_server %{_desktopdir}/%{name}_server.desktop +%files remote +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/%{name}_remote + %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.15 2010/05/21 20:44:11 caleb +- Added suggest for perl-Clutter. Not required because the projection server will fall back to a basic renderer, +- Added subpackage for remote cli + Revision 1.14 2010/05/21 19:54:51 sparky - drop release to: 0.10 (never sent to builders - BR: gettext-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lyricue/lyricue.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
