From 6fea5b701f6f488f9723f93dd6ad952c04c69108 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Jul 15 2008 18:11:06 +0000 Subject: - Comment cleanup. - Add imstt to ppc, just for giggles. --- diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index c1052be..94caad2 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 7.3 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -16,8 +16,6 @@ ExcludeArch: s390 s390x # this list. # # Notable things missing: -# - all the sun* drivers -# - imstt, likely ppc only # - impact, since we don't have a mips port # - vermilion, the hardware is fictional # - poulsbo, likewise @@ -110,6 +108,13 @@ Requires: xorg-x11-drv-vmware %ifarch %{ix86} x86_64 Requires: xorg-x11-drv-vmmouse %endif + +# This was a mac-only card. If you've got one, we might as well make it work. +%ifarch ppc ppc64 +Requires: xorg-x11-drv-imstt +%endif + +# Sun kit, sparc-only. %ifarch sparc sparcv9 sparc64 Requires: xorg-x11-drv-suntcx Requires: xorg-x11-drv-suncg3 @@ -140,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Tue Jul 15 2008 Adam Jackson 7.3-7 +- Comment cleanup. +- Add imstt to ppc, just for giggles. + * Tue Jul 15 2008 Warren Togami 7.3-6 - amd was renamed to geode