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

Revision 7648, 7.0 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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.14
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
16Patch0:         xf86-video-geode-2.11.14-remove-mibstore.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19Provides:  xorg-x11-drv-amd = %{version}-%{release}
20Obsoletes: XOrg-drv-amd <= 2.7.7.7
21
22ExclusiveArch: %{ix86}
23
24BuildRequires: pkgconfig
25BuildRequires: autoconf
26BuildRequires: automake
27BuildRequires: libtool
28BuildRequires: xorg-x11-server-sdk
29BuildRequires: xorg-x11-proto-devel
30
31Requires:  xorg-x11-server-Xorg
32
33BuildRequires: autoconf automake
34
35%description
36X.Org X11 AMD Geode video driver.
37
38%prep
39%setup -q -n %{tarball}-%{version}
40%patch0 -p1 -b .mibstore
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* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.14-1
72- new upstream release
73- add Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
74
75* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-2
76- rebuild with xserver-1.12.0
77
78* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-1
79- new upstream release
80
81* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-2
82- rebuild with xserver-1.11.1.902
83
84* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-1
85- new upstream release
86
87* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.10-1
88- new upstream release
89
90* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-2
91- rebuild with xserver-1.9.2
92
93* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-1
94- new upstream release
95
96* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.8-1
97- new upstream release
98
99* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-2
100- rebuild with xserver-1.8rc
101
102* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-1
103- new upstream release
104
105* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.6-1
106- new upstream release
107
108* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-1
109- new upstream release
110
111* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-1
112- new upstream release
113
114* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
115- initial build for Vine Linux
116
117* Thu Apr 17 2008 Warren Togami <wtogami@redhat.com> 2.8.0-3
118- Use libddc instead of unreliable BIOS DDC queries.
119
120* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-2
121- License: MIT
122
123* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-1
124- 2.8.0 rename from amd to geode
125  compat symlink to old name retains old xorg.conf compat
126
127* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-2
128- proper versioned provides
129
130* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-1
131- 2.7.7.7
132
133* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-26.20080310
134- finally pciaccess build for AMD
135
136* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-25.20080310
137- resnapshot for pciaccess goodness
138
139* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-24.20070625
140- pciaccess fixups
141
142* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0-23.20070625
143- Autorebuild for GCC 4.3
144
145* Mon Jun 25 2007 Dan Williams <dcbw@redhat.com> 0.0-22.20070625
146- Udpate to git snapshot
147   - Fix downscaling on the LX
148   - cairo 1.4.4 and Xorg 1.3 fixes
149
150* Wed Jun 13 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070613
151- Udpate to git snapshot
152
153* Mon May 07 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070504
154- Cleanups and fixes from -Wall
155
156* Fri May 04 2007 Dan Williams <dcbw@redhat.com> 0.0-20.20070504
157- Better OOM handling
158- RandR fixes
159
160* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-19.20070503
161- Fix QueryImageAttributes handler for GX
162- Get correct prototype for memset/memcpy
163
164* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-18.20070503
165- VGA port fixes
166- Fixes for Xv color key mode
167
168* Fri Apr 27 2007 Adam Jackson <ajax@redhat.com> 0.0-17.20070427
169- Fix alpha blending.
170
171* Tue Apr 24 2007 Adam Jackson <ajax@redhat.com> 0.0-16.20070424
172- Misc LX fixes.
173
174* Thu Apr 19 2007 Adam Jackson <ajax@redhat.com> 0.0-15.20070418
175- Disable compression on LX for now, it's busted.
176
177* Wed Apr 18 2007 Adam Jackson <ajax@redhat.com> 0.0-14.20070418
178- Geode LX branch work
179
180* Sat Feb  3 2007 Dan Williams <dcbw@redhat.com> 0.0-13.20070203.olpc1
181- Fix segfault when accel is disabled
182
183* Tue Jan 16 2007 Adam Jackson <ajax@redhat.com> 0.0-13.20070116.olpc1
184- Fix EXA setup.
185
186* Mon Jan 15 2007 Adam Jackson <ajax@redhat.com> 0.0-12.20070115.olpc1
187- More Xv fixes, mode sync wonkiness, distcheck fix.
188
189* Thu Jan 11 2007 Adam Jackson <ajax@redhat.com> 0.0-11.20070111.olpc1
190- Xv fixes, RANDR fixes, minor crash fix.
191
192* Thu Jan 04 2007 Adam Jackson <ajax@redhat.com> 0.0-10.20070104.olpc1
193- Pull from dev.laptop.org: RANDR support, misc cleanup.
194
195* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-9.20061109git.olpc1
196- Today's update: DCON support, etc.
197
198* Mon Oct 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-8.20061016git.fc7
199- Today's snapshot: More Xv love.
200- Add check for (and abort on existance of) .git directory in the work dir.
201
202* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.0-7.20061012git.fc6
203- Today's snapshot: Xv fixes.
204
205* Fri Oct 6 2006 Adam Jackson <ajackson@redhat.com> 0.0-6.20060821git.fc6
206- Add visibility fixes, and build with -fvisibility=hidden for size.
207
208* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 0.0-5.20060821git.fc6
209- Today's snapshot: EXA fixes.
210
211* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-4.20060816git.fc6
212- Un-reset the Release: number.
213
214* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060816git.fc6
215- git update: more Xv fixes.
216
217* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-3.20060809git.fc6
218- Fix FC5 Requires too.
219
220* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-2.20060809git.fc6
221- FC5 build fixes, mostly BuildRequires.
222
223* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060809git.fc6
224- git update: olpc dcon support, Xv fixes.
225- Attempted support for building against FC5.
226
227* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 0.0-0.git20060706.fc6
228- Initial spec (from -nsc) and git snapshot.
Note: See TracBrowser for help on using the repository browser.