rpms/SDL_gfx/devel SDL_gfx-2.0.13-ppc.patch, NONE, 1.1 SDL_gfx.spec, 1.8, 1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon May 7 11:38:45 UTC 2007


Author: thias

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

Modified Files:
	SDL_gfx.spec 
Added Files:
	SDL_gfx-2.0.13-ppc.patch 
Log Message:
Include ppc patch (#239130, Bill Nottingham).


SDL_gfx-2.0.13-ppc.patch:

--- NEW FILE SDL_gfx-2.0.13-ppc.patch ---
--- SDL_gfx-2.0.13/ltconfig.foo	2007-05-04 18:10:41.000000000 -0400
+++ SDL_gfx-2.0.13/ltconfig	2007-05-04 18:10:58.000000000 -0400
@@ -2001,16 +2001,7 @@ linux-gnu*)
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   deplibs_check_method=pass_all
-
-  if test -f /lib/ld.so.1; then
-    dynamic_linker='GNU ld.so'
-  else
-    # Only the GNU ld.so supports shared libraries on MkLinux.
-    case "$host_cpu" in
-    powerpc*) dynamic_linker=no ;;
-    *) dynamic_linker='Linux ld.so' ;;
-    esac
-  fi
+  dynamic_linker='GNU ld.so'
   ;;
 
 netbsd*)


Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SDL_gfx.spec	4 Oct 2006 22:29:01 -0000	1.8
+++ SDL_gfx.spec	7 May 2007 11:38:11 -0000	1.9
@@ -1,12 +1,13 @@
 Summary: Graphic primitives, rotozoomer, framerate control and image filters
 Name: SDL_gfx
 Version: 2.0.13
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
 Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
 Patch0: SDL_gfx-2.0.13-semicolon.patch
+Patch1: SDL_gfx-2.0.13-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: SDL-devel, automake, autoconf
 
@@ -32,8 +33,9 @@
 
 
 %prep
-%setup
+%setup -q
 %patch0 -p1 -b .semicolon
+%patch1 -p1 -b .ppc
 
 
 %build
@@ -47,7 +49,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 
 %clean
@@ -60,12 +62,12 @@
 
 
 %files
-%defattr(-, root, root, 0755)
-%doc NEWS LICENSE README AUTHORS COPYING
+%defattr(-,root,root,-)
+%doc LICENSE README AUTHORS COPYING
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %{_includedir}/SDL/*.h
 %exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
@@ -73,6 +75,10 @@
 
 
 %changelog
+* Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 2.0.13-8
+- Include ppc patch (#239130, Bill Nottingham).
+- Too late to update to 2.0.16 for F7 (freeze, and soname change).
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 2.0.13-7
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-extras-commits mailing list