Author: lisu Date: Mon Jan 18 13:12:23 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to final 9.0 version - include libggocanvas.so files (the game doesn't run without these)
---- Files affected: packages/gcompris: gcompris.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/gcompris/gcompris.spec diff -u packages/gcompris/gcompris.spec:1.50 packages/gcompris/gcompris.spec:1.51 --- packages/gcompris/gcompris.spec:1.50 Mon Oct 19 12:57:20 2009 +++ packages/gcompris/gcompris.spec Mon Jan 18 14:12:17 2010 @@ -1,17 +1,19 @@ # $Revision$, $Date$ # +# TODO: gcompris uses its own goocanvas libraries with some specific changes, but do we need to include them into /usr/lib? +# # Conditional build: %bcond_without gnet # build without gnet support (disallow GCompris fetch content from a web server) # Summary: Educational suite for kids 2-10 years old Summary(pl.UTF-8): Zestaw edukacyjny dla dzieci w wieku 2-10 lat Name: gcompris -Version: 8.4.13 +Version: 9.0 Release: 0.1 License: GPL v3+ Group: X11/Applications/Games -Source0: http://dl.sourceforge.net/gcompris/%{name}-%{version}.tar.gz -# Source0-md5: d4768c2c471da4f1eb12a82d37f54dc1 +Source0: http://downloads.sourceforge.net/gcompris/%{name}-%{version}.tar.gz +# Source0-md5: d39b0fc879b8c3689140360e32eed711 Patch0: %{name}-info.patch Patch1: %{name}-desktop.patch URL: http://gcompris.net/ @@ -24,6 +26,7 @@ BuildRequires: libao-devel BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: libogg-devel +BuildRequires: librsvg-devel BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: libvorbis-devel @@ -32,9 +35,10 @@ BuildRequires: popt-devel >= 1.5 BuildRequires: python-devel BuildRequires: python-gnome-devel +BuildRequires: python-pycairo-devel BuildRequires: python-sqlite BuildRequires: sqlite3-devel -#BuildRequires: tetex +BuildRequires: tetex BuildRequires: texi2html BuildRequires: texinfo BuildRequires: xorg-lib-libXxf86vm-devel @@ -160,6 +164,9 @@ %{_datadir}/gcompris/python %{_desktopdir}/*.desktop %{_infodir}/*.info* +# gcompris uses its own goocanvas libraries with some specific changes +%attr(755,root,root) %{_libdir}/gcompris/libgoocanvas.so.0 +%attr(755,root,root) %{_libdir}/gcompris/libgoocanvas.so.0.0.0 %{_mandir}/man6/gcompris.* %{_pixmapsdir}/*.png @@ -169,6 +176,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2010/01/18 13:12:17 lisu +- up to final 9.0 version +- include libggocanvas.so files (the game doesn't run without these) + Revision 1.50 2009/10/19 10:57:20 lisu - up to 8.4.14 @@ -181,6 +192,21 @@ Revision 1.47 2009/03/11 14:04:24 lisu - 8.4.11 - more verbose files + +Revision 1.46.2.4 2009/11/13 12:28:26 lisu +- remove bogus things not mentioned in previous commit log +- rel 1 + +Revision 1.46.2.3 2009/11/13 12:26:44 lisu +- extended TODO + +Revision 1.46.2.2 2009/11/13 08:53:18 lisu +- up to 8.5PRE3 + +Revision 1.46.2.1 2008/12/15 15:13:45 lisu +- up to 8.5PRE2 +- BRs: librsvg-devel, python-pycairo-devel +- doesn't want to install (TODO) Revision 1.46 2008/11/21 10:09:58 lisu - fix last cvs log ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcompris/gcompris.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
