rpms/SDL_gfx/EL-5 SDL_gfx-2.0.13-ppc.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 SDL_gfx.spec, 1.8, 1.9 sources, 1.2, 1.3

Matthias Saou thias at fedoraproject.org
Mon Nov 24 10:13:50 UTC 2008


Author: thias

Update of /cvs/extras/rpms/SDL_gfx/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2978

Modified Files:
	.cvsignore SDL_gfx.spec sources 
Added Files:
	SDL_gfx-2.0.13-ppc.patch 
Log Message:
Update to 2.0.16 and initial build.


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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Jan 2005 16:30:08 -0000	1.2
+++ .cvsignore	24 Nov 2008 10:13:19 -0000	1.3
@@ -1 +1 @@
-SDL_gfx-2.0.13.tar.gz
+SDL_gfx-2.0.16.tar.gz


Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/EL-5/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	24 Nov 2008 10:13:19 -0000	1.9
@@ -1,14 +1,14 @@
 Summary: Graphic primitives, rotozoomer, framerate control and image filters
 Name: SDL_gfx
-Version: 2.0.13
-Release: 7%{?dist}
-License: LGPL
+Version: 2.0.16
+Release: 5%{?dist}
+License: LGPLv2
 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
+Patch0: SDL_gfx-2.0.13-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: SDL-devel, automake, autoconf
+BuildRequires: SDL-devel, libXt-devel
 
 %description
 The SDL_gfx library offers several components: Graphic Primitives,
@@ -23,7 +23,8 @@
 %package devel
 Summary: Header files and static libraries for SDL_gfx
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, SDL-devel
+Requires: %{name} = %{version}-%{release}
+Requires: SDL-devel
 
 %description devel
 This package contains the header files and static libraries for SDL_gfx.
@@ -32,22 +33,22 @@
 
 
 %prep
-%setup
-%patch0 -p1 -b .semicolon
+%setup -q
+%patch0 -p1 -b .ppc
 
 
 %build
 %configure \
 %ifnarch %{ix86}
-    --disable-mmx
+    --disable-mmx \
 %endif
-# Buildtools have problems even when -j1 is added
-%{__make} #%{?_smp_mflags}
+    --disable-static
+%{__make} %{?_smp_mflags}
 
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 
 %clean
@@ -60,19 +61,40 @@
 
 
 %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
 %{_libdir}/*.so
 
 
 %changelog
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
+- Autorebuild for GCC 4.3
+
+* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-4
+- Rebuild for new BuildID feature.
+
+* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-3
+- Update License field.
+
+* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-2
+- Minor cleanups.
+
+* Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-1
+- Update to 2.0.16.
+- Remove no longer needed semicolon patch.
+- Add libXt-devel BR to make configure happy (seems unused, though).
+- Remove no longer needed autotools BR.
+
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jan 2005 16:30:08 -0000	1.2
+++ sources	24 Nov 2008 10:13:19 -0000	1.3
@@ -1 +1 @@
-b1ce778232db0b1979695f0a5a945a13  SDL_gfx-2.0.13.tar.gz
+22dc2d9d916197829f9342c490d2d02b  SDL_gfx-2.0.16.tar.gz




More information about the fedora-extras-commits mailing list