Hello community,

here is the log from the commit of package gnome-games for openSUSE:Factory 
checked in at 2012-01-26 14:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-games (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-games.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-games", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-games/gnome-games.changes  2012-01-09 
12:40:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-games.new/gnome-games.changes     
2012-01-26 14:03:27.000000000 +0100
@@ -1,0 +2,52 @@
+Wed Jan 25 12:00:52 UTC 2012 - [email protected]
+
+- Add missing %glib2_gsettings_schema_post in %post of gnobots2.
+- Fix %postun of swell-foop to use %glib2_gsettings_schema_postun
+  instead of %glib2_gsettings_schema_post.
+
+-------------------------------------------------------------------
+Wed Jan 18 22:58:44 UTC 2012 - [email protected]
+
+- Update to version 3.3.4.1:
+  + Fixes setgid for high scores code
+  + Cleanup of build system.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jan 18 07:03:51 UTC 2012 - [email protected]
+
+- Add pkgconfig(gl) and pkgconfig(glu) BuildRequires: they are
+  needed to build glchess.
+
+-------------------------------------------------------------------
+Tue Jan 17 08:06:01 UTC 2012 - [email protected]
+
+- Update to version 3.3.4:
+  + The port to GSettings was completed
+  + Games ported to vala: iagno
+  + Games ported to mallard: glines, gnomine, mahjongg, sudoku
+  + Games using GtkApplication: glChess, gnomine, iagno, lightsoff,
+    mahjongg
+  + Gnotravex uses the new GMenuModel
+  + Mahjongg dropped its statusbar
+  + Dropped smclient support
+  + Dropped embedded version of gnuchess
+  + Iagno now uses scalable graphics
+  + Deprecation fixes
+  + Build system changes.
+  + Updated translations.
+- Drop gnome-games-gnobots2-scores-build.patch: fixed upstream.
+- Drop gnome-common BuildRequires and (misplaced!) call to
+  gnome-autogen.sh that were needed for above patch.
+- Replace gconf schema packaging machinery with gsettings machinery
+  for gnect, gnibbles, gnobots2, gnome-sudoku, gnotski, gtali,
+  quadrapassel and swell-foop.
+- Remove gconf2-devel BuildRequires since there is no use of gconf
+  anymore.
+- Remove now non-existing --disable-schemas-install configure
+  option.
+- Remove now non-existing --disable-gnuchess configure option
+  (there's no embedded version of gnuchess anymore).
+- Remove checks for old versions of openSUSE (<= 11.1).
+
+-------------------------------------------------------------------

Old:
----
  gnome-games-3.3.3.tar.xz
  gnome-games-gnobots2-scores-build.patch

New:
----
  gnome-games-3.3.4.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-games.spec ++++++
--- /var/tmp/diff_new_pack.Yh2iyn/_old  2012-01-26 14:03:29.000000000 +0100
+++ /var/tmp/diff_new_pack.Yh2iyn/_new  2012-01-26 14:03:29.000000000 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnome-games
-Version:        3.3.3
+Version:        3.3.4.1
 Release:        0
 # FIXME: validate list of games for the recommended subpackage
 Summary:        Games for GNOME
@@ -27,15 +28,10 @@
 Source1:        %{name}-create-post
 Source2:        README.openSUSE
 Source3:        README-recommended.openSUSE
-# PATCH-FIX-UPSTREAM gnome-games-gnobots2-scores-build.patch bgo#667339 
[email protected] -- Fix creation of .scores files during install
-Patch0:         gnome-games-gnobots2-scores-build.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  guile-devel
@@ -49,6 +45,8 @@
 BuildRequires:  update-desktop-files
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(sqlite3)
 Requires:       glchess
@@ -67,9 +65,6 @@
 Requires:       quadrapassel
 Requires:       swell-foop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%endif
 
 %description
 GNOME games is a collection of simple, but addictive, games from the
@@ -169,7 +164,7 @@
 Group:          Amusements/Games/Board/Other
 Requires:       %{name}-support = %{version}
 Recommends:     gnect-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n gnect
 The object of Four-in-a-Row is to place four pieces in a vertical,
@@ -186,7 +181,7 @@
 PreReq:         permissions
 Requires:       %{name}-support = %{version}
 Recommends:     gnibbles-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n gnibbles
 Nibbles is a worm game for GNOME. The player controls a 2D worm while
@@ -202,7 +197,7 @@
 PreReq:         permissions
 Requires:       %{name}-support = %{version}
 Recommends:     gnobots2-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n gnobots2
 Robots is a graphical version of the original text based robots game,
@@ -217,7 +212,7 @@
 Requires:       %{name}-support = %{version}
 Recommends:     gnome-sudoku-lang
 Suggests:       python-bugbuddy
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 %py_requires
 
 %description -n gnome-sudoku
@@ -265,7 +260,7 @@
 PreReq:         permissions
 Requires:       %{name}-support = %{version}
 Recommends:     gnotski-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n gnotski
 Klotski is a puzzle game of which the objective is to get the
@@ -281,7 +276,7 @@
 PreReq:         permissions
 Requires:       %{name}-support = %{version}
 Recommends:     gtali-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n gtali
 Tali is like Yahtzee, or like poker with dice. The player rolls dice
@@ -346,7 +341,7 @@
 PreReq:         permissions
 Requires:       %{name}-support = %{version}
 Recommends:     quadrapassel-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n quadrapassel
 Quadrapassel is a version of Tetris, the classic game of interlocking
@@ -363,7 +358,7 @@
 Requires:       %{name}-support = %{version}
 Requires:       seed
 Recommends:     swell-foop-lang
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description -n swell-foop
 Swell Foop is a puzzle game, of which the objective is to clear the
@@ -395,20 +390,15 @@
 cp -a %{S:1} .
 cp -a %{S:2} .
 cp -a %{S:3} .
-%patch0 -p1
 
 %build
 %configure \
-    --disable-gnuchess \
-    --disable-schemas-install \
     --disable-static \
     --disable-scrollkeeper \
     --enable-staging
 %__make %{?jobs:-j%jobs}
 
 %install
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %makeinstall
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
@@ -430,15 +420,9 @@
 %suse_update_desktop_file -G "Tetris" quadrapassel
 %suse_update_desktop_file swell-foop
 %find_lang %{name} %{?no_lang_C}
-for subpackage in glchess glines gnomine gnotravex iagno lightsoff mahjongg; do
-  %find_lang ${subpackage} %{?no_lang_C}
-done
-for subpackage in gnect gnibbles gnobots2 gnome-sudoku gnotski gtali 
quadrapassel swell-foop ; do
+for subpackage in glchess glines gnect gnibbles gnobots2 gnome-sudoku gnomine 
gnotravex gnotski gtali iagno lightsoff mahjongg quadrapassel swell-foop ; do
   %find_lang ${subpackage} %{?no_lang_C}
-  %def_gconf_schemas ${subpackage}
-  %add_gconf_schemas ${subpackage}
 done
-%end_gconf_schemas
 bash gnome-games-create-post %{buildroot}
 %fdupes %{buildroot}
 
@@ -490,72 +474,55 @@
 %glib2_gsettings_schema_postun
 ### gnect scriptlets ###
 
-%pre -n gnect -f gnect.schemas_pre
-
 %post -n gnect
 %desktop_database_post
 %icon_theme_cache_post
-
-%posttrans -n gnect -f gnect.schemas_posttrans
-
-%preun -n gnect -f gnect.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun -n gnect
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### gnibbles scriptlets ###
-
-%pre -n gnibbles -f gnibbles.schemas_pre
-
 %post -n gnibbles -f gnibbles.scores_post
 %set_permissions %{_bindir}/gnibbles
 %desktop_database_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %verifyscript -n gnibbles
 %verify_permissions -e %{_bindir}/gnibbles
 
-%posttrans -n gnibbles -f gnibbles.schemas_posttrans
-
-%preun -n gnibbles -f gnibbles.schemas_preun
-
 %postun -n gnibbles
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### gnobots2 scriptlets ###
 
-%pre -n gnobots2 -f gnobots2.schemas_pre
-
 %post -n gnobots2 -f gnobots2.scores_post
 %set_permissions %{_bindir}/gnobots2
 %desktop_database_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %verifyscript -n gnobots2
 %verify_permissions -e %{_bindir}/gnobots2
 
-%posttrans -n gnobots2 -f gnobots2.schemas_posttrans
-
-%preun -n gnobots2 -f gnobots2.schemas_preun
-
 %postun -n gnobots2
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### gnome-sudoku scriptlets ###
 
-%pre -n gnome-sudoku -f gnome-sudoku.schemas_pre
-
 %post -n gnome-sudoku
 %desktop_database_post
 %icon_theme_cache_post
-
-%posttrans -n gnome-sudoku -f gnome-sudoku.schemas_posttrans
-
-%preun -n gnome-sudoku -f gnome-sudoku.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun -n gnome-sudoku
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### gnomine scriptlets ###
 
 %post -n gnomine -f gnomine.scores_post
@@ -588,42 +555,34 @@
 %icon_theme_cache_postun
 ### gnotski scriptlets ###
 
-%pre -n gnotski -f gnotski.schemas_pre
-
 %post -n gnotski -f gnotski.scores_post
 %set_permissions %{_bindir}/gnotski
 %desktop_database_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %verifyscript -n gnotski
 %verify_permissions -e %{_bindir}/gnotski
 
-%posttrans -n gnotski -f gnotski.schemas_posttrans
-
-%preun -n gnotski -f gnotski.schemas_preun
-
 %postun -n gnotski
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### gtali scriptlets ###
 
-%pre -n gtali -f gtali.schemas_pre
-
 %post -n gtali -f gtali.scores_post
 %set_permissions %{_bindir}/gtali
 %desktop_database_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %verifyscript -n gtali
 %verify_permissions -e %{_bindir}/gtali
 
-%posttrans -n gtali -f gtali.schemas_posttrans
-
-%preun -n gtali -f gtali.schemas_preun
-
 %postun -n gtali
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### iagno scriptlets ###
 
 %post -n iagno
@@ -663,38 +622,30 @@
 %icon_theme_cache_postun
 ### quadrapassel scriptlets ###
 
-%pre -n quadrapassel -f quadrapassel.schemas_pre
-
 %post -n quadrapassel -f quadrapassel.scores_post
 %set_permissions %{_bindir}/quadrapassel
 %desktop_database_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %verifyscript -n quadrapassel
 %verify_permissions -e %{_bindir}/quadrapassel
 
-%posttrans -n quadrapassel -f quadrapassel.schemas_posttrans
-
-%preun -n quadrapassel -f quadrapassel.schemas_preun
-
 %postun -n quadrapassel
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ### swell-foop scriptlets ###
 
-%pre -n swell-foop -f swell-foop.schemas_pre
-
 %post -n swell-foop
 %desktop_database_post
 %icon_theme_cache_post
-
-%posttrans -n swell-foop -f swell-foop.schemas_posttrans
-
-%preun -n swell-foop -f swell-foop.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun -n swell-foop
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 ######## end scriptlets ########
 
 %files
@@ -714,7 +665,6 @@
 %{_libdir}/gnome-games/GnomeGamesSupport-*.gir
 %{_datadir}/glib-2.0/schemas/org.gnome.Games.WindowState.gschema.xml
 %dir %{_datadir}/gnome-games
-%{_datadir}/gnome-games/icons/
 %{_datadir}/gnome-games/sounds/
 # NOTE: when adding/removing a package, make sure to update the
 # list of Requires for the gnome-games package (and, if adding, to
@@ -733,7 +683,7 @@
 %{_datadir}/glchess/
 %{_datadir}/applications/glchess.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.glchess.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/gnome-glchess.*
+%{_datadir}/icons/hicolor/*/apps/glchess.*
 %{_mandir}/man?/glchess.*
 # If adding/removing a package, see the NOTE before glchess
 
@@ -743,13 +693,10 @@
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/glines/
 %doc %{_datadir}/gnome/help/glines/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/glines/
-%doc %{_datadir}/omf/glines/glines-C.omf
 %{_datadir}/applications/glines.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.glines.gschema.xml
-%{_datadir}/gnome-games/glines/
-%{_datadir}/icons/hicolor/*/apps/gnome-glines.*
+%{_datadir}/glines/
+%{_datadir}/icons/hicolor/*/apps/glines.*
 %{_mandir}/man?/glines.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -763,7 +710,7 @@
 %ghost %{_localstatedir}/games/glines.Small.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gnect -f gnect.schemas_list
+%files -n gnect
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -774,12 +721,13 @@
 %doc %{_datadir}/omf/gnect/gnect-C.omf
 %{_bindir}/gnect
 %{_datadir}/applications/gnect.desktop
-%{_datadir}/gnome-games/gnect/
-%{_datadir}/icons/hicolor/*/apps/gnome-gnect.*
+%{_datadir}/glib-2.0/schemas/org.gnome.gnect.gschema.xml
+%{_datadir}/gnect/
+%{_datadir}/icons/hicolor/*/apps/gnect.*
 %{_mandir}/man?/gnect.*
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gnibbles -f gnibbles.schemas_list
+%files -n gnibbles
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -789,8 +737,9 @@
 %dir %{_datadir}/omf/gnibbles/
 %doc %{_datadir}/omf/gnibbles/gnibbles-C.omf
 %{_datadir}/applications/gnibbles.desktop
-%{_datadir}/gnome-games/gnibbles/
-%{_datadir}/icons/hicolor/*/apps/gnome-gnibbles.*
+%{_datadir}/glib-2.0/schemas/org.gnome.gnibbles.gschema.xml
+%{_datadir}/gnibbles/
+%{_datadir}/icons/hicolor/*/apps/gnibbles.*
 %{_mandir}/man?/gnibbles.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -809,7 +758,7 @@
 %ghost %{_localstatedir}/games/gnibbles.4.1.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gnobots2 -f gnobots2.schemas_list
+%files -n gnobots2
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -819,8 +768,10 @@
 %dir %{_datadir}/omf/gnobots2/
 %doc %{_datadir}/omf/gnobots2/gnobots2-C.omf
 %{_datadir}/applications/gnobots2.desktop
-%{_datadir}/gnome-games/gnobots2/
-%{_datadir}/icons/hicolor/*/apps/gnome-robots.*
+%{_datadir}/glib-2.0/schemas/org.gnome.gnobots2.gschema.xml
+%{_datadir}/gnobots2/
+%{_datadir}/icons/hicolor/*/actions/teleport*.*
+%{_datadir}/icons/hicolor/*/apps/gnobots2.*
 %{_mandir}/man?/gnobots2.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -846,16 +797,17 @@
 %ghost %{_localstatedir}/games/gnobots2.robots_with_safe_teleport.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gnome-sudoku -f gnome-sudoku.schemas_list
+%files -n gnome-sudoku
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/gnome-sudoku/
 %doc %{_datadir}/gnome/help/gnome-sudoku/C/
 %{_bindir}/gnome-sudoku
-%{_datadir}/gnome-sudoku/
 %{python_sitelib}/gnome_sudoku/
 %{_datadir}/applications/gnome-sudoku.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
+%{_datadir}/gnome-sudoku/
 %{_datadir}/icons/hicolor/*/apps/gnome-sudoku.*
 %{_mandir}/man?/gnome-sudoku.*
 # If adding/removing a package, see the NOTE before glchess
@@ -871,7 +823,7 @@
 %doc %{_datadir}/omf/gnomine/gnomine-C.omf
 %{_datadir}/applications/gnomine.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnomine.gschema.xml
-%{_datadir}/gnome-games/gnomine/
+%{_datadir}/gnomine/
 %{_datadir}/icons/hicolor/*/apps/gnomine.png
 %{_mandir}/man?/gnomine.*
 %defattr (0755, games, games)
@@ -895,7 +847,7 @@
 %doc %{_datadir}/gnome/help/gnotravex/C/
 %{_datadir}/applications/gnotravex.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnotravex.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/gnome-tetravex.*
+%{_datadir}/icons/hicolor/*/apps/gnotravex.*
 %{_mandir}/man?/gnotravex.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -911,7 +863,7 @@
 %ghost %{_localstatedir}/games/gnotravex.6x6.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gnotski -f gnotski.schemas_list
+%files -n gnotski
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -921,8 +873,9 @@
 %dir %{_datadir}/omf/gnotski/
 %doc %{_datadir}/omf/gnotski/gnotski-C.omf
 %{_datadir}/applications/gnotski.desktop
-%{_datadir}/gnome-games/gnotski/
-%{_datadir}/icons/hicolor/*/apps/gnome-klotski.*
+%{_datadir}/glib-2.0/schemas/org.gnome.gnotski.gschema.xml
+%{_datadir}/gnotski/
+%{_datadir}/icons/hicolor/*/apps/gnotski.*
 %{_mandir}/man?/gnotski.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -970,7 +923,7 @@
 %ghost %{_localstatedir}/games/gnotski.9.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n gtali -f gtali.schemas_list
+%files -n gtali
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -980,8 +933,9 @@
 %dir %{_datadir}/omf/gtali/
 %doc %{_datadir}/omf/gtali/gtali-C.omf
 %{_datadir}/applications/gtali.desktop
-%{_datadir}/gnome-games/gtali/
-%{_datadir}/icons/hicolor/*/apps/gnome-tali.*
+%{_datadir}/glib-2.0/schemas/org.gnome.gtali.gschema.xml
+%{_datadir}/gtali/
+%{_datadir}/icons/hicolor/*/apps/gtali.*
 %{_mandir}/man?/gtali.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -1006,8 +960,8 @@
 %{_bindir}/iagno
 %{_datadir}/applications/iagno.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml
-%{_datadir}/gnome-games/iagno/
-%{_datadir}/icons/hicolor/*/apps/gnome-iagno.*
+%{_datadir}/iagno/
+%{_datadir}/icons/hicolor/*/apps/iagno.*
 %{_mandir}/man?/iagno.*
 # If adding/removing a package, see the NOTE before glchess
 
@@ -1024,7 +978,7 @@
 %{_datadir}/applications/lightsoff.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.lightsoff.gschema.xml
 %{_datadir}/gnome-games/lightsoff/
-%{_datadir}/icons/hicolor/*/apps/gnome-lightsoff.*
+%{_datadir}/icons/hicolor/*/apps/lightsoff.*
 # If adding/removing a package, see the NOTE before glchess
 
 %files -n mahjongg
@@ -1033,13 +987,10 @@
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/mahjongg/
 %doc %{_datadir}/gnome/help/mahjongg/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/mahjongg/
-%doc %{_datadir}/omf/mahjongg/mahjongg-C.omf
 %{_datadir}/applications/mahjongg.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.mahjongg.gschema.xml
-%{_datadir}/gnome-games/mahjongg/
-%{_datadir}/icons/hicolor/*/apps/gnome-mahjongg.*
+%{_datadir}/icons/hicolor/*/apps/mahjongg.*
+%{_datadir}/mahjongg/
 %{_mandir}/man?/mahjongg.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -1059,7 +1010,7 @@
 %ghost %{_localstatedir}/games/mahjongg.ziggurat.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n quadrapassel -f quadrapassel.schemas_list
+%files -n quadrapassel
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -1069,8 +1020,9 @@
 %dir %{_datadir}/omf/quadrapassel/
 %doc %{_datadir}/omf/quadrapassel/quadrapassel-C.omf
 %{_datadir}/applications/quadrapassel.desktop
-%{_datadir}/gnome-games/quadrapassel/
-%{_datadir}/icons/hicolor/*/apps/gnome-quadrapassel.*
+%{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/quadrapassel.*
+%{_datadir}/quadrapassel/
 %{_mandir}/man?/quadrapassel.*
 %defattr (0755, games, games)
 # WARNING: If you are modifying this list, don't forget to edit the
@@ -1082,7 +1034,7 @@
 %ghost %{_localstatedir}/games/quadrapassel.scores
 # If adding/removing a package, see the NOTE before glchess
 
-%files -n swell-foop -f swell-foop.schemas_list
+%files -n swell-foop
 %defattr(-, root, root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
@@ -1093,8 +1045,9 @@
 %doc %{_datadir}/omf/swell-foop/swell-foop-C.omf
 %{_bindir}/swell-foop
 %{_datadir}/applications/swell-foop.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
 %{_datadir}/gnome-games/swell-foop/
-%{_datadir}/icons/hicolor/*/apps/gnome-swell-foop.*
+%{_datadir}/icons/hicolor/*/apps/swell-foop.*
 
 %files support-lang -f %{name}.lang
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to