rpms/torcs-data/devel torcs-data.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 3 14:41:56 UTC 2005


Author: thias

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

Modified Files:
	torcs-data.spec 
Log Message:
Fix default requirement of any of the 3 tracks packages to the one the game expects to have the default quick race work.



Index: torcs-data.spec
===================================================================
RCS file: /cvs/extras/rpms/torcs-data/devel/torcs-data.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- torcs-data.spec	28 Feb 2005 22:19:39 -0000	1.5
+++ torcs-data.spec	3 Aug 2005 14:41:54 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: The Open Racing Car Simulator data files
 Name: torcs-data
 Version: 1.2.3
-Release: 2
+Release: 3
 License: GPL and Free Art License
 Group: Amusements/Games
 URL: http://torcs.org/
@@ -13,7 +13,7 @@
 Source5: http://dl.sf.net/torcs/TORCS-%{version}-data-cars-nascar.tgz
 Source90: Free-Art-License
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: torcs, %{name}-tracks = %{version}
+Requires: torcs, %{name}-tracks-road = %{version}
 BuildArch: noarch
 
 %description
@@ -28,7 +28,6 @@
 Summary: The Open Racing Car Simulator additional dirt tracks
 Group: Amusements/Games
 Requires: torcs
-Provides: %{name}-tracks = %{version}-%{release}
 
 %description tracks-dirt
 TORCS is a 3D racing cars simulator using OpenGL.  The goal is to have
@@ -42,7 +41,6 @@
 Summary: The Open Racing Car Simulator additional oval tracks
 Group: Amusements/Games
 Requires: torcs
-Provides: %{name}-tracks = %{version}-%{release}
 
 %description tracks-oval
 TORCS is a 3D racing cars simulator using OpenGL.  The goal is to have
@@ -56,7 +54,6 @@
 Summary: The Open Racing Car Simulator additional road tracks
 Group: Amusements/Games
 Requires: torcs
-Provides: %{name}-tracks = %{version}-%{release}
 
 %description tracks-road
 TORCS is a 3D racing cars simulator using OpenGL.  The goal is to have
@@ -162,6 +159,12 @@
 
 
 %changelog
+* Wed Aug  3 2005 Matthias Saou <http://freshrpms.net/> 1.2.3-3
+- Replace default tracks requirement (provided by all 3 tracks sub-packages)
+  by tracks-road since those are the ones required for a quick race, and yum
+  was installing the first available (alphabetically?) package, tracks-dirt.
+- Remove now unused virtual provides of tracks sub-packages.
+
 * Mon Feb 28 2005 Matthias Saou <http://freshrpms.net/> 1.2.3-2
 - Change %%doc and %%defattr order to fix wrong ownership of doc files.
 




More information about the fedora-extras-commits mailing list