From c4c687469d5eb0ff75835f5666ad62702ff227d1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Aug 21 2006 18:32:24 +0000 Subject: - Add cirrus to all arches - Don't bother building this for s390{,x} --- diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 4f33651..cffbb93 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -3,12 +3,16 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 7.1 -Release: 2.1 +Release: 3 License: MIT/X11 Group: User Interface/X Hardware Support URL: http://www.redhat.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# This should match the list of architectures we build the Xorg server for. +# Note the lack of s390{,x}. +ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha sparc sparc64 + Obsoletes: xorg-x11 # ************************************************************************* @@ -19,6 +23,8 @@ Obsoletes: xorg-x11 # I used the following to generate the list: # for a in $(< xorg-all-drivers.txt ) ; \ # do (echo -n "%ifarch " ;grep "^ExclusiveArch:" $a/devel/$a.spec | sed -e "s/^ExclusiveArch: //" ; echo -e "Requires: $a\n%endif\n") ; done +# +# XXX this is terrible. %ifarch %{ix86} x86_64 ia64 ppc alpha sparc sparc64 Requires: xorg-x11-drv-acecad %endif @@ -51,7 +57,7 @@ Requires: xorg-x11-drv-calcomp Requires: xorg-x11-drv-chips %endif -%ifarch %{ix86} +%ifarch %{ix86} x86_64 ia64 ppc alpha sparc sparc64 Requires: xorg-x11-drv-cirrus %endif @@ -279,7 +285,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog -* Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control +* Mon Aug 21 2006 Adam Jackson 7.1-3 +- Add cirrus to all arches +- Don't bother building this for s390{,x} + +* Wed Jul 12 2006 Jesse Keating 7.1-2.1 - rebuild * Thu Jun 29 2006 Mike Harris 7.1-2