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

Revision 6011, 5.9 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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