source: projects/specs/trunk/x/xorg-x11-drivers/xorg-x11-drivers-vl.spec @ 8065

Revision 8065, 7.6 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

Line 
1Summary: X.Org X11 driver installation package
2Summary(ja): X.Org X11 ドライバインストールパッケージ
3Name: xorg-x11-drivers
4Version: 7.7
5Release: 1%{?_dist_release}
6License: MIT
7Group: User Interface/X Hardware Support
8BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
9
10# Xorg is not (yet) buildable for s390.  When it is, we'll probably only
11# want dummy and void anyway.  Maybe evdev for uinput stuff?
12ExcludeArch: s390 s390x
13
14# This used to be machine generated.  That was a horrible unmaintainable idea.
15# So instead we just build all drivers for all arches, except for the drivers
16# where we really do know that it's arch-specific.  Those go at the end of
17# this list.
18#
19# Notable things missing:
20# - all the sun* drivers
21# - imstt, likely ppc only
22# - impact, since we don't have a mips port
23# - vermilion, the hardware is fictional
24# - poulsbo, likewise
25# - ark/chips/s3/tseng/vga, here's a nickel.
26
27#
28# input drivers
29#
30Requires: xorg-x11-drv-acecad
31Requires: xorg-x11-drv-aiptek
32Requires: xorg-x11-drv-elographics
33Requires: xorg-x11-drv-evdev
34Requires: xorg-x11-drv-fpit
35Requires: xorg-x11-drv-hyperpen
36Requires: xorg-x11-drv-keyboard
37Requires: xorg-x11-drv-mouse
38Requires: xorg-x11-drv-mutouch
39Requires: xorg-x11-drv-penmount
40Requires: xorg-x11-drv-synaptics
41Requires: xorg-x11-drv-void
42Requires: xorg-x11-drv-wacom
43
44# vmware mouse driver
45%ifarch %{ix86} x86_64
46Requires: xorg-x11-drv-vmmouse
47%endif
48
49#
50# video drivers
51#
52Requires: xorg-x11-drv-apm
53Requires: xorg-x11-drv-ast
54Requires: xorg-x11-drv-ati
55Requires: xorg-x11-drv-cirrus
56Requires: xorg-x11-drv-dummy
57Requires: xorg-x11-drv-fbdev
58Requires: xorg-x11-drv-glint
59Requires: xorg-x11-drv-i128
60Requires: xorg-x11-drv-i740
61Requires: xorg-x11-drv-mach64
62Requires: xorg-x11-drv-mga
63Requires: xorg-x11-drv-nv
64Requires: xorg-x11-drv-nouveau
65Requires: xorg-x11-drv-r128
66Requires: xorg-x11-drv-rendition
67Requires: xorg-x11-drv-s3virge
68Requires: xorg-x11-drv-savage
69Requires: xorg-x11-drv-siliconmotion
70Requires: xorg-x11-drv-sis
71Requires: xorg-x11-drv-sisusb
72Requires: xorg-x11-drv-tdfx
73Requires: xorg-x11-drv-trident
74Requires: xorg-x11-drv-v4l
75Requires: xorg-x11-drv-vesa
76Requires: xorg-x11-drv-voodoo
77
78# cyrix and nsc used to be here too, but are deprecated upstream and
79# should eventually get folded into -geode.
80%ifarch %{ix86}
81Requires: xorg-x11-drv-geode
82%endif
83
84# So far intel is onboard-only.
85%ifarch %{ix86} x86_64 ia64
86Requires: xorg-x11-drv-intel
87%endif
88
89# This chipset has long since been EOLd, and afaik was only ever in x86 laptops
90%ifarch %{ix86}
91Requires: xorg-x11-drv-neomagic
92%endif
93
94# Thus far via chips are only on x86 and amd64 motherboards.  This might be
95# the driver that ends up supporting the S3 Chrome cards, so don't be
96# surprised if this changes.
97%ifarch %{ix86} x86_64
98Requires: xorg-x11-drv-openchrome
99%endif
100
101# vmware soft drivers.  yes, vmmouse really isn't ia64-enabled yet.
102%ifarch %{ix86} x86_64 ia64
103Requires: xorg-x11-drv-vmware
104%endif
105
106Obsoletes: XOrg < 7.0
107
108Vendor: Project Vine
109Distribution: Vine Linux
110Packager: daisuke
111
112%description
113The purpose of this package is to require all of the individual X.Org
114driver rpms, to allow the OS installation software to install all drivers
115all at once, without having to track which individual drivers are present
116on each architecture.  By installing this package, it forces all of the
117individual driver packages to be installed.
118
119%prep
120%build
121%install
122rm -rf $RPM_BUILD_ROOT
123mkdir -p $RPM_BUILD_ROOT
124
125%clean
126rm -rf $RPM_BUILD_ROOT
127
128%files
129%defattr(-,root,root,-)
130
131%changelog
132* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
133- bump version to 7.7-1
134
135* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-7
136- remove avivo
137
138* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-6
139- add nouveau
140
141* Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-5
142- remove radeonhd
143
144* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-4
145- remove diamondtouch, alcomp, citron, digitaledge, dmc, dynapro,
146  jamstudio, magellan,  microtouch, palmax, spaceorb, summa,
147  tek4957, ur98.
148
149* Thu Mar 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
150- add Obsoletes: XOrg
151
152* Thu Mar  5 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.4-2
153- remove xgi, xgixp (not maintained anymore?)
154
155* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
156- update driver list
157
158* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
159- add mach64, r128, radeonhd, xgi, xgixp
160
161* Tue May 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
162- initial build for Vine Linux
163
164* Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 7.3-4
165- Remove -nsc and -cyrix.
166
167* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 7.3-3
168- Drop magictouch, it can not work and can never have worked.
169
170* Fri Feb 22 2008 Adam Jackson <ajax@redhat.com> 7.3-2
171- xorg-x11-drv-diamondtouch.
172
173* Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 7.3-1
174- Superstition bump to 7.3.
175- xorg-x11-drv-wiimote.
176- Additional commentary about drivers that aren't included here.
177
178* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 7.2-11
179- Drop avivo for being a dead end.
180- Drop ark, chips, s3, and tseng for being unspeakably lame.
181
182* Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 7.2-10
183- :s/via/openchrome/
184
185* Mon Oct 15 2007 Adam Jackson <ajax@redhat.com> 7.2-9
186- Archify synaptics, it's not buildable most places.
187
188* Fri Oct 12 2007 Jeremy Katz <katzj@redhat.com> 7.2-8
189- Add avivo
190
191* Fri Sep 07 2007 Adam Jackson <ajax@redhat.com> 7.2-7
192- Add linuxwacom and synaptics to the default set.
193
194* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 7.2-6
195- Add xorg-x11-drv-nouveau.  If this bothers you, uninstall the metapackage.
196
197* Tue Mar 20 2007 Adam Jackson <ajax@redhat.com> 7.2-5
198- Un-Require xorg-x11-drv-vga.
199
200* Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 7.2-4
201- Remove elo2300 and joystick for being utterly broken.
202
203* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 7.2-3
204- Fix the i810 ifarch to include all the relevant arches.
205
206* Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
207- Package review feedback fixes: (#226573)
208  - Remove URL, misleading
209  - Remove the Obsoletes: xorg-x11
210  - Fix License tag
211
212* Sun Feb 18 2007 Adam Jackson <ajax@redhat.com> 7.2-1
213- Superstition bump to 7.2
214- ExcludeArch of s390{,x}
215- Only ExclusiveArch those drivers that really are processor-specific
216- Readd forgotten -tek4957
217
218* Thu Oct 12 2006 Jeremy Katz <katzj@redhat.com> - 7.1-4
219- mga not on ppc
220
221* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-3
222- Add cirrus to all arches
223- Don't bother building this for s390{,x}
224
225* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
226- rebuild
227
228* Thu Jun 29 2006 Mike Harris <mharris@redhat.com> 7.1-2
229- Regenerate driver list to match current rawhide X11R7.1 driver set.
230
231* Wed Jun 21 2006 Mike Harris <mharris@redhat.com> 7.1-1
232- Regenerate driver list to match current rawhide X11R7.1 driver set.
233
234* Thu Feb 16 2006 Bill Nottingham <notting@redhat.com> 7.0-2
235- uncomment (empty) file list so binary RPMs are built
236
237* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-1.1
238- bump again for double-long bug on ppc(64)
239
240* Thu Feb 09 2006 Mike Harris <mharris@redhat.com> 7.0-1
241- Bumped version to 7.0-1
242- Updated the driver list to match current rawhide, X11R7.0
243
244* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.99.2-4.1
245- rebuilt for new gcc4.1 snapshot and glibc changes
246
247* Wed Nov 23 2005 Mike Harris <mharris@redhat.com> 0.99.2-4
248- Add ur98 driver back, as it is part of X11R7 RC2
249
250* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
251- ur98 driver doesn't exist
252
253* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-2
254- add an obsoletes on xorg-x11 to get pulled in on upgrades
255
256* Tue Nov 15 2005 Mike Harris <mharris@redhat.com> 0.99.2-1
257- Initial build.
Note: See TracBrowser for help on using the repository browser.