From 4a781d10f416751625c4b9817823e0562d424dd8 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Aug 10 2012 17:15:36 +0000 Subject: Add missing doc/license files in all packages. This is especially important for the two 'compat' packages. Without it, they were empty and as such would not be generated, which broke the upgrade path. --- diff --git a/gnome-games.spec b/gnome-games.spec index 312e26d..ef39bf3 100644 --- a/gnome-games.spec +++ b/gnome-games.spec @@ -544,6 +544,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %files -f translations.lang +%doc AUTHORS COPYING README %{_datadir}/glib-2.0/schemas/org.gnome.Games.WindowState.gschema.xml %{_datadir}/icons/hicolor/*/actions/teleport* @@ -595,6 +596,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %endif %files glchess +%doc AUTHORS COPYING README #%{python_sitelib}/glchess %{_datadir}/glchess %{_datadir}/glib-2.0/schemas/org.gnome.glchess.gschema.xml @@ -605,6 +607,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/glchess %files glines +%doc AUTHORS COPYING README %{_datadir}/glib-2.0/schemas/org.gnome.glines.gschema.xml %{_datadir}/applications/gnome-glines.desktop %{_mandir}/man6/glines.6.gz @@ -616,6 +619,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/glines %files gnect +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-gnect.desktop %{_mandir}/man6/gnect.6.gz %{_bindir}/gnect @@ -625,6 +629,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/gnect %files gnibbles +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-gnibbles.desktop %{_mandir}/man6/gnibbles.6.gz %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/gnibbles.* @@ -636,6 +641,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/gnibbles %files gnobots2 +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-gnobots2.desktop %{_mandir}/man6/gnobots2.6.gz %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/gnobots2* @@ -647,6 +653,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/gnobots2 %files gnotravex +%doc AUTHORS COPYING README %{_datadir}/gnotravex %{_datadir}/applications/gnome-gnotravex.desktop %{_mandir}/man6/gnotravex.6.gz @@ -658,6 +665,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/gnotravex %files gnotski +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-gnotski.desktop %{_mandir}/man6/gnotski.6.gz %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/gnotski.* @@ -670,6 +678,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %if %{build_tali} %files gtali +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-gtali.desktop %{_mandir}/man6/gtali.6.gz %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/gtali.* @@ -682,6 +691,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %endif %files lightsoff +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-lightsoff.desktop %{_bindir}/lightsoff %{_datadir}/lightsoff @@ -690,6 +700,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/lightsoff %files mahjongg +%doc AUTHORS COPYING README %{_datadir}/glib-2.0/schemas/org.gnome.gnome-mahjongg.gschema.xml %{_datadir}/applications/gnome-mahjongg.desktop %{_mandir}/man6/gnome-mahjongg.6.gz @@ -701,6 +712,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/help/*/gnome-mahjongg %files quadrapassel +%doc AUTHORS COPYING README %{_datadir}/applications/gnome-quadrapassel.desktop %{_mandir}/man6/quadrapassel.6.gz %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/quadrapassel.* @@ -711,10 +723,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml %{_datadir}/help/*/quadrapassel +%files compat +%doc AUTHORS COPYING README + +%files extra-compat +%doc AUTHORS COPYING README %changelog - Specify the Epoch for Requires/Obsoletes. Not having it in the previous commit was breaking the upgrade path. +- Add missing doc/license files in all packages. This is especially important + for the two 'compat' packages. Without it, they were empty and as such + would not be generated, which broke the upgrade path. * Wed Aug 08 2012 Mathieu Bridon - 1:3.5.5-2 - Split each game and its help into its own subpackage.