Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
wart
81b5804571 Update to 0.9.2.1 2010-09-13 15:46:14 -07:00
Fedora Release Engineering
bb48aa9683 dist-git conversion 2010-07-29 15:25:22 +00:00
Michael Thomas
adde6cd480 - Update to 0.9.1
- Add french description
2010-04-11 02:06:25 +00:00
Jesse Keating
da088c6f26 Initialize branch F-13 for wormux 2010-02-17 03:27:48 +00:00
5 changed files with 33 additions and 27 deletions

View file

@ -1 +0,0 @@
wormux-0.9.0.tar.bz2

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
wormux-0.9.1.tar.bz2
/wormux-0.9.2.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wormux
# $Id$
NAME := wormux
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1,2 @@
001b4979c53ffcf4c45715cad4f8bc85 wormux-0.9.0.tar.bz2
97b039570f345aff84ac07718f57e44a wormux-0.9.1.tar.bz2
e49621b9b4ac7c8d1b11657989df61db wormux-0.9.2.1.tar.bz2

View file

@ -1,5 +1,5 @@
Name: wormux
Version: 0.9.0
Version: 0.9.2.1
Release: 1%{?dist}
Summary: 2D convivial mass murder game
@ -23,6 +23,12 @@ sticks of dynamite, grenades, baseball bats, and bazookas you can exterminate
your opponent in a 2D cartoon style scenery. The goal of the game is to
destroy all of your opponents' mascots.
%description -l fr
Faites des batailles épic dans l'arène Wormux avec vos mascote préféré. Avec
de gros baton de dynamites, grenades, bats de baseball et basookas tu dois
exterminer tes ennemis dans un style cartoon 2D. Le but du jeu est de détruire
toutes les macotees ennemies.
%package data
Summary: Data files for wormux
@ -32,13 +38,26 @@ BuildArch: noarch
%description data
Data files for wormux
%description -l fr data
Fichier de données pour wormux
%prep
%setup -q
%patch0 -p1
# Remove a backup file
rm -f data/game_mode/rope_objects.xml~
rm -f data/game_mode/skin_viewer.xml~
# Remove backup files
rm -f data/map/hive/config.xml.~1~
rm -f data/map/randomisland/config.xml.~1~
rm -f data/map/pillars/config.xml.~1~
rm -f data/map/paradis/config.xml.~1~
rm -f data/map/tic-tac-toe/config.xml.~1~
rm -f data/map/randomamoebas/config.xml.~1~
rm -f data/game_mode/skin_viewer.xml.~1~
rm -f data/game_mode/classic.xml.~2~
rm -f data/game_mode/unlimited.xml.~1~
rm -f data/game_mode/blitz.xml.~1~
rm -f data/game_mode/classic.xml.~1~
%build
%configure --disable-nls --disable-dependency-tracking
@ -96,6 +115,12 @@ fi
%{_datadir}/%{name}
%changelog
* Sun Sep 12 2010 Wart <wart@kobold.org> 0.9.2.1-1
- Update to 0.9.2.1 with fix for 64-bit builds
* Sat Mar 19 2010 Jonathan MERCIER <bioinfornatics at gmail dot com> 0.9.1-1
- Update to 0.9.1
* Sat Feb 6 2010 Wart <wart@kobold.org> 0.9.0-1
- Update to 0.9.0