source: projects/specs/trunk/x/xorg-x11-drv-vesa/xorg-x11-drv-vesa-vl.spec @ 9775

Revision 9775, 6.7 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

Line 
1%define tarball xf86-video-vesa
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 vesa video driver
6Summary(ja):   Xorg X11 vesa ビデオドライバ
7Name:      xorg-x11-drv-vesa
8Version:   2.3.4
9Release:   1%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: xorg-x11-server-sdk >= 1.4.99
18Requires:  xorg-x11-server-Xorg
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24X.Org X11 vesa video driver.
25
26%prep
27%setup -q -n %{tarball}-%{version}
28
29%build
30%configure --disable-static --enable-xaa=no
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36make install DESTDIR=$RPM_BUILD_ROOT
37
38# FIXME: Remove all libtool archives (*.la) from modules directory.  This
39# should be fixed in upstream Makefile.am or whatever.
40find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%{driverdir}/vesa_drv.so
48%{_mandir}/man4/vesa.4*
49
50%changelog
51* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.4-1
52- new upstream release
53
54* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.3-4
55- rebuild with xserver-1.16.2
56
57* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.3-3
58- rebuild with xserver-1.15.2
59
60* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.3-2
61- rebuild with VineSeed environment
62
63* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.3-1
64- new upstream release
65- remove Patch0 (xf86-video-vesa-2.3.2-git20130116.patch)
66
67* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-2
68- add Patch0 (xf86-video-vesa-2.3.2-git20130116.patch)
69
70* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-1
71- new upstream release
72
73* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.1-1
74- new upstream release
75
76* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-6
77- rebuild with xserver-1.11.1.902
78
79* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-5
80- rebuild with xserver-1.10.0
81
82* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-4
83- rebuild with xserver-1.9.2
84
85* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-3
86- rebuild with xserver-1.8rc (x86_64)
87
88* Thu Mar 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-2
89- rebuild with xserver-1.8rc
90
91* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.0-1
92- new upstream release
93
94* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-1
95- new upstream release
96
97* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-1
98- new upstream release
99
100* Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.0-1
101- new upstream release
102
103* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-1
104- new upstream release
105
106* Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.1-1
107- new upstream release
108
109* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
110- new versioning policy
111
112* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
113- initial build for Vine Linux
114
115* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.3.0-10
116- Rebuild for ppc toolchain bug
117
118* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.3.0-9
119- Update Requires and BuildRequires.
120
121* Thu May 31 2007 Adam Jackson <ajax@redhat.com> 1.3.0-8
122- vesa-1.3.0-mode-heuristics.patch: Fix a typo that would crash on
123  some cards. (#241491)
124
125* Wed May 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0-6
126- Re-add the sync range hack. (#235066)
127
128* Tue Mar 20 2007 Adam Jackson <ajax@redhat.com> 1.3.0-5
129- vesa-1.3.0-mode-heuristics.patch: If strict intersection of VBE and EDID
130  modes leaves no modes remaining after validation, try again with just
131  range and VBE checks.  Replaces earlier range-hack and validmode patches.
132
133* Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0-4
134- vesa-1.3.0-range-hack.patch: Work around broken ATI video BIOSes.
135- Disown the module dir
136- Fix the License
137
138* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.3.0-3
139- ExclusiveArch -> ExcludeArch
140
141* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0-2
142- vesa-1.2.1-validmode.patch: Strictly limit runtime modes to the intersection
143  of the BIOS and DDC lists, if a DDC list exists; fixes cases where we'd
144  choose 1600x1200 on 1680x1050 panel.  Conversely, be more forgiving when
145  validating the resulting set against the sync ranges; fixes 640x480 syndrome
146  when the monitor has broken DDC.  Don't be deceived though, vesa still sucks.
147
148* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 1.3.0-1
149- Update to 1.3.0
150- vesa-1.2.1-validmode.patch: Implement a ValidMode driver hook, which rejects
151  modes not present in the BIOS or outside the capability of the monitor.
152
153* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.2.1-4
154- rebuilt for unwind info generation, broken in gcc-4.1.1-21
155
156* Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-3
157- vesa-1.2.1-fix-shadowfb.patch: Fix massive performance regression relative
158  to FC5.
159
160* Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.1-2
161- vesa-1.2.1-randr-crash.patch: Fix a RANDR crash.
162
163* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.1-1.1
164- rebuild
165
166* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 1.2.1-1
167- Updated to version 1.2.1 for X11R7.1 server.
168
169* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
170- Build on ppc64
171
172* Tue May 30 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
173- Update to 1.2.0 from 7.1.
174
175* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
176- Update to 1.1.0 from 7.1RC1.
177
178* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.2
179- bump again for double-long bug on ppc(64)
180
181* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1.3-1.1
182- rebuilt for new gcc4.1 snapshot and glibc changes
183
184* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
185- Updated xorg-x11-drv-vesa to version 1.0.1.3 from X11R7.0
186
187* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
188- Updated xorg-x11-drv-vesa to version 1.0.1.2 from X11R7 RC4
189- Removed 'x' suffix from manpage dirs to match RC4 upstream.
190
191* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
192- Updated xorg-x11-drv-vesa to version 1.0.1 from X11R7 RC2
193
194* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
195- Updated xorg-x11-drv-vesa to version 1.0.0.1 from X11R7 RC1
196- Fix *.la file removal.
197
198* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
199- Update BuildRoot to use Fedora Packaging Guidelines.
200- Deglob file manifest.
201- Limit "ExclusiveArch" to x86, x86_64 ia64 ppc alpha sparc sparc64
202
203* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
204- Initial spec file for vesa video driver generated automatically
205  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.