rpms/xorg-x11-drv-savage/devel xorg-x11-drv-savage.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 16 21:44:01 UTC 2007


Author: ajackson

Update of /cvs/dist/rpms/xorg-x11-drv-savage/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv691

Modified Files:
	xorg-x11-drv-savage.spec 
Log Message:
* Fri Feb 16 2007 Adam Jackson <ajax at redhat.com> 2.1.2-2
- ExclusiveArch -> ExcludeArch
- Enable DRI on all arches



Index: xorg-x11-drv-savage.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-savage/devel/xorg-x11-drv-savage.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xorg-x11-drv-savage.spec	30 Jan 2007 00:07:15 -0000	1.17
+++ xorg-x11-drv-savage.spec	16 Feb 2007 21:43:59 -0000	1.18
@@ -4,16 +4,10 @@
 
 %define cvsdate xxxxxxx
 
-%ifarch %{ix86} x86_64 ia64 ppc
-%define with_dri        1
-%else
-%define with_dri        0
-%endif
-
 Summary:   Xorg X11 savage video driver
 Name:      xorg-x11-drv-savage
 Version:   2.1.2
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
@@ -24,14 +18,12 @@
 
 Patch0:    savage-disable-dri-bug196011.patch
 
-ExclusiveArch: %{ix86} x86_64 ppc
+ExcludeArch: s390 s390x
 
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-server-sdk >= 1.1.0-2
-%if %{with_dri}
 BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.0-1
-%endif
 
 Requires:  xorg-x11-server-Xorg >= 1.0.99.901
 
@@ -43,13 +35,7 @@
 #%patch0 -p0 -b .savage-disable-dri-bug196011
 
 %build
-%configure --disable-static \
-%if %{with_dri}
-           --enable-dri
-%else
-           --disable-dri
-%endif
-
+%configure --disable-static --enable-dri
 make
 
 %install
@@ -76,6 +62,10 @@
 %{_mandir}/man4/savage.4*
 
 %changelog
+* Fri Feb 16 2007 Adam Jackson <ajax at redhat.com> 2.1.2-2
+- ExclusiveArch -> ExcludeArch
+- Enable DRI on all arches
+
 * Mon Jan 29 2007 Adam Jackson <ajax at redhat.com> 2.1.2-1
 - Update to 2.1.2
 




More information about the fedora-cvs-commits mailing list