rpms/torcs/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 torcs.spec, 1.2, 1.3 torcs-1.2.2-build.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 9 15:39:56 UTC 2005


Author: thias

Update of /cvs/extras/rpms/torcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17410/torcs/devel

Modified Files:
	.cvsignore sources torcs.spec 
Removed Files:
	torcs-1.2.2-build.patch 
Log Message:
Update torcs to 1.2.3, which now builds on x86_64 and fix plib to make that possible.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Jan 2005 18:52:14 -0000	1.3
+++ .cvsignore	9 Feb 2005 15:39:54 -0000	1.4
@@ -1,6 +1,5 @@
-TORCS-1.2.2-src.tgz
-TORCS-1.2.2-src-robots-base.tgz
-TORCS-1.2.2-src-robots-berniw.tgz
-TORCS-1.2.2-src-robots-billy.tgz
-TORCS-1.2.2-src-robots-bt.tgz
-TORCS-1.2.2-src-robots-K1999.tgz
+TORCS-1.2.3-src.tgz
+TORCS-1.2.3-src-robots-base.tgz
+TORCS-1.2.3-src-robots-berniw.tgz
+TORCS-1.2.3-src-robots-bt.tgz
+TORCS-1.2.3-src-robots-olethros.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Jan 2005 18:52:14 -0000	1.3
+++ sources	9 Feb 2005 15:39:54 -0000	1.4
@@ -1,6 +1,5 @@
-cf03f0623eab7f9f7d6b13ac20660515  TORCS-1.2.2-src.tgz
-425b9737f951f95e4255f81b60449f94  TORCS-1.2.2-src-robots-base.tgz
-7e49902b503edb9245c95ffb682bc5c1  TORCS-1.2.2-src-robots-berniw.tgz
-43af2098b788aa96556c8939048ac1b3  TORCS-1.2.2-src-robots-billy.tgz
-e81c9f15a8089b138113621e9e7013d1  TORCS-1.2.2-src-robots-bt.tgz
-b092acfca04bd4708f9722fe0732ba75  TORCS-1.2.2-src-robots-K1999.tgz
+0f1dc6a3f08e1ae9f80e118c350bb4b4  TORCS-1.2.3-src.tgz
+43d670da19adb2e4c632390611d2dc31  TORCS-1.2.3-src-robots-base.tgz
+ba4f75b0707a592cb18ea971da8c1382  TORCS-1.2.3-src-robots-berniw.tgz
+605d82faeb3d547ccb9acbbac9281ff9  TORCS-1.2.3-src-robots-bt.tgz
+2cd15c851a6f07410a4363114a5b2880  TORCS-1.2.3-src-robots-olethros.tgz


Index: torcs.spec
===================================================================
RCS file: /cvs/extras/rpms/torcs/devel/torcs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- torcs.spec	13 Jan 2005 18:52:14 -0000	1.2
+++ torcs.spec	9 Feb 2005 15:39:54 -0000	1.3
@@ -2,23 +2,20 @@
 
 Summary: The Open Racing Car Simulator
 Name: torcs
-Version: 1.2.2
-Release: 4
+Version: 1.2.3
+Release: 1
 License: GPL
 Group: Amusements/Games
 URL: http://torcs.org/
 Source: http://dl.sf.net/torcs/TORCS-%{version}-src.tgz
 Source1: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-base.tgz
 Source2: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-berniw.tgz
-Source3: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-K1999.tgz
-Source4: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-billy.tgz
-Source5: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-bt.tgz
-Patch: torcs-1.2.2-build.patch
+Source3: http://dl.sf.net/torcs/TORCS-%{version}-src-robots-bt.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: torcs-data
 %{?_without_xorg:BuildRequires: XFree86-devel, XFree86-Mesa-libGLU, XFree86-Mesa-libGL}
 %{!?_without_xorg:BuildRequires: xorg-x11-devel, xorg-x11-Mesa-libGLU, xorg-x11-Mesa-libGL}
-BuildRequires: gcc-c++, plib16-devel, freeglut-devel
+BuildRequires: gcc-c++, plib-devel >= 1.8.3, freeglut-devel
 BuildRequires: libpng-devel, libjpeg-devel, zlib-devel
 BuildRequires: desktop-file-utils
 
@@ -42,15 +39,14 @@
 
 
 %prep
-%setup -a 1 -a 2 -a 3 -a 4 -a 5
-%patch -p1 -b .build
+%setup -a 1 -a 2 -a 3
 # Put the drivers back where they belong
 %{__mv} %{name}-%{version}/src/drivers/* src/drivers/
 
 
 %build
 %configure
-%{__make} %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 
 %install
@@ -76,7 +72,7 @@
     --dir %{buildroot}%{_datadir}/applications \
     %{name}.desktop
 
-# We need this for proper automatic stripping to take place
+# We need this for proper automatic stripping to take place (still in 1.2.3)
 find %{buildroot}%{_libdir}/%{name} -name '*.so' | xargs %{__chmod} +x
 
 
@@ -117,6 +113,11 @@
 
 
 %changelog
+* Mon Feb  7 2005 Matthias Saou <http://freshrpms.net/> 1.2.3-1
+- Update to 1.2.3.
+- Remove billy and K1999 robot packages (no longer upstream).
+- Update plib requirement from plib16 to plib (1.8.x).
+
 * Fri Nov  5 2004 Matthias Saou <http://freshrpms.net/> 1.2.2-4
 - Add +x chmod'ing to .so files in order to get them stripped properly.
 


--- torcs-1.2.2-build.patch DELETED ---




More information about the fedora-extras-commits mailing list