Author: caleb Date: Thu May 20 11:30:45 2010 GMT Module: packages Tag: HEAD ---- Log message: - Sub-package for server component (NFY) - Added TODOs - Updated URL and description strings - Changed suggest to requirement for perl-Locale-gettext to quiet runtime warnings
---- Files affected: packages/lyricue: lyricue.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/lyricue/lyricue.spec diff -u packages/lyricue/lyricue.spec:1.1 packages/lyricue/lyricue.spec:1.2 --- packages/lyricue/lyricue.spec:1.1 Wed May 19 16:43:17 2010 +++ packages/lyricue/lyricue.spec Thu May 20 13:30:39 2010 @@ -1,12 +1,16 @@ # $Revision$, $Date$ -Summary: The GNU Lyric Display System +# TODO: +# - Split packages for core, client and remote +# - Add default access.conf file to package +# - Add suggests for diatheke after package for sword is available +Summary: GNU Lyric Display System, client interface Name: lyricue Version: 2.0.0 -Release: 1 +Release: 2 License: GPL Group: X11/Applications/Graphics Source0: http://www.adebenham.com/debian/%{name}_%{version}.tar.gz -URL: http://www.adebenham.com/lyricue/ +URL: http://www.lyricue.org Requires: mysql-client Requires: perl-DBD-mysql Requires: perl-DBI @@ -14,14 +18,24 @@ Requires: perl-Gtk2-GladeXML Requires: perl-Gtk2-Spell Requires: perl-URI +Requires: perl-Locale-gettext Suggests: perl-Gtk2-TrayIcon -Suggests: perl-Locale-gettext +Suggests: %{name}-server BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This application is used to edit/display song lyrics and passages of -text on a second screen/projector for use at live events such as -church services, concerts and seminars. +Lyricue is used to edit and display song lyrics and +passages of text along with images and videos on a second +screen/projector. It was designed for use at live events +such as church services, concerts and seminars. + +%package server +Summary: GNU Lyric Display System, server interface +Group: X11/Applications/Graphics +Requires: perl-Locale-gettext + +%description server +Component to handle action display and projection of slides. %prep %setup -q @@ -39,13 +53,12 @@ %files %defattr(644,root,root,755) -%dir %{_sysconfdir}/lyricue -%config(noreplace) %{_sysconfdir}/lyricue/* -%attr(755,root,root) %{_bindir}/lyricue -%attr(755,root,root) %{_bindir}/lyricue_server +%dir %{_sysconfdir}/%{name} +%config(noreplace) %{_sysconfdir}/%{name}/* +%attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/lyricue_remote %attr(755,root,root) %{_bindir}/import_media -%dir %{_datadir}/lyricue +%dir %{_datadir}/%{name} %lang(en_US) %dir %{_datadir}/locale/en_US %lang(en_US) %dir %{_datadir}/locale/en_US/LC_MESSAGES %lang(en_US) %{_datadir}/locale/en_US/LC_MESSAGES/lyricue.mo @@ -64,10 +77,14 @@ %lang(sv) %dir %{_datadir}/locale/sv %lang(sv) %dir %{_datadir}/locale/sv/LC_MESSAGES %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/lyricue.mo -%{_datadir}/lyricue/* -%doc %{_docdir}/lyricue/* -%dir %{_docdir}/lyricue -%{_desktopdir}/%{name}*.desktop +%{_datadir}/%{name}/* +%{_desktopdir}/%{name}.desktop +%dir %{_docdir}/%{name} +%doc %{_docdir}/%{name}/* + +%files server +%attr(755,root,root) %{_bindir}/%{name}_server +%{_desktopdir}/%{name}_server.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -75,6 +92,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/05/20 11:30:39 caleb +- Sub-package for server component (NFY) +- Added TODOs +- Updated URL and description strings +- Changed suggest to requirement for perl-Locale-gettext to quiet runtime warnings + Revision 1.1 2010/05/19 14:43:17 caleb - initial add ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lyricue/lyricue.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
