Author: freetz Date: Mon Apr 10 16:56:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from DEVEL and updated to 2.14.1
---- Files affected: SPECS: gnome-games.spec (1.167 -> 1.168) ---- Diffs: ================================================================ Index: SPECS/gnome-games.spec diff -u SPECS/gnome-games.spec:1.167 SPECS/gnome-games.spec:1.168 --- SPECS/gnome-games.spec:1.167 Wed Feb 8 17:15:32 2006 +++ SPECS/gnome-games.spec Mon Apr 10 18:56:07 2006 @@ -7,13 +7,13 @@ Summary(uk): śÇŇÉ ĐŚÄ GNOME Summary(wa): Djeus po GNOME Name: gnome-games -Version: 2.12.3 +Version: 2.14.1 Release: 1 Epoch: 1 License: LGPL Group: X11/Applications/Games -Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.12/%{name}-%{version}.tar.bz2 -# Source0-md5: 06d3cfaf24dd1f0b2df1df005c69d4ff +Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.14/%{name}-%{version}.tar.bz2 +# Source0-md5: 9893da6c2f8eecdbc596cec9a017a8b2 Patch0: %{name}-schemas.patch Patch1: %{name}-include.patch Patch2: %{name}-desktop.patch @@ -21,13 +21,13 @@ BuildRequires: GConf2-devel >= 2.12.0 BuildRequires: autoconf >= 2.53 BuildRequires: automake +BuildRequires: mdns-bonjour-devel BuildRequires: esound-devel BuildRequires: gnome-common >= 2.8.0 BuildRequires: gnome-vfs2-devel >= 2.12.0 BuildRequires: gob2 >= 2.0.0 BuildRequires: guile-devel >= 5:1.6.5 BuildRequires: gtk+2-devel >= 2:2.8.3 -BuildRequires: howl-devel >= 0.9.10 BuildRequires: intltool >= 0.33 BuildRequires: libglade2-devel >= 1:2.5.1 BuildRequires: libgnomeui-devel >= 2.12.0 @@ -45,6 +45,7 @@ Obsoletes: gnome Obsoletes: gnome-games-devel Obsoletes: gnome-games-static +Obsoletes: gnome-games-stones BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _localstatedir /var @@ -161,22 +162,6 @@ %description gnobots2 -l pl Gra polegająca na zapobieganiu zderzeniom robotów. -%package stones -Summary: GNOME Stones -Summary(pl): "Kamienie" dla GNOME -Group: X11/Applications/Games -Requires(post,preun): GConf2 -Requires(post): coreutils -Requires(post,postun): desktop-file-utils -Requires(post,postun): scrollkeeper -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description stones -Boulder Dash like game. - -%description stones -l pl -Gra podobna do Boulder Dasha. - %package gnometris Summary: GNOME Tetris Summary(pl): Tetris dla GNOME @@ -328,6 +313,8 @@ %{__autoconf} %{__automake} %configure \ + --enable-bonjour \ + --disable-howl \ --disable-static %{__make} @@ -348,7 +335,6 @@ %find_lang same-gnome --with-gnome %find_lang mahjongg --with-gnome %find_lang gtali --with-gnome -%find_lang gnome-stones --with-gnome %find_lang gataxx --with-gnome %find_lang gnotravex --with-gnome %find_lang gnotski --with-gnome @@ -460,24 +446,6 @@ %postun gnobots2 %scrollkeeper_update_postun -%post stones -%scrollkeeper_update_post -%gconf_schema_install gnome-stones.schemas -%update_desktop_database_post - -if [ ! -f %{_gamesdir}/gnome-stones.scores ]; then - touch %{_gamesdir}/gnome-stones.scores - chown root:games %{_gamesdir}/gnome-stones.scores - chmod 664 %{_gamesdir}/gnome-stones.scores -fi - -%preun stones -%gconf_schema_uninstall gnome-stones.schemas - -%postun stones -%scrollkeeper_update_postun -%update_desktop_database_postun - %post gnometris %scrollkeeper_update_post %gconf_schema_install gnometris.schemas @@ -646,6 +614,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/gataxx %{_sysconfdir}/gconf/schemas/gataxx.schemas +%{_datadir}/%{name}/ataxx %{_desktopdir}/gataxx.desktop %{_omf_dest_dir}/%{name}/gataxx-C.omf %{_pixmapsdir}/gataxx.png @@ -696,28 +665,9 @@ %lang(es) %{_omf_dest_dir}/%{name}/gnobots2-es.omf %lang(it) %{_omf_dest_dir}/%{name}/gnobots2-it.omf %{_pixmapsdir}/gnobots2 -%{_pixmapsdir}/gnome-gnobots2.png -%{_pixmapsdir}/rteleport.png -%{_pixmapsdir}/teleport.png +%{_pixmapsdir}/gnome-gnobots2.svg %attr(664,root,games) %ghost %{_localstatedir}/games/gnobots2.* -%files stones -f gnome-stones.lang -%defattr(644,root,root,755) -%attr(2755,root,games) %{_bindir}/gnome-stones -%{_sysconfdir}/gconf/schemas/gnome-stones.schemas -%{_datadir}/gnome-stones -%{_datadir}/mime-info/gnome-stones.* -%{_datadir}/gnome-stonesrc -%lang(ko) %{_datadir}/gnome-stonesrc.ko -%dir %{_libdir}/gnome-stones -%dir %{_libdir}/gnome-stones/objects -%attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.so -%{_desktopdir}/gnome-stones.desktop -%{_omf_dest_dir}/%{name}/gnome-stones-C.omf -%{_pixmapsdir}/gnome-stones -%{_pixmapsdir}/gnome-stones*.png -%attr(664,root,games) %ghost %{_localstatedir}/games/gnome-stones.* - %files gnometris -f gnometris.lang %defattr(644,root,root,755) %attr(2755,root,games) %{_bindir}/gnometris @@ -821,6 +771,24 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.168 2006/04/10 16:56:07 freetz +- merged from DEVEL and updated to 2.14.1 + +Revision 1.166.2.5 2006/03/13 15:16:41 freetz +- 2.14.0 + +Revision 1.166.2.4 2006/02/23 15:03:50 freetz +- 2.13.8, BR virtual mdns-bonjour-devel package + +Revision 1.166.2.3 2006/02/13 08:59:46 freetz +- 2.13.7, enable bonjour support + +Revision 1.166.2.2 2006/02/01 22:24:31 freetz +- disable howl + +Revision 1.166.2.1 2006/02/01 21:53:14 freetz +- 2.13.6, gnome-stones removed + Revision 1.167 2006/02/08 16:15:32 freetz - 2.12.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-games.spec?r1=1.167&r2=1.168&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
