SPECS: SDL.spec - added libdir patch (fixes soname resolving with ...

qboosh qboosh at pld-linux.org
Mon Feb 4 21:39:34 CET 2008


Author: qboosh                       Date: Mon Feb  4 20:39:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added libdir patch (fixes soname resolving with lib64)
- release 2 (rebuild without overloaded -devel baggage on x86_64)

---- Files affected:
SPECS:
   SDL.spec (1.167 -> 1.168) 

---- Diffs:

================================================================
Index: SPECS/SDL.spec
diff -u SPECS/SDL.spec:1.167 SPECS/SDL.spec:1.168
--- SPECS/SDL.spec:1.167	Mon Feb  4 21:20:29 2008
+++ SPECS/SDL.spec	Mon Feb  4 21:39:29 2008
@@ -25,7 +25,7 @@
 Summary(zh_CN.UTF-8):	SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库
 Name:		SDL
 Version:	1.2.13
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://www.libsdl.org/release/%{name}-%{version}.tar.gz
@@ -33,6 +33,7 @@
 Patch0:		%{name}-mmx-constraints.patch
 Patch1:		%{name}-acfix.patch
 Patch2:		%{name}-caca.patch
+Patch3:		%{name}-libdir.patch
 URL:		http://www.libsdl.org/
 %{?with_directfb:BuildRequires:	DirectFB-devel >= 0.9.15}
 BuildRequires:	OpenGL-GLU-devel
@@ -167,6 +168,7 @@
 %patch0 -p1
 %patch1 -p1
 #%patch2 -p1	# needs rewrite
+%patch3 -p1
 
 %{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
 %{!?with_esd:echo 'AC_DEFUN([AM_PATH_ESD],[$3])' >> acinclude.m4}
@@ -261,6 +263,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.168  2008-02-04 20:39:29  qboosh
+- added libdir patch (fixes soname resolving with lib64)
+- release 2 (rebuild without overloaded -devel baggage on x86_64)
+
 Revision 1.167  2008-02-04 20:20:29  qboosh
 - BR+R: tslib-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/SDL.spec?r1=1.167&r2=1.168&f=u



More information about the pld-cvs-commit mailing list