add sparc drivers
This commit is contained in:
parent
7927dfb0f8
commit
12b132e78c
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -110,6 +110,15 @@ Requires: xorg-x11-drv-vmware
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: xorg-x11-drv-vmmouse
|
||||
%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
|
||||
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,-)
|
||||
|
||||
%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
|
||||
- Remove -nsc and -cyrix.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user