.gear/rules | 2 + .../tags/60252a665784436f5991e11ca6a46f465a4d5215 | 13 +++ .gear/tags/list | 1 + hedgewars.spec | 105 ++++++++++++++++++++ 4 files changed, 121 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..4b0460c --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: v@version@:. +diff: v@version@:. . diff --git a/.gear/tags/60252a665784436f5991e11ca6a46f465a4d5215 b/.gear/tags/60252a665784436f5991e11ca6a46f465a4d5215 new file mode 100644 index 0000000..16c5a93 --- /dev/null +++ b/.gear/tags/60252a665784436f5991e11ca6a46f465a4d5215 @@ -0,0 +1,13 @@ +object 01c602286ce391d7bfbec5b77e33a619ad823f9a +type commit +tag v0.9.12 +tagger Anton Farygin 1258278082 +0300 + +v0.9.12 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.13 (GNU/Linux) + +iEYEABECAAYFAkr/zMcACgkQqohfd2vlwKuYdACeOqhBkwhRPFGIACk2Qtjezu4n +iYMAn2o+uNi1ZyRaNHdq4V/cFYhyH4Lv +=MJcg +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..000f1ee --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +60252a665784436f5991e11ca6a46f465a4d5215 v0.9.12 diff --git a/hedgewars.spec b/hedgewars.spec new file mode 100644 index 0000000..1663ac3 --- /dev/null +++ b/hedgewars.spec @@ -0,0 +1,105 @@ +Name: hedgewars +Version: 0.9.12 +Release: alt1 + +Summary: Game with heavily armed fighting hedgehogs +License: GPL +Group: Games/Strategy +URL: http://www.hedgewars.org/ + +Packager: Anton Farygin + +Source0: %name-%version.tar +Patch0: %name-%version-%release.patch + +# Automatically added by buildreq on Fri Mar 13 2009 + +BuildRequires: gcc-c++ cmake libqt4-devel libSDL-devel libSDL_ttf-devel libSDL_mixer-devel libSDL_image-devel libSDL_net-devel fpc +BuildRequires: ghc-time ghc-stm ghc-regex-base ghc-mtl ghc-binary ghc-regex-compat ghc-parsec ghc ghc-utf8-string ghc-network ghc-regex-posix +BuildRequires: ghc-hslogger ghc-dataenc + +%description +Each player controls a team of several hedgehogs. During the course of the +game, players take turns with one of their hedgehogs. They then use whatever +tools and weapons are available to attack and kill the opponents' hedgehogs, +thereby winning the game. Hedgehogs may move around the terrain in a variety +of ways, normally by walking and jumping but also by using particular tools +such as the "Rope" or "Parachute", to move to otherwise inaccessible areas. + +Each turn is time-limited to ensure that players do not hold up the game +with excessive thinking or moving. +A large variety of tools and weapons are available for players during the +game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, Desert Eagle, Fire Punch, +Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons, +when used, cause explosions that deform the terrain, removing circular chunks. + +The landscape is an island floating on a body of water, or a restricted cave +with water at the bottom. A hedgehog dies when it enters the water (either +by falling off the island, or through a hole in the bottom of it), it is +thrown off either side of the arena or when its health is reduced, +typically from contact with explosions, to zero (the damage dealt to the +attacked hedgehog or hedgehogs after a player's or CPU turn is shown only +when all movement on the battlefield has ceased). + +%prep +%setup -q +%patch0 -p1 + +%build +PATH="/usr/lib/qt4/bin/:$PATH" cmake -DCMAKE_INSTALL_PREFIX="%_prefix" -DWITH_SERVER=1 -DDATA_INSTALL_DIR=%_datadir CMakeLists.txt +%make_build + +%install +%make_install DESTDIR=%buildroot install + +mkdir -p %buildroot%_datadir/applications/ + +cat <%buildroot%_datadir/applications/%name.desktop +[Desktop Entry] +Name=%name +Comment=Strategy action game +Exec=hedgewars +Terminal=false +Type=Application +StartupNotify=true +Categories=Game;ActionGame;StrategyGame; +EOF + + +%files +%doc README +%_bindir/* +%_datadir/%name/ +%_datadir/applications/*.desktop + +%changelog +* Sun Nov 15 2009 Anton Farygin 0.9.12-alt1 +- new version + +* Mon May 25 2009 Anton Farygin 0.9.11-alt1 +- new version + +* Tue Apr 14 2009 Anton Farygin 0.9.10-alt1 +- new version + +* Sun Mar 15 2009 Anton Farygin 0.9.9-alt2 +- build hedgewars-server too + +* Mon Jan 26 2009 Ilya Mashkin 0.9.9-alt1 +- 0.9.9 + +* Sat Jan 10 2009 Ilya Mashkin 0.9.8-alt1.1 +- Fix summary + +* Sat Jan 10 2009 Ilya Mashkin 0.9.8-alt1 +- 0.9.8 + +* Mon Nov 03 2008 Ilya Mashkin 0.9.7-alt1 +- 0.9.7 + +* Tue Oct 06 2008 Ilya Mashkin 0.9.6-alt1 +- 0.9.6 + +* Sun Jun 22 2008 Igor Zubkov 0.9.4-alt1 +- build for Sisyphus +