source: projects/specs/trunk/x/xorg-x11-drv-geode/xorg-x11-drv-geode-vl.spec @ 9580

Revision 9580, 7.7 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1%define tarball xf86-video-geode
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 AMD Geode video driver
6Summary(ja):   Xorg X11 AMD Geode ビデオドライバ
7Name:      xorg-x11-drv-geode
8Version:   2.11.17
9Release:   1%{?_dist_release}
10URL:       http://www.x.org/wiki/AMDGeodeDriver
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17Provides:  xorg-x11-drv-amd = %{version}-%{release}
18Obsoletes: XOrg-drv-amd <= 2.7.7.7
19
20ExclusiveArch: %{ix86}
21
22BuildRequires: pkgconfig
23BuildRequires: autoconf
24BuildRequires: automake
25BuildRequires: libtool
26BuildRequires: xorg-x11-server-sdk
27BuildRequires: xorg-x11-proto-devel
28
29Requires:  xorg-x11-server-Xorg
30
31BuildRequires: autoconf automake
32
33Vendor: Project Vine
34Distribution: Vine Linux
35
36%description
37X.Org X11 AMD Geode video driver.
38
39%prep
40%setup -q -n %{tarball}-%{version}
41#./autogen.sh
42
43%build
44%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
45             --enable-visibility \
46                 --enable-xaa=no
47make
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%makeinstall DESTDIR=$RPM_BUILD_ROOT
53
54# FIXME: Remove all libtool archives (*.la) from modules directory.  This
55# should be fixed in upstream Makefile.am or whatever.
56find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
57
58# Compat symlink for legacy driver name so existing xorg.conf's do not break
59ln -s geode_drv.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/amd_drv.so
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(-,root,root,-)
66%{driverdir}/amd_drv.so
67%{driverdir}/geode_drv.so
68%{driverdir}/ztv_drv.so
69
70%changelog
71* Mon May 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.17-1
72- new upstream release
73
74* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.16-1
75- new upstream release
76- remove Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
77
78* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-3
79- rebuild with xserver-1.15.2
80- add Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
81
82* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-2
83- rebuild with VineSeed environment
84
85* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-1
86- new upstream release
87- remove Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
88
89* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.14-1
90- new upstream release
91- add Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
92
93* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-2
94- rebuild with xserver-1.12.0
95
96* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-1
97- new upstream release
98
99* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-2
100- rebuild with xserver-1.11.1.902
101
102* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-1
103- new upstream release
104
105* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.10-1
106- new upstream release
107
108* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-2
109- rebuild with xserver-1.9.2
110
111* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-1
112- new upstream release
113
114* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.8-1
115- new upstream release
116
117* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-2
118- rebuild with xserver-1.8rc
119
120* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-1
121- new upstream release
122
123* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.6-1
124- new upstream release
125
126* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-1
127- new upstream release
128
129* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-1
130- new upstream release
131
132* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
133- initial build for Vine Linux
134
135* Thu Apr 17 2008 Warren Togami <wtogami@redhat.com> 2.8.0-3
136- Use libddc instead of unreliable BIOS DDC queries.
137
138* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-2
139- License: MIT
140
141* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-1
142- 2.8.0 rename from amd to geode
143  compat symlink to old name retains old xorg.conf compat
144
145* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-2
146- proper versioned provides
147
148* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-1
149- 2.7.7.7
150
151* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-26.20080310
152- finally pciaccess build for AMD
153
154* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-25.20080310
155- resnapshot for pciaccess goodness
156
157* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-24.20070625
158- pciaccess fixups
159
160* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0-23.20070625
161- Autorebuild for GCC 4.3
162
163* Mon Jun 25 2007 Dan Williams <dcbw@redhat.com> 0.0-22.20070625
164- Udpate to git snapshot
165   - Fix downscaling on the LX
166   - cairo 1.4.4 and Xorg 1.3 fixes
167
168* Wed Jun 13 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070613
169- Udpate to git snapshot
170
171* Mon May 07 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070504
172- Cleanups and fixes from -Wall
173
174* Fri May 04 2007 Dan Williams <dcbw@redhat.com> 0.0-20.20070504
175- Better OOM handling
176- RandR fixes
177
178* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-19.20070503
179- Fix QueryImageAttributes handler for GX
180- Get correct prototype for memset/memcpy
181
182* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-18.20070503
183- VGA port fixes
184- Fixes for Xv color key mode
185
186* Fri Apr 27 2007 Adam Jackson <ajax@redhat.com> 0.0-17.20070427
187- Fix alpha blending.
188
189* Tue Apr 24 2007 Adam Jackson <ajax@redhat.com> 0.0-16.20070424
190- Misc LX fixes.
191
192* Thu Apr 19 2007 Adam Jackson <ajax@redhat.com> 0.0-15.20070418
193- Disable compression on LX for now, it's busted.
194
195* Wed Apr 18 2007 Adam Jackson <ajax@redhat.com> 0.0-14.20070418
196- Geode LX branch work
197
198* Sat Feb  3 2007 Dan Williams <dcbw@redhat.com> 0.0-13.20070203.olpc1
199- Fix segfault when accel is disabled
200
201* Tue Jan 16 2007 Adam Jackson <ajax@redhat.com> 0.0-13.20070116.olpc1
202- Fix EXA setup.
203
204* Mon Jan 15 2007 Adam Jackson <ajax@redhat.com> 0.0-12.20070115.olpc1
205- More Xv fixes, mode sync wonkiness, distcheck fix.
206
207* Thu Jan 11 2007 Adam Jackson <ajax@redhat.com> 0.0-11.20070111.olpc1
208- Xv fixes, RANDR fixes, minor crash fix.
209
210* Thu Jan 04 2007 Adam Jackson <ajax@redhat.com> 0.0-10.20070104.olpc1
211- Pull from dev.laptop.org: RANDR support, misc cleanup.
212
213* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-9.20061109git.olpc1
214- Today's update: DCON support, etc.
215
216* Mon Oct 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-8.20061016git.fc7
217- Today's snapshot: More Xv love.
218- Add check for (and abort on existance of) .git directory in the work dir.
219
220* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.0-7.20061012git.fc6
221- Today's snapshot: Xv fixes.
222
223* Fri Oct 6 2006 Adam Jackson <ajackson@redhat.com> 0.0-6.20060821git.fc6
224- Add visibility fixes, and build with -fvisibility=hidden for size.
225
226* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 0.0-5.20060821git.fc6
227- Today's snapshot: EXA fixes.
228
229* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-4.20060816git.fc6
230- Un-reset the Release: number.
231
232* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060816git.fc6
233- git update: more Xv fixes.
234
235* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-3.20060809git.fc6
236- Fix FC5 Requires too.
237
238* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-2.20060809git.fc6
239- FC5 build fixes, mostly BuildRequires.
240
241* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060809git.fc6
242- git update: olpc dcon support, Xv fixes.
243- Attempted support for building against FC5.
244
245* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 0.0-0.git20060706.fc6
246- Initial spec (from -nsc) and git snapshot.
Note: See TracBrowser for help on using the repository browser.