diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 1e014b6..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -angrydd-1.0.1.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 67db11c..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: angrydd -# $Id$ -NAME := angrydd -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/angrydd.desktop b/angrydd.desktop deleted file mode 100644 index 98ebf55..0000000 --- a/angrydd.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Angry Drunken Dwarves -Comment=Build large gems, break them and defeat your opponent -Exec=angrydd -Icon=angrydd.png -Terminal=false -Type=Application -Categories=Game;BlocksGame; diff --git a/angrydd.png b/angrydd.png deleted file mode 100644 index 1fca466..0000000 Binary files a/angrydd.png and /dev/null differ diff --git a/angrydd.spec b/angrydd.spec deleted file mode 100644 index 86b8644..0000000 --- a/angrydd.spec +++ /dev/null @@ -1,83 +0,0 @@ -Name: angrydd -Version: 1.0.1 -Release: 4%{?dist} -Summary: Falling blocks game - -Group: Amusements/Games -License: GPLv2 -URL: http://www.sacredchao.net/~piman/angrydd/ -Source0: http://www.sacredchao.net/~piman/%{name}/%{name}-%{version}.tar.gz -Source1: %{name}.png -Source3: %{name}.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -BuildRequires: desktop-file-utils -Requires: pygame hicolor-icon-theme - -%description -In Angry, Drunken Dwarves (ADD), you are an angry, drunken dwarf. Why are you -so angry? Who knows. But you've decided to take your aggression out on other -dwarves, by dropping gems on their heads. Lots of gems. ADD is a member of the -classic "falling blocks" puzzle game family, similar to the Capcom game Puzzle -Fighter. The goal of the game is to build large gems by matching up colors, -then break them, raining more gems down onto your opponent. The first person -whose field fills up, loses. - -%prep -%setup -q - -sed -i 's|PREFIX ?= /usr/local|PREFIX ?= %{_prefix}|' Makefile -sed -i 's|TO = share/games/angrydd|TO = share/angrydd|' Makefile -sed -i 's|install -m 644|install -p -m 644|' Makefile -sed -i 's|cp -R|cp -Rp|' Makefile -sed -i 's|install -d $(DESTDIR)$(PREFIX)/games|install -d $(DESTDIR)%{_bindir}|' Makefile -sed -i 's|ln -sf ../$(TO)/angrydd.py $(DESTDIR)$(PREFIX)/games/angrydd|ln -sf ../$(TO)/angrydd.py $(DESTDIR)%{_bindir}/angrydd|' Makefile - - -%build -#there's nothing to build - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/ - -desktop-file-install --vendor="fedora" \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE3} - -%post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING README TODO -%{_bindir}/* -%{_datadir}/%{name} -%{_mandir}/man*/* -%{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/icons/hicolor/64x64/apps/%{name}.png - - -%changelog -* Mon Feb 23 2009 Fedora Release Engineering - 1.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Aug 19 2007 Rafał Psota 1.0.1-3 -- License tag update -* Sun Jul 15 2007 Rafał Psota 1.0.1-2 -- fixed typo in .desktop -* Sun May 27 2007 Rafał Psota 1.0.1-1 -- initial Fedora package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..bb567a7 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Python 2 only. diff --git a/sources b/sources deleted file mode 100644 index a8191f4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3b0f9771eaae3ffb23d13576a54075e9 angrydd-1.0.1.tar.gz