Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2350787bafbecee3ccbaff2eddfb41ae > files > 2

gnome-games-3.6.1-3.mga3.src.rpm

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME games
Name:		gnome-games
Version:	3.6.1
Release:	%mkrel 3
License:	GPLv2+
Group:		Games/Other
URL:		http://live.gnome.org/GnomeGames/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(clutter-1.0) >= 1.0.0
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 0.91.6
BuildRequires:	pkgconfig(gio-2.0) >= 2.25.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.7
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(pygobject-2.0) >= 2.28.3
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	gobject-introspection-devel
BuildRequires:	scrollkeeper
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:  gob2
BuildRequires:  automake
BuildRequires:	gnome-common
BuildRequires:	desktop-file-utils
BuildRequires:	x11-server-xvfb
BuildRequires:	vala >= 0.12.0
# (wally) Aisleriot was split out of gnome-games into a separate package
Requires:	aisleriot
Requires:	glchess
Requires:	glines
Requires:	gnect
Requires:	gnibbles
Requires:	gnobots2
Requires:	gnome-mahjongg
Requires:	gnome-sudoku
Requires:	gnomine
Requires:	gnotravex
Requires:	gnotski
Requires:	gtali
Requires:	iagno
Requires:       quadrapassel
Requires:	swell-foop

%description
The gnome-games package includes games for the GNOME GUI desktop environment.
They include:

Ataxx           Disk-flipping game where players try and control most disks.
Four-in-a-row   Players tries to make a line of four disks. (Connect Four)
Iagno           GNOME version of the popular Othello (R) chess.
Klotski         A series of sliding block puzzles.
Lines           Move balls around the grid to form lines of the same colour
                to make them disappear, while more balls keep dropping in.
Mahjongg        Remove tiles in matching pairs from a pile to dismantle it.
Mines           The popular logic puzzle minesweeper.
Nibbles         Pilot a worm around a maze trying to collect diamonds.
Robots          Classic BSD robots game, avoiding robots approaching you.
Same GNOME      In a grid of stones of different colors, try remove stones
                where two or more of the same colour touch each other.
Tali            Poker-like dice game without money, similar to Yahtzee.
Tetravex        A puzzle where you match tiles edges together.
GLChess         Chess with a 3D board.
Quadrapassel    Tetris clone.

#-----------------------------------------------------------
%package common
Summary:	Common files for GNOME Games
Group:		Games/Other
Conflicts:	gnome-games < 2.29.6-2

%description common
Common files for GNOME Games.

%files common -f %{name}.lang

#-----------------------------------------------------------

%package -n glchess
Summary:	Chess with a 3D board
Group:		Games/Boards
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n glchess
Chess with a 3D board.

%files -n glchess -f glchess.lang
%{_datadir}/glib-2.0/schemas/org.gnome.glchess.gschema.xml
%attr(2555, root, games) %{_bindir}/glchess
%{_datadir}/glchess
%{_datadir}/applications/glchess.desktop
%{_iconsdir}/*/*/*/glchess.*
%{_mandir}/man6/glchess.*

#-----------------------------------------------------------
%package -n glines
Summary:	Move balls
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n glines
Move balls around the grid to form lines of the same colour
to make them disappear, while more balls keep dropping in.

%pre -n glines
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in glines.Large \
  glines.Medium \
  glines.Small \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n glines -f glines.lang
%attr(2555, root, games) %{_bindir}/glines
%{_datadir}/glib-2.0/schemas/org.gnome.glines.gschema.xml
%{_datadir}/glines
%{_datadir}/applications/glines.desktop
%{_iconsdir}/*/*/*/glines.*
%{_mandir}/man6/glines.*
%attr(664, games, games) %ghost %{_localstatedir}/games/glines.*.scores

#-----------------------------------------------------------
%package -n gnect
Summary:	A four-in-a-row game
Group:		Games/Boards
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnect
gnect is a four-in-a-row game for the GNOME Project.
The object of the game is to build a line of four of your marbles
while trying to stop your opponent (human or computer) building a
line of his or her own. A line can be horizontal, vertical or
diagonal.

%files -n gnect -f gnect.lang
%attr(2555, root, games) %{_bindir}/gnect
%{_datadir}/glib-2.0/schemas/org.gnome.gnect.gschema.xml
%{_datadir}/gnect
%{_datadir}/applications/gnect.desktop
%{_iconsdir}/*/*/*/gnect.*
%{_mandir}/man6/gnect.*

#-----------------------------------------------------------
%package -n gnibbles
Summary:	A worm game
Group:		Games/Arcade
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnibbles
Nibbles is a worm game for GNOME. The player controls a 2D
worm while trying to get food. Getting food gives points,
but hitting anything causes a loss of points. When all points
are lost, the player loses.

%pre -n gnibbles
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gnibbles.1.0 \
  gnibbles.1.1 \
  gnibbles.2.0 \
  gnibbles.2.1 \
  gnibbles.3.0 \
  gnibbles.3.1 \
  gnibbles.4.0 \
  gnibbles.4.1 \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnibbles -f gnibbles.lang
%attr(2555, root, games) %{_bindir}/gnibbles
%{_datadir}/glib-2.0/schemas/org.gnome.gnibbles.gschema.xml
%{_datadir}/gnibbles
%{_datadir}/applications/gnibbles.desktop
%{_iconsdir}/*/*/*/gnibbles.*
%{_mandir}/man6/gnibbles.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gnibbles.*.scores

#-----------------------------------------------------------
%package -n gnobots2
Summary:	Graphical version of text based robots game
Group:		Games/Arcade
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnobots2
Robots is a graphical version of the original text based
robots game, which can be found on a number of UNIX systems.
The player must outwit the robots chasing him/her by getting
them to run into each other.

%pre -n gnobots2
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
	gnobots2.classic_robots-safe \
	gnobots2.classic_robots-super-safe \
	gnobots2.classic_robots \
	gnobots2.nightmare-safe \
	gnobots2.nightmare-super-safe \
	gnobots2.nightmare \
	gnobots2.robots2-safe \
	gnobots2.robots2-super-safe \
	gnobots2.robots2 \
	gnobots2.robots2_easy-safe \
	gnobots2.robots2_easy-super-safe \
	gnobots2.robots2_easy \
	gnobots2.robots_with_safe_teleport-safe \
	gnobots2.robots_with_safe_teleport-super-safe \
	gnobots2.robots_with_safe_teleport \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnobots2 -f gnobots2.lang
%attr(2555, root, games) %{_bindir}/gnobots2
%{_datadir}/glib-2.0/schemas/org.gnome.gnobots2.gschema.xml
%{_datadir}/gnobots2
%{_datadir}/applications/gnobots2.desktop
%{_iconsdir}/*/*/*/gnobots2.*
%{_iconsdir}/*/*/actions/teleport-random.png
%{_iconsdir}/*/*/actions/teleport.png
%{_mandir}/man6/gnobots2.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gnobots2.*.scores

#-----------------------------------------------------------
%package -n gnome-sudoku
Summary:	Generate and play the popular Sudoku logic puzzle
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}
Requires:	python-gi-cairo

%description -n gnome-sudoku
gnome-sudoku is an application to generate and play the popular
Sudoku logic puzzle (also known as Number Place).

%files -n gnome-sudoku -f gnome-sudoku.lang
%attr(2555, root, games) %{_bindir}/gnome-sudoku
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
%{py_puresitedir}/gnome_sudoku
%{_datadir}/gnome-sudoku
%{_datadir}/applications/gnome-sudoku.desktop
%{_iconsdir}/*/*/*/gnome-sudoku.*
%{_mandir}/man6/gnome-sudoku.*

#-----------------------------------------------------------
%package -n gnomine
Summary:	A puzzle game
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnomine
gnomine is a puzzle game where you locate mines floating in an
ocean using only your brain and a little bit of luck.

%pre -n gnomine
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gnomine.Custom \
  gnomine.Large \
  gnomine.Medium \
  gnomine.Small \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnomine -f gnomine.lang
%attr(2555, root, games) %{_bindir}/gnomine
%{_datadir}/glib-2.0/schemas/org.gnome.gnomine.gschema.xml
%{_datadir}/gnomine
%{_datadir}/applications/gnomine.desktop
%{_iconsdir}/hicolor/*/apps/gnomine.*
%{_mandir}/man6/gnomine.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gnomine.*.scores

#-----------------------------------------------------------
%package -n gnotravex 
Summary:	A simple puzzle game
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnotravex
GNOME Tetravex is a simple puzzle where pieces must be positioned so
that the same numbers are touching each other. Your game is timed,
these times are stored in a system-wide scoreboard.

%pre -n gnotravex
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gnotravex.2x2 \
  gnotravex.3x3 \
  gnotravex.4x4 \
  gnotravex.5x5 \
  gnotravex.6x6 \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnotravex -f gnotravex.lang
%attr(2555, root, games) %{_bindir}/gnotravex
%{_datadir}/glib-2.0/schemas/org.gnome.gnotravex.gschema.xml
%{_datadir}/applications/gnotravex.desktop
%{_iconsdir}/*/*/*/gnotravex.*
%{_mandir}/man6/gnotravex.*
%{_datadir}/gnotravex
%attr(664, games, games) %ghost %{_localstatedir}/games/gnotravex.*.scores

#-----------------------------------------------------------
%package -n gnotski
Summary:	Clone of the Klotski game
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnotski
The gnotski application is a clone of the Klotski game. The
objective is to move the patterned block to the area bordered
by green markers.

%pre -n gnotski
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gnotski.1 \
  gnotski.2 \
  gnotski.3 \
  gnotski.4 \
  gnotski.5 \
  gnotski.6 \
  gnotski.7 \
  gnotski.8 \
  gnotski.9 \
  gnotski.10 \
  gnotski.11 \
  gnotski.12 \
  gnotski.13 \
  gnotski.14 \
  gnotski.15 \
  gnotski.16 \
  gnotski.17 \
  gnotski.18 \
  gnotski.19 \
  gnotski.20 \
  gnotski.21 \
  gnotski.22 \
  gnotski.23 \
  gnotski.24 \
  gnotski.25 \
  gnotski.26 \
  gnotski.27 \
  gnotski.28 \
  gnotski.29 \
  gnotski.30 \
  gnotski.31 \
  gnotski.32 \
  gnotski.33 \
  gnotski.34 \
  gnotski.35 \
  gnotski.36 \
  gnotski.37 \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnotski -f gnotski.lang
%attr(2555, root, games) %{_bindir}/gnotski
%{_datadir}/glib-2.0/schemas/org.gnome.gnotski.gschema.xml
%{_datadir}/gnotski
%{_datadir}/applications/gnotski.desktop
%{_iconsdir}/*/*/*/gnotski.*
%{_mandir}/man6/gnotski.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gnotski.*.scores

#-----------------------------------------------------------
%package -n gtali
Summary:	Gnome version of Yahtzee Dice Game	
Group:		Games/Cards
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gtali
Tali is like Yahtzee for GNOME or like poker with dice. The player
rolls dice to try to make the best possible combinations, like
4 of a kind, small straight, and full house. The player is allowed
3 rolls per turn and can hold certain dice with each roll.

%pre -n gtali
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gtali.Colors \
  gtali.Regular \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gtali -f gtali.lang
%attr(2555, root, games) %{_bindir}/gtali
%{_datadir}/glib-2.0/schemas/org.gnome.gtali.gschema.xml
%{_datadir}/gtali
%{_datadir}/applications/gtali.desktop
%{_iconsdir}/*/*/*/gtali.*
%{_mandir}/man6/gtali.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gtali.*.scores

#-----------------------------------------------------------
%package -n iagno
Summary:	Computer version of game Reversi/Othello
Group:		Games/Boards
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n iagno
Iagno is a computer version of the game Reversi, more popularly
called Othello. Iagno is a two player strategy game similar to
Go.  The board is 8 by 8 with tiles that are black on one side
and white on the other side.  The object of Iagno is to flip as
many of your opponent's tiles to your color as possible without
your opponent flipping your tiles.  This is done by trapping your
opponent's tiles between two tiles of your own color.

%files -n iagno -f iagno.lang
%attr(2555, root, games) %{_bindir}/iagno
%{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml
%{_datadir}/iagno
%{_datadir}/applications/iagno.desktop
%{_iconsdir}/*/*/*/iagno.*
%{_mandir}/man6/iagno.*

#-----------------------------------------------------------

%package -n gnome-mahjongg
Summary:	Mahjongg tile solitaire game
Group:		Games/Puzzles
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}

%description -n gnome-mahjongg
A tile-based solitaire game. Remove tiles in matching pairs to
dismantle elaborately designed stacks.

%pre -n gnome-mahjongg
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  gnome-mahjongg.bridges \
  gnome-mahjongg.cloud \
  gnome-mahjongg.confounding \
  gnome-mahjongg.difficult \
  gnome-mahjongg.dragon \
  gnome-mahjongg.easy \
  gnome-mahjongg.pyramid \
  gnome-mahjongg.tictactoe \
  gnome-mahjongg.ziggurat \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n gnome-mahjongg -f gnome-mahjongg.lang
%attr(2555, root, games) %{_bindir}/gnome-mahjongg
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-mahjongg.gschema.xml
%{_datadir}/gnome-mahjongg
%{_datadir}/applications/gnome-mahjongg.desktop
%{_iconsdir}/*/*/*/gnome-mahjongg.*
%{_mandir}/man6/gnome-mahjongg.*
%attr(664, games, games) %ghost %{_localstatedir}/games/gnome-mahjongg.*.scores

#-----------------------------------------------------------
%package -n quadrapassel
Summary:	Falling blocks game
Group:		Games/Arcade
Conflicts:	gnome-games < 2.29.6-2
Requires:	%{name}-common = %{version}-%{release}
Provides:	gnometris = %{version}-%{release}

%description -n quadrapassel
The Russian game of falling geometric shapes. Fit blocks together
to make complete rows.

%pre -n quadrapassel
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  quadrapassel \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n quadrapassel -f quadrapassel.lang
%attr(2555, root, games) %{_bindir}/quadrapassel
%{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml
%{_datadir}/quadrapassel
%{_datadir}/applications/quadrapassel.desktop
%{_iconsdir}/*/*/*/quadrapassel.*
%{_mandir}/man6/quadrapassel.*
%attr(664, games, games) %ghost %{_localstatedir}/games/quadrapassel.scores

#-----------------------------------------------------------
%package -n lightsoff
Summary: Turn off all the lights
Group: Games/Puzzles
Conflicts: gnome-games < 3.3.3
Requires: %name-common = %{version}-%{release}

%description -n lightsoff
Puzzle where all lights have to be switched off.

%files -n lightsoff -f lightsoff.lang
%{_bindir}/lightsoff
%{_datadir}/glib-2.0/schemas/org.gnome.lightsoff.gschema.xml
%{_datadir}/lightsoff
%{_datadir}/applications/lightsoff.desktop
%{_iconsdir}/*/*/*/lightsoff.*

#-----------------------------------------------------------
%package -n swell-foop
Summary: Colored ball puzzle game
Group: Games/Puzzles
Conflicts: gnome-games < 2.29.6-2
Requires: %name-common = %{version}-%{release}
Requires: seed

%description -n swell-foop
Remove blocks of balls of the same color in as few moves as
possible. Try to remove all balls for a bonus.

%pre -n swell-foop
[ -d %{_localstatedir}/games ] || mkdir -p %{_localstatedir}/games
for i in \
  swell-foop.large \
  swell-foop.normal \
  swell-foop.small \
; do
  %create_ghostfile %{_localstatedir}/games/$i.scores games games 0664
  if [ -f "%{_localstatedir}/games/$i.scores" -a ! -s "%{_localstatedir}/games/$i.scores" ]; then
    echo "0.000000 `date +%s` gnome" >> %{_localstatedir}/games/$i.scores
  fi
done

%files -n swell-foop -f swell-foop.lang
%attr(2555, root, games) %{_bindir}/swell-foop
%{_datadir}/applications/swell-foop.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
%{_datadir}/swell-foop
%{_iconsdir}/hicolor/*/apps/swell-foop.*
%attr(664, games, games) %ghost %{_localstatedir}/games/swell-foop.*.scores

#-----------------------------------------------------------

%package devel
Group:		Development/Other
Summary:	Gnome games library introspection
Requires:	%{name} = %version-%release

%description devel
This contains GObject-Introspection support for the libraries of %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-compile-warnings=no
%make

%install
%makeinstall_std

desktop-file-install --dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

for pkg in %{name} glchess glines gnect gnibbles gnobots2 gnome-sudoku gnomine gnotravex gnotski gtali iagno gnome-mahjongg lightsoff quadrapassel swell-foop; do
  %{find_lang} $pkg --with-help
done

rm -rf %{buildroot}/var/lib/scrollkeeper %{buildroot}%{_sysconfdir}/ggz.modules

%files


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 3.6.1-3.mga3
+ Revision: 352130
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 09 2013 malo <malo> 3.6.1-2.mga3
+ Revision: 343912
- updated RPM group

* Tue Oct 16 2012 ovitters <ovitters> 3.6.1-1.mga3
+ Revision: 307258
- new version 3.6.1

* Wed Sep 26 2012 ovitters <ovitters> 3.6.0.2-1.mga3
+ Revision: 298405
- new version 3.6.0.2

* Tue Sep 25 2012 ovitters <ovitters> 3.6.0.1-1.mga3
+ Revision: 297394
- new version 3.6.0.1

* Tue Sep 25 2012 fwang <fwang> 3.6.0-1.mga3
+ Revision: 297373
- fixing invalide desktop files
- update file list

  + ovitters <ovitters>
    - new version 3.6.0

* Mon Aug 20 2012 ovitters <ovitters> 3.5.90-1.mga3
+ Revision: 282511
- new version 3.5.90

* Mon Aug 06 2012 ovitters <ovitters> 3.5.5-1.mga3
+ Revision: 279577
- new version 3.5.5

* Mon Jul 16 2012 ovitters <ovitters> 3.5.4-1.mga3
+ Revision: 271227
- update file list
- new version 3.5.4

* Fri Jul 06 2012 fwang <fwang> 3.5.2-1.mga3
+ Revision: 268374
- update file list
- update file list

  + ovitters <ovitters>
    - new version 3.5.2

* Tue May 15 2012 ovitters <ovitters> 3.4.2-1.mga3
+ Revision: 235705
- new version 3.4.2

* Tue Apr 17 2012 ovitters <ovitters> 3.4.1-1.mga2
+ Revision: 231174
- new version 3.4.1

* Mon Apr 02 2012 fwang <fwang> 3.4.0-2.mga2
+ Revision: 227850
- swell-foop is not a noarch package

* Tue Mar 27 2012 ovitters <ovitters> 3.4.0-1.mga2
+ Revision: 227011
- new version 3.4.0

* Thu Mar 22 2012 ovitters <ovitters> 3.3.92-2.mga2
+ Revision: 225601
- fix swell-foop install scriplet

* Wed Mar 21 2012 ovitters <ovitters> 3.3.92-1.mga2
+ Revision: 225507
- update file list
- new version 3.3.92

* Mon Mar 19 2012 wally <wally> 3.3.91.1-2.mga2
+ Revision: 224371
- add python-gi-cairo require to gnome-sudoku (mga#5017)

* Tue Mar 06 2012 fwang <fwang> 3.3.91.1-1.mga2
+ Revision: 219651
- new version 3.3.91.1

* Tue Feb 07 2012 fwang <fwang> 3.3.5-1.mga2
+ Revision: 205845
- bring back swell-foop
- correct find_lang
- br itstool
- drop merged patch
- new version 3.3.5

* Mon Feb 06 2012 wally <wally> 3.3.4.1-2.mga2
+ Revision: 205291
- add patch from upstream git to fix invalid schema in gnibbles

* Wed Jan 18 2012 wally <wally> 3.3.4.1-1.mga2
+ Revision: 197949
- new version 3.3.4.1
- drop patch0 and source1 (fixed upstream)

* Wed Jan 18 2012 wally <wally> 3.3.4-2.mga2
+ Revision: 197906
- add P0 from upstream GIT to fix use of setgid (mga#3265)
- add also a file from upstream GIT which is missing from source tarball and needed by P0

* Tue Jan 17 2012 fwang <fwang> 3.3.4-1.mga2
+ Revision: 197310
- update file list
- update file list
- new version 3.3.4

* Thu Dec 22 2011 fwang <fwang> 3.3.3-1.mga2
+ Revision: 185719
- add back lightsoff game
- update file list
- update file list
- new version 3.3.3

* Wed Nov 23 2011 wally <wally> 3.3.1-2.mga2
+ Revision: 171422
- rebuild for new cogl and clutter

  + stormi <stormi>
    - replace tabs with spaces in description to avoid mixing of tabs and spaces

* Sat Oct 29 2011 fwang <fwang> 3.3.1-1.mga2
+ Revision: 159410
- new version 3.3.1

* Tue Oct 18 2011 wally <wally> 3.2.1-1.mga2
+ Revision: 156155
- new version 3.2.1

* Tue Sep 27 2011 fwang <fwang> 3.2.0-1.mga2
+ Revision: 149081
- new version 3.2.0

* Tue Sep 20 2011 fwang <fwang> 3.1.92-1.mga2
+ Revision: 145881
- br gi
- br caberra
- fix req
- new version 3.1.92

* Mon Sep 19 2011 wally <wally> 3.1.91-2.mga2
+ Revision: 145714
- rebuild for new cogl

* Tue Sep 06 2011 fwang <fwang> 3.1.91-1.mga2
+ Revision: 139382
- update file list
- update file list
- new version 3.1.91

* Tue Aug 30 2011 fwang <fwang> 3.1.90-1.mga2
+ Revision: 136368
- new version 3.1.90
- rebuild for new cogl

  + wally <wally>
    - new version 3.1.5
    - new version 3.1.4

* Sat Jul 09 2011 stormi <stormi> 3.1.3-5.mga2
+ Revision: 121301
- fix summary for gtali

* Fri Jul 08 2011 cjw <cjw> 3.1.3-4.mga2
+ Revision: 119928
- rebuild with rpm-mageia-setup-build 1.138 to fix deps

* Thu Jul 07 2011 wally <wally> 3.1.3-3.mga2
+ Revision: 119887
- obsolete old games (lightsoff and swell-foop)

* Wed Jul 06 2011 wally <wally> 3.1.3-2.mga2
+ Revision: 119477
- require aisleriot

* Wed Jul 06 2011 wally <wally> 3.1.3-1.mga2
+ Revision: 119460
- new version 3.1.3
- clean .spec a bit

* Tue Jun 28 2011 fwang <fwang> 3.0.2-1.mga2
+ Revision: 115290
- update file list
- add back schemas for find_lang
- br libsm
- br sqlite3
- new verison 3.0.2

* Tue Mar 08 2011 ennael <ennael> 2.32.1-2.mga1
+ Revision: 66445
- imported package gnome-games