Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81b5804571 | ||
|
|
bb48aa9683 | ||
|
|
adde6cd480 | ||
|
|
da088c6f26 |
5 changed files with 33 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
wormux-0.9.0.tar.bz2
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
wormux-0.9.1.tar.bz2
|
||||
/wormux-0.9.2.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
3
sources
3
sources
|
|
@ -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
|
||||
|
|
|
|||
33
wormux.spec
33
wormux.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue