add sparc drivers

This commit is contained in:
Dennis Gilmore 2008-06-04 19:58:48 +00:00
parent 7927dfb0f8
commit 12b132e78c

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers Name: xorg-x11-drivers
Version: 7.3 Version: 7.3
Release: 4%{?dist} Release: 5%{?dist}
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -110,6 +110,15 @@ Requires: xorg-x11-drv-vmware
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
Requires: xorg-x11-drv-vmmouse Requires: xorg-x11-drv-vmmouse
%endif %endif
%ifarch sparc sparcv9 sparc64
Requires: xorg-x11-drv-suntcx
Requires: xorg-x11-drv-suncg3
Requires: xorg-x11-drv-suncg6
Requires: xorg-x11-drv-suncg14
Requires: xorg-x11-drv-sunffb
Requires: xorg-x11-drv-sunleo
Requires: xorg-x11-drv-sunbw2
%endif
%description %description
The purpose of this package is to require all of the individual X.Org The purpose of this package is to require all of the individual X.Org
@ -131,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 7.3-5
- add sparc drivers
* Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 7.3-4 * Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 7.3-4
- Remove -nsc and -cyrix. - Remove -nsc and -cyrix.