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

Revision 12392, 7.1 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

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