- Archify synaptics, it's not buildable most places.
This commit is contained in:
parent
86d732aa9d
commit
4961ec7b79
@ -1,12 +1,13 @@
|
|||||||
Summary: X.Org X11 driver installation package
|
Summary: X.Org X11 driver installation package
|
||||||
Name: xorg-x11-drivers
|
Name: xorg-x11-drivers
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 8%{?dist}
|
Release: 9%{?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)
|
||||||
|
|
||||||
# Xorg is not (yet) buildable for s390.
|
# Xorg is not (yet) buildable for s390. When it is, we'll probably only
|
||||||
|
# want dummy and void anyway. Maybe evdev for uinput stuff?
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
# This used to be machine generated. That was a horrible unmaintainable idea.
|
# This used to be machine generated. That was a horrible unmaintainable idea.
|
||||||
@ -15,7 +16,6 @@ ExcludeArch: s390 s390x
|
|||||||
# this list.
|
# this list.
|
||||||
|
|
||||||
Requires: linuxwacom
|
Requires: linuxwacom
|
||||||
Requires: synaptics
|
|
||||||
Requires: xorg-x11-drv-acecad
|
Requires: xorg-x11-drv-acecad
|
||||||
Requires: xorg-x11-drv-aiptek
|
Requires: xorg-x11-drv-aiptek
|
||||||
Requires: xorg-x11-drv-apm
|
Requires: xorg-x11-drv-apm
|
||||||
@ -72,6 +72,12 @@ Requires: xorg-x11-drv-vesa
|
|||||||
Requires: xorg-x11-drv-void
|
Requires: xorg-x11-drv-void
|
||||||
Requires: xorg-x11-drv-voodoo
|
Requires: xorg-x11-drv-voodoo
|
||||||
|
|
||||||
|
# This _should_ be all arches, but sweet zombie jesus the buildsystem is
|
||||||
|
# a disaster. FIXME please.
|
||||||
|
%ifarch %{ix86} x86_64 ppc
|
||||||
|
Requires: synaptics
|
||||||
|
%endif
|
||||||
|
|
||||||
# XXX These are all basically the same driver, and should get unified someday
|
# XXX These are all basically the same driver, and should get unified someday
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
Requires: xorg-x11-drv-amd xorg-x11-drv-cyrix xorg-x11-drv-nsc
|
Requires: xorg-x11-drv-amd xorg-x11-drv-cyrix xorg-x11-drv-nsc
|
||||||
@ -122,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2007 Adam Jackson <ajax@redhat.com> 7.2-9
|
||||||
|
- Archify synaptics, it's not buildable most places.
|
||||||
|
|
||||||
* Fri Oct 12 2007 Jeremy Katz <katzj@redhat.com> 7.2-8
|
* Fri Oct 12 2007 Jeremy Katz <katzj@redhat.com> 7.2-8
|
||||||
- Add avivo
|
- Add avivo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user