rpms/vdrift/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vdrift.spec, 1.13, 1.14

Jon Ciesla limb at fedoraproject.org
Mon Feb 23 16:33:36 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/vdrift/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4898

Modified Files:
	.cvsignore sources vdrift.spec 
Log Message:
New upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Aug 2008 15:54:13 -0000	1.3
+++ .cvsignore	23 Feb 2009 16:33:06 -0000	1.4
@@ -1 +1 @@
-vdrift-2008-08-05-src.tar.bz2
+vdrift-2009-02-15-src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Aug 2008 15:54:13 -0000	1.3
+++ sources	23 Feb 2009 16:33:06 -0000	1.4
@@ -1 +1 @@
-9e3e3c91960146354c2a9fb65da3bd97  vdrift-2008-08-05-src.tar.bz2
+5960be8c966bcbde42c054ca667b46ef  vdrift-2009-02-15-src.tar.bz2


Index: vdrift.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/vdrift.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vdrift.spec	24 Nov 2008 16:31:22 -0000	1.13
+++ vdrift.spec	23 Feb 2009 16:33:06 -0000	1.14
@@ -1,14 +1,14 @@
 Name: vdrift
-Version:  20080805
-Release:  3%{?dist}
+Version:  20090215
+Release:  1%{?dist}
 Summary: Driving/drift racing simulation
 
 Group: Amusements/Games 
 License: GPLv2+
 URL: http://vdrift.net
-Source0: %{name}-2008-08-05-src.tar.bz2
+Source0: %{name}-2009-02-15-src.tar.bz2
 #Original upstream:
-#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2008-08-05-src.tar.bz2
+#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2009-02-15-src.tar.bz2
 # Modified:
 # cd docs
 # rm HOW_TO_COMPILE.txt SConscript INSTALL
@@ -52,7 +52,7 @@
 
 %prep
 
-%setup -qn vdrift-08-05-08
+%setup -qn vdrift-2009-02-15
 
 %ifarch ppc ppc64
 sed -i 's/linuxx86/linuxppc/' src/SConscript
@@ -63,19 +63,23 @@
 #%patch2 -p0
 #%patch3 -p0
 
-/bin/chmod -x src/gamestate.cpp
-/bin/chmod -x src/logo.cpp
-/bin/chmod -x src/objects.cpp
+#/bin/chmod -x src/gamestate.cpp
+#/bin/chmod -x src/logo.cpp
+#/bin/chmod -x src/objects.cpp
 /bin/chmod -x src/main.cpp
 /bin/chmod -x src/game.cpp
 
-/bin/chmod -x bullet-2.66/src/LinearMath/*.h
 
 %build
-cd bullet-2.66
-%configure
-jam bulletcollision bulletmath
-cd ..
+tar -xzf bullet-2.73-sp1.tgz
+/bin/chmod -x bullet-2.73/src/LinearMath/*.h
+#cd bullet-2.73
+#./autogen.sh
+#./configure
+#jam bulletcollision bulletmath
+#cmake .
+#make
+#cd ..
 
 CC="gcc" CXX="g++" CXXFLAGS="%{optflags}" scons bin=/bin use_binreloc=0 release=1 os_cc=1 os_cxx=1 os_cxxflags=1 NLS=0
 
@@ -123,6 +127,9 @@
 
 
 %changelog
+* Thu Feb 19 2009 Jon Ciesla <limb at jcomserv.net> - 20090215-1
+- Update to 2009-02-15.
+
 * Mon Nov 24 2008 Jon Ciesla <limb at jcomserv.net> - 20080805-3
 - Cleaned up summary.
 




More information about the fedora-extras-commits mailing list