source: projects/specs/trunk/x/xorg-x11-drv-mga/xorg-x11-drv-mga-vl.spec @ 11485

Revision 11485, 7.1 KB checked in by iwamoto, 6 years ago (diff)

xorg-x11-drv-mga: update to 1.6.5 and build with xorg 1.19.6

Line 
1%define tarball xf86-video-mga
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5# %define gitdate 20080102
6
7Summary:   Xorg X11 mga video driver
8Summary(ja):   Xorg X11 mga ビデオドライバ
9Name:      xorg-x11-drv-mga
10Version:   1.6.5
11Release:   1%{?_dist_release}
12Epoch:     1
13URL:       http://www.x.org
14License:   MIT
15Group:     User Interface/X Hardware Support
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17
18Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
19#Source0:    %{tarball}-%{gitdate}.tar.bz2
20Source1:    mga.xinf
21
22Patch0: mga-1.6.5-no-hal-advertising.patch
23
24ExcludeArch: s390 s390x
25
26BuildRequires: autoconf automake libtool
27BuildRequires: xorg-x11-server-sdk >= 1.6
28BuildRequires: mesa-libGL-devel >= 6.4-4
29BuildRequires: libdrm-devel >= 2.0-1
30
31Requires:  hwdata
32Requires:  xorg-x11-server-Xorg
33
34Vendor: Project Vine
35Distribution: Vine Linux
36
37%description
38X.Org X11 mga video driver.
39
40%prep
41%setup -q -n %{tarball}-%{version}
42%patch0 -p1 -b .hal
43
44%build
45autoreconf -if
46%configure --disable-static --enable-xaa=no
47make %{?_smp_mflags}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52make install DESTDIR=$RPM_BUILD_ROOT
53
54mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
55install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
56
57find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(-,root,root,-)
64%{driverdir}/mga_drv.so
65%{_datadir}/hwdata/videoaliases/mga.xinf
66%{_mandir}/man4/mga.4*
67
68%changelog
69* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.5-1
70- update to 1.6.5
71- update patch0
72- build with xserver-1.19.6
73
74* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-4
75- rebuild with xserver-1.18.3
76
77* Sat Nov 21 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-3
78- fix typo
79
80* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-2
81- rebuild with xserver-1.17.2
82
83* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
84- new upstream release
85
86* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-3
87- rebuild with xserver-1.16.2
88
89* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-2
90- rebuild with xserver-1.15.2
91
92* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.3-1
93- new upstream release
94
95* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
96- rebuild with xserver-1.14.1
97
98* Mon Oct 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
99- new upstream release
100
101* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
102- new upstream release
103
104* Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
105- new upstream release
106
107* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
108- new upstream release
109- remove Patch1 (mga-1.4.6.1-get-client-pointer.patch)
110
111* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.13-4
112- rebuild with xserver-1.11.1.902
113
114* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.13-3
115- rebuild with xserver-1.10.0
116
117* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.13-2
118- rebuild with xserver-1.9.2
119
120* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.13-1
121- new upstream release
122
123* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.12-1
124- new upstream release
125
126* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.11-2
127- rebuild with xserver-1.8rc
128
129* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.11-1
130- new upstream release
131
132* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.9-2
133- rebuild with xorg-server-1.6
134
135* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.4.9-1
136- revert to 1.4.9
137- add Epoch: 1
138
139* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.100-1
140- new upstream release
141
142* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.8-1
143- initial build for Vine Linux
144
145* Fri Feb 22 2008 Adam Jackson <ajax@redhat.com> 1.4.8-1
146- mga 1.4.8
147
148* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.7-2.20080102
149- Autorebuild for GCC 4.3
150
151* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 1.4.7-1.20080102
152- Rebuild for new server ABI.
153
154* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 1.4.7-0.20080102
155- Today's git snapshot for pciaccess goodness.
156- mga-1.4.7-death-to-cfb.patch: Remove what little cfb support there was.
157- mga-1.4.7-alloca.patch: Fix ALLOCATE_LOCAL references.
158
159* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.4.6.1-6
160- Rebuild for PPC toolchain bug
161
162* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.4.6.1-5
163- Use %%{?_smp_mflags}.
164
165* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.4.6.1-4
166- Update Requires and BuildRequires.  Add Requires: hwdata.
167
168* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 1.4.6.1-3
169- Late-bind a call into a loadable module
170- Disown the module directory
171
172* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.4.6.1-2
173- ExclusiveArch -> ExcludeArch
174- DRI on all arches
175
176* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.4.6.1-1
177- Update to 1.4.6.1
178
179* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 1.4.5-2
180- mga-1.4.5-no-hal-advertising.patch: Don't link to the HAL module as it's
181  non-free.
182
183* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.4.5-1
184- Update to 1.4.5.
185
186* Fri Aug 18 2006 Kristian Høgsberg <krh@redhat.com> 1.4.1-5.fc6
187- Add Tilman Sauerbecks patch to fix DRI locking.
188
189* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.4.1-4.1
190- rebuild
191
192* Thu Jul  6 2006 Adam Jackson <ajackson@redhat.com> 1.4.1-4
193- mga.xinf updates.  Add G200SE cards, remove Impression and Mistral IDs
194  (since they do not and never have worked), and comment each line with
195  the appropriate card name.
196
197* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.4.1-3
198- Added with_dri conditionalization (not yet working for non-dri case).
199- Added "BuildRequires: libdrm-devel >= 2.0-1" for (#192358).
200- Added "BuildRequires: mesa-libGL-devel >= 6.4-4".
201- Bumped sdk dep to pick up proto-devel indirectly.
202
203* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.4.1-2
204- Update to 1.4.1 from 7.1RC1.
205
206* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.2.1.3-1.2
207- bump again for double-long bug on ppc(64)
208
209* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.2.1.3-1.1
210- rebuilt for new gcc4.1 snapshot and glibc changes
211
212* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.2.1.3-1
213- Updated xorg-x11-drv-mga to version 1.2.1.3 from X11R7.0
214
215* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.2.1.2-1
216- Updated xorg-x11-drv-mga to version 1.2.1.2 from X11R7 RC4
217- Removed 'x' suffix from manpage dirs to match RC4 upstream.
218
219* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.2.1-1
220- Updated xorg-x11-drv-mga to version 1.2.1 from X11R7 RC2
221
222* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.2.0.1-1
223- Updated xorg-x11-drv-mga to version 1.2.0.1 from X11R7 RC1
224- Fix *.la file removal.
225- Remove hardware specific {_bindir}/stormdwg utility.
226
227* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.1.2-1
228- Update BuildRoot to use Fedora Packaging Guidelines.
229- Deglob file manifest.
230- Limit "ExclusiveArch" to x86, x86_64, ia64, ppc
231
232* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.1.2-0
233- Initial spec file for mga video driver generated automatically
234  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.