]> git.pld-linux.org Git - packages/TORCS.git/commitdiff
- added default-plib patch auto/th/TORCS-1_3_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 6 Apr 2007 19:28:16 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use icon included in sources

Changed files:
    TORCS.spec -> 1.40

TORCS.spec

index 444817c1e415574c63f6c1ea650d8d88347b8b57..57dc3e77bffc21ca8d6f1c9eadceb05938e68a27 100644 (file)
@@ -38,9 +38,9 @@ Source14:     http://dl.sourceforge.net/torcs/%{name}-%{version}-data-cars-Patwo-Des
 Source15:      http://dl.sourceforge.net/torcs/%{name}-%{version}-data-cars-VM.tgz
 # Source15-md5:        c58aeff1bb7fb8a100e06cfdfa65d9e6
 Source16:      %{name}.desktop
-Source17:      %{name}.png
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-asneeded.patch
+Patch2:                %{name}-default-plib.patch
 URL:           http://www.torcs.org/
 BuildRequires: OpenGL-glut-devel
 BuildRequires: autoconf
@@ -264,6 +264,7 @@ mv torcs-%{version}/src/drivers/* src/drivers
 rm -r torcs-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
@@ -280,7 +281,7 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 cp -rf data cars categories tracks menu $RPM_BUILD_ROOT%{_datadir}/games/torcs
 install %{SOURCE16} $RPM_BUILD_ROOT%{_desktopdir}
-install %{SOURCE17} $RPM_BUILD_ROOT%{_pixmapsdir}
+install logo-skinner-trans.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 
 find $RPM_BUILD_ROOT%{_datadir}/games/torcs -name "Makefile" -exec rm -f {} \;
 
This page took 0.054312 seconds and 4 git commands to generate.