Author: megabajt Date: Mon Nov 26 18:52:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added missing Requires and Suggests (fixes #76) - adapterized
---- Files affected: SPECS: glchess.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/glchess.spec diff -u SPECS/glchess.spec:1.43 SPECS/glchess.spec:1.44 --- SPECS/glchess.spec:1.43 Sat Nov 17 22:46:48 2007 +++ SPECS/glchess.spec Mon Nov 26 19:52:06 2007 @@ -9,7 +9,10 @@ Source0: http://dl.sourceforge.net/glchess/%{name}-%{version}.tar.gz # Source0-md5: b0125b7b824f2e4012badd0c465444dd URL: http://live.gnome.org/glChess -Requires: OpenGL +Requires(post,postun): GConf2 +Requires: python-gnome-gconf +Suggests: python-PyOpenGL +Suggests: python-pygtkglext >= 1.1.0-2 Conflicts: gnome-games-glchess BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -68,7 +71,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc BUGS ChangeLog README TODO tests -%{_sysconfdir}/gconf/schemas/*.schemas +%{_sysconfdir}/gconf/schemas/glchess.schemas %attr(755,root,root) %{_bindir}/* %dir %{py_sitescriptdir}/%{name} %{py_sitescriptdir}/%{name}/*.py @@ -88,12 +91,12 @@ %{py_sitescriptdir}/%{name}/scene/opengl/*.py %dir %{py_sitescriptdir}/%{name}/ui %{py_sitescriptdir}/%{name}/ui/*.py -%dir /usr/share/games/%{name} -/usr/share/games/%{name}/*.xml -%dir /usr/share/games/%{name}/gui -/usr/share/games/%{name}/gui/*.glade -%dir /usr/share/games/%{name}/textures -/usr/share/games/%{name}/textures/*.png +%dir %{_datadir}/games/%{name} +%{_datadir}/games/%{name}/*.xml +%dir %{_datadir}/games/%{name}/gui +%{_datadir}/games/%{name}/gui/*.glade +%dir %{_datadir}/games/%{name}/textures +%{_datadir}/games/%{name}/textures/*.png %{_pixmapsdir}/* %{_desktopdir}/glchess.desktop @@ -103,6 +106,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2007-11-26 18:52:06 megabajt +- added missing Requires and Suggests (fixes #76) +- adapterized + Revision 1.43 2007-11-17 21:46:48 blues - 1.0.6 - rewritten @@ -242,8 +249,3 @@ Revision 1.1 2001/11/08 19:10:49 fastviper - Spec dla PLD -* Mon Jul 9 2001 Giuseppe Borzi' <[EMAIL PROTECTED]> -- version 0.3.2 - -* Fri Jun 29 2001 Giuseppe Borzi' <[EMAIL PROTECTED]> -- version 0.3.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glchess.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
