diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/sources b/sources deleted file mode 100644 index 9f619ea..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a4eb90351dc19413e82ac0bc5269bc42 vor-0.5.5.tar.bz2 diff --git a/vor-fix-DSO.patch b/vor-fix-DSO.patch deleted file mode 100644 index a5384c6..0000000 --- a/vor-fix-DSO.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2009-12-09 22:28:59.000000000 +0100 -+++ Makefile.in.old 2010-05-14 20:37:03.000000000 +0200 -@@ -43,7 +43,7 @@ - SDL_CFLAGS := @SDL_CFLAGS@ - SDL_LIBS := @SDL_LIBS@ - --ldflags := $(SDL_LIBS) -lSDL_image -lSDL_mixer $(LDFLAGS) -+ldflags := $(SDL_LIBS) -lm -lSDL_image -lSDL_mixer $(LDFLAGS) - cflags := -I. $(SDL_CFLAGS) $(paths) $(CFLAGS) - - my_objects := args.@OBJEXT@ dust.@OBJEXT@ file.@OBJEXT@ mt.@OBJEXT@ rocks.@OBJEXT@ score.@OBJEXT@ sprite.@OBJEXT@ sound.@OBJEXT@ autopilot.@OBJEXT@ diff --git a/vor.desktop b/vor.desktop deleted file mode 100644 index 8c0edf2..0000000 --- a/vor.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Categories=Game;ArcadeGame; -Comment=A quick action game -Type=Application -Terminal=false -StartupNotify=false -Exec=vor -Name=VoR -Icon=/usr/share/vor/icon.png \ No newline at end of file diff --git a/vor.spec b/vor.spec deleted file mode 100644 index 97e50bc..0000000 --- a/vor.spec +++ /dev/null @@ -1,55 +0,0 @@ -Name: vor -Version: 0.5.5 -Release: 2%{?dist} -Summary: Variations on Rockdogders is an 2D space shooter - -Group: Amusements/Games -License: GPLv2+ -URL: http://jasonwoof.org/vor -Source0: http://qualdan.com/%{name}/%{name}-%{version}.tar.bz2 -Source1: vor.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: SDL, SDL_mixer, SDL_image, SDL_image-devel, SDL_mixer-devel, desktop-file-utils - -Patch10: vor-fix-DSO.patch - -Requires: SDL, SDL_mixer, SDL_image - -%description -VoR is a simple, fast-paced action game that will challenge your reflexes. -It has excellent game-play, great physics, good graphics, and a retro/synthoid -thumpy beat to help put you in the mood for old-school 2D gaming. - -%prep -%setup -q -%patch10 -p0 - -%build -%configure --prefix=/usr -make %{?_smp_mflags} - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} - -desktop-file-install \ ---dir=%{buildroot}%{_datadir}/applications \ -%{SOURCE1} - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%doc COPYING README -%{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/%{name} - -%changelog -* Tue Jun 29 2010 Thomas Janssen 0.5.5-2 -- spelling error fixes - -* Mon Dec 28 2009 Thomas Janssen 0.5.5-1 -- Initial Fedora release