diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index f6f12ea..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -wormux-0.7.4.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index e98eb66..0000000 --- a/Makefile +++ /dev/null @@ -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 $$/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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..fda6e65 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to warmux (#773419) diff --git a/sources b/sources deleted file mode 100644 index 9492ee5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -271de7da072bc4e8c023f55e85a42eb0 wormux-0.7.4.tar.gz diff --git a/wormux.png b/wormux.png deleted file mode 100644 index efc60d7..0000000 Binary files a/wormux.png and /dev/null differ diff --git a/wormux.spec b/wormux.spec deleted file mode 100644 index 391af4e..0000000 --- a/wormux.spec +++ /dev/null @@ -1,117 +0,0 @@ -Name: wormux -Version: 0.7.4 -Release: 1%{?dist} -Summary: 2D convivial mass murder game - -Group: Amusements/Games -License: GPL -URL: http://www.wormux.org -Source0: http://download.gna.org/wormux/%{name}-%{version}.tar.gz -Source1: %{name}.png -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: SDL_image-devel SDL_gfx-devel SDL_mixer-devel -BuildRequires: SDL_ttf-devel SDL_net-devel -BuildRequires: gettext libxml++-devel desktop-file-utils -Requires: wormux-data - -%description -Battle your favorite free software mascots in the Wormux arena. With big -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. - - -%package data -Summary: Data files for wormux -Group: Amusements/Games -Requires: %{name} = %{version} -%description data -Data files for wormux - -%prep -%setup -q - - -%build -%configure --disable-nls -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -cat << EOF > %{name}.desktop -[Desktop Entry] -Encoding=UTF-8 -Name=wormux -Comment=Kill 'em all game -Exec=wormux -Icon=wormux.png -Terminal=false -Categories=Application;Game;ArcadeGame; -Type=Application -EOF - -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ \ - --add-category X-Fedora \ - %{name}.desktop - -install -d $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/ -install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/ - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog -%{_bindir}/%{name} -%{_datadir}/applications/*.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png -%{_mandir}/man6/*.6.gz - -%files data -%defattr(-,root,root,-) -%{_datadir}/%{name} - -%changelog -* Fri Sep 1 2006 Wart 0.7.4-1 -- Update to 0.7.4 - -* Fri Aug 04 2006 Wart 0.7.2-6 -- Add 'ArcadeGame' category to .desktop file - -* Fri Jun 09 2006 Wart 0.7.2-5 -- Improve grammar in description - -* Fri Jun 09 2006 Wart 0.7.2-4 -- Fix broken path to desktop icon -- Fix typo in description - -* Fri Jun 09 2006 Wart 0.7.2-3 -- Use RPM_BUILD_ROOT consistently -- Put the wormux icon in a size-specific directory -- Removed INSTALL from the documentation files - -* Fri Jun 09 2006 Wart 0.7.2-2 -- Expanded the description -- Separated game data into a subpackage - -* Fri Jun 02 2006 Wart 0.7.2-1 -- Initial Fedora Extras package