Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

25 commits

Author SHA1 Message Date
Gwyn Ciesla
8a2dd53e75 Python 2 only. 2019-12-02 10:13:48 -06:00
Petr Viktorin
9951ab0870 Explicitly require NumPy for pygame.surfarray
surfarray is a part of Pygame that requires NumPy,
but pygame is otherwise usable without it.
See: https://www.pygame.org/docs/ref/surfarray.html
2019-10-29 16:32:54 +01:00
Fedora Release Engineering
19b6b6a37f - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 17:54:41 +00:00
Fedora Release Engineering
97ed849856 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 13:19:30 +00:00
Gwyn Ciesla
39b03c23c7 BR 2018-09-10 09:59:47 -05:00
Gwyn Ciesla
6d5600aab1 Fix shebang handling. 2018-09-10 09:35:34 -05:00
Fedora Release Engineering
608a1e655b - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 20:13:53 +00:00
Jason Tibbitts
39f77c49c8 Remove needless use of %defattr 2018-07-10 00:10:32 -05:00
Igor Gnatenko
88e222a4dd Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-13 23:01:39 +01:00
Fedora Release Engineering
a2240bfddb - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 02:17:07 +00:00
Igor Gnatenko
75bcd236e2 Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-07 19:10:17 +01:00
Fedora Release Engineering
79300c049f - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 02:52:33 +00:00
Fedora Release Engineering
fa86a27ae2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 05:58:20 +00:00
Dennis Gilmore
5df3cdefcc - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 16:11:46 +00:00
Dennis Gilmore
07280b1b64 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:55:05 +00:00
Dennis Gilmore
c92e1571ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:42:33 -05:00
Dennis Gilmore
75053c04b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:48:05 -05:00
Jon Ciesla
655cca6845 Drop vendor tag. 2013-02-09 14:46:08 -06:00
Dennis Gilmore
f2b291cdcc - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 11:00:32 -05:00
Dennis Gilmore
c86e93dd3f - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:16:44 -06:00
Jon Ciesla
a38b5e409b gtk2 req. 2011-06-22 19:26:43 -05:00
Dennis Gilmore
94623e7f39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:11:57 -06:00
Fedora Release Engineering
2eb16af7a6 dist-git conversion 2010-07-28 10:00:01 +00:00
Bill Nottingham
9551fed093 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:47 +00:00
Jesse Keating
e252ca6950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:52:36 +00:00
7 changed files with 1 additions and 115 deletions

View file

@ -1 +0,0 @@
angrydd-1.0.1.tar.gz

View file

@ -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)

View file

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -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 <rel-eng@lists.fedoraproject.org> - 1.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Aug 19 2007 Rafał Psota <rafalzaq@gmail.com> 1.0.1-3
- License tag update
* Sun Jul 15 2007 Rafał Psota <rafalzaq@gmail.com> 1.0.1-2
- fixed typo in .desktop
* Sun May 27 2007 Rafał Psota <rafalzaq@gmail.com> 1.0.1-1
- initial Fedora package

1
dead.package Normal file
View file

@ -0,0 +1 @@
Python 2 only.

View file

@ -1 +0,0 @@
3b0f9771eaae3ffb23d13576a54075e9 angrydd-1.0.1.tar.gz