rpms/svgalib/devel svgalib.spec,1.2,1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Aug 5 17:51:43 UTC 2005


Author: jwrdegoede

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

Modified Files:
	svgalib.spec 
Log Message:
Disable ppc for now


Index: svgalib.spec
===================================================================
RCS file: /cvs/extras/rpms/svgalib/devel/svgalib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- svgalib.spec	5 Aug 2005 16:20:21 -0000	1.2
+++ svgalib.spec	5 Aug 2005 17:51:41 -0000	1.3
@@ -1,6 +1,7 @@
 Name:		svgalib
 Version:	1.9.21
 Release:	3
+Exclusivearch:	%{ix86} x86_64
 Summary:	Low-level fullscreen SVGA graphics library
 
 Group:		System Environment/Libraries
@@ -50,7 +51,8 @@
 %ifnarch %{ix86}
 %patch7 -p1 -b .x86_64
 %endif
-%patch8 -p1 -b .ppc
+#%patch8 -p1 -b .ppc
+
 #the testlinear demo needs svgalib's internal libvga header, so copy it to the
 #demo dir
 cp src/libvga.h demos
@@ -132,7 +134,10 @@
 
 %changelog
 * Fri Aug 5 2005 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9.21-3
-- Add patch 7 to fix compilation on ppc
+- Add patch 8 to try to fix compilation on ppc.
+- PPC has issues with the use of iopl ioperm inb and outb
+  functions, upstream has svgalib working on PPC afaik?
+- Disabling PPC builds for now, will look into this together with upstream.
 
 * Wed Aug 3 2005 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9.21-2
 - I've been working with upstream to get most patches intergrated, so




More information about the scm-commits mailing list