rpms/vor/F-13 import.log, NONE, 1.1 vor-fix-DSO.patch, NONE, 1.1 vor.desktop, NONE, 1.1 vor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

thomasj thomasj at fedoraproject.org
Thu Jul 1 12:06:16 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/vor/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12140/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log vor-fix-DSO.patch vor.desktop vor.spec 
Log Message:
initial import



--- NEW FILE import.log ---
vor-0_5_5-2_fc13:F-13:vor-0.5.5-2.fc13.src.rpm:1277985946

vor-fix-DSO.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vor-fix-DSO.patch ---
--- 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. at OBJEXT@ dust. at OBJEXT@ file. at OBJEXT@ mt. at OBJEXT@ rocks. at OBJEXT@ score. at OBJEXT@ sprite. at OBJEXT@ sound. at OBJEXT@ autopilot. at OBJEXT@


--- NEW FILE vor.desktop ---
[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

--- NEW FILE vor.spec ---
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 <thomasj at fedoraproject.org> 0.5.5-2
- spelling error fixes

* Mon Dec 28 2009 Thomas Janssen <thomasj at fedoraproject.org> 0.5.5-1
- Initial Fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vor/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jul 2010 04:57:11 -0000	1.1
+++ .cvsignore	1 Jul 2010 12:06:15 -0000	1.2
@@ -0,0 +1 @@
+vor-0.5.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vor/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2010 04:57:12 -0000	1.1
+++ sources	1 Jul 2010 12:06:16 -0000	1.2
@@ -0,0 +1 @@
+a4eb90351dc19413e82ac0bc5269bc42  vor-0.5.5.tar.bz2



More information about the scm-commits mailing list