source: projects/specs/trunk/r/rhpxl/rhpxl-vl.spec @ 3594

Revision 3594, 12.1 KB checked in by daisuke, 13 years ago (diff)

rebuild for Vine6

Line 
1%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3Summary: Python library for configuring and running X
4Summary(ja): X の設定と実行のための Python ライブラリ
5Name: rhpxl
6URL: http://fedoraproject.org/wiki/rhpxl
7Version: 1.9
8Release: 7%{?_dist_release}
9Source0: https://fedorahosted.org/releases/r/h/%{name}/%{name}-%{version}.tar.gz
10License: GPLv2
11Group: System Environment/Libraries
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: python-devel, gettext, libXrandr-devel, libX11-devel
14BuildRequires: libXrender-devel
15ExcludeArch: s390 s390x
16Requires: python, rhpl >= 0.216-4, newt, hwdata
17Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg
18
19Patch10: rhpxl-1.9-pmac.patch
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: daisuke
24
25%description
26The rhpxl (pronounced 'rapunzel') package contains a Python library for
27configuring and running X.
28
29%prep
30%setup -q
31%patch10 -p1 -b .pmac
32
33%build
34make %{?_smp_mflags}
35
36%install
37rm -rf %{buildroot}
38make DESTDIR=${RPM_BUILD_ROOT} install
39
40%find_lang %name
41
42%clean
43rm -rf %{buildroot}
44
45%files -f %{name}.lang
46%defattr(-,root,root,-)
47%doc README COPYING
48%{python_sitearch}/rhpxl
49%{python_sitearch}/*egg-info
50
51%changelog
52* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-7
53- rebuild for Vine 6
54
55* Wed Mar 31 2010 Shu KONNO <owa@bg.wakwak.com> 1.9-6
56- updated release number
57- import Vine5.1 changes
58  * Wed Jan 27 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-5
59  - add BuildRequires: libXrender-devel
60  * Wed Sep  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-4
61  - update Patch10: use SWcursor on ppc w/ radeon driver for better stability
62  * Wed Sep  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-3
63  - update Patch10: don't specify drivers on iMac G3
64  * Wed Sep  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-2
65  - add Patch10:
66    don't set "UseFBDev" to "true" on ppc w/ radeon/r128/ati drivers anymore
67
68* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.9-2
69- rebuilt with python-2.6.4
70
71* Tue Aug 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
72- initial build for Vine Linux
73
74* Mon Aug 04 2008 Adam Jackson <ajax@redhat.com> 1.9-2
75- Fix Source URL.
76
77* Tue Apr 15 2008 Jeremy Katz <katzj@redhat.com> - 1.9-1
78- Back to writing out a keyboard section (#438246)
79
80* Fri Apr 11 2008 Adam Jackson <ajax@redhat.com> 1.8-1
81- Patch around an implausible crash when no depths seem to be available.
82  Just default to 24.  (#374581)
83
84* Thu Apr 10 2008 Adam Jackson <ajax@redhat.com> 1.7-1
85- Don't blow up when dbus is unavailable. (notting)
86- Fix framebuffer description splitting when it has spaces. (notting)
87
88* Wed Apr 09 2008 Adam Jackson <ajax@redhat.com> 1.5-1
89- Redo the fbdev logic yet again.  This time for sure.
90
91* Wed Apr 09 2008 Adam Jackson <ajax@redhat.com> 1.4-2
92- rhpxl-1.4-typing-novice.patch: It helps to spell your variables right.
93
94* Tue Apr 08 2008 Adam Jackson <ajax@redhat.com> 1.4-1
95- Don't assign drivers to secondary functions.
96- Attempt to handle fbdev machines sanely. (#437706, #441465)
97
98* Mon Apr  7 2008 Jeremy Katz <katzj@redhat.com> - 1.3-1
99- Fix translation traceback (#441105)
100
101* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 1.2-1
102- Fix alias match API usage.
103
104* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 1.1-1
105- Fix obvious brainos.
106
107* Thu Mar 27 2008 Adam Jackson <ajax@redhat.com> 1.0-1
108- Drastically simplify mouse setup.
109- Port from kudzu to hal.
110- Death to ddcprobe.
111- Patch merge.
112
113* Fri Mar 14 2008 Adam Jackson <ajax@redhat.com> 0.51-2
114- rhpxl-0.51-serverflags.patch: Stop disabling the Composite extension
115  when launching a server.
116
117* Tue Mar 11 2008 Jeremy Katz <katzj@redhat.com> - 0.51-1
118- Few more input fixes, roll a new tarball and remove obsolete patches which
119  are in upstream
120
121* Mon Mar 10 2008 Jeremy Katz <katzj@redhat.com> - 0.49-5
122- Don't write out input sections in xorg.conf -- input hotplug should
123  take care of them all
124
125* Tue Feb 12 2008 Adam Jackson <ajax@redhat.com> 0.49-4
126- rhpxl-0.49-ibmasm.patch: Fix string handling in ibmasm setup. (#353021)
127
128* Mon Dec 17 2007 Jeremy Katz <katzj@redhat.com> - 0.49-3
129- Fix traceback in last patch (#421261)
130
131* Fri Nov 30 2007 Adam Jackson <ajax@redhat.com> 0.49-2
132- rhpxl-0.49-pseries-hatred.patch: Use the same pseries detection everywhere.
133
134* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 0.49-1
135- rhpxl 0.49.  Fixes domainful PPC machines, and avoids probing for serial
136  mice since they make USB devices go boom.
137- Fix License.
138- Update URL to point to the new home.
139
140* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 0.47-3
141- Rebuild for PPC toolchain bug
142
143* Wed Jun 13 2007 Chris Lumens <clumens@redhat.com> - 0.47-2
144- Fixes from package review (#226373).
145
146* Fri May  4 2007 Jeremy Katz <katzj@redhat.com> - 0.47-1
147- setup appletouch correctly (#238355)
148
149* Fri Apr 13 2007 Jeremy Katz <katzj@redhat.com> - 0.46-1
150- auto-configure vmmouse driver for VMWare and qemu
151
152* Thu Mar 29 2007 Chris Lumens <clumens@redhat.com> - 0.45-1
153- resolution_from_string should return integers instead of strings.
154
155* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 0.44-1
156- Fix mode name splitting.  (#213027)
157
158* Tue Feb 06 2007 Chris Lumens <clumens@redhat.com> - 0.43-1
159- Add support for writing out ibmasm config information (#198797).
160- Various fixes that allow the resolution in a kickstart file to be
161  propagated to the installed system.
162
163* Tue Jan 23 2007 Jeremy Katz <katzj@redhat.com> - 0.42-1
164- Don't pass a potentially bogus fontpath to the X server.  It starts fine
165  without it and we don't have it on installs from live cd
166
167* Wed Nov 29 2006 Chris Lumens <clumens@redhat.com> 0.41-1
168- Trust kudzu to give us the right video driver instead of using
169  readDrivers to trim the list of what's available (#211977).
170
171* Mon Nov 6 2006 Adam Jackson <ajackson@redhat.com> 0.40-1
172- Allow for very large resolutions.  (#212695)
173
174* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> 0.39-1
175- Use a valid charset in po files (#210720)
176
177* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.38-1
178- Fall back to fbdev (not vesa) on ppc{,64}.  (#197992)
179
180* Thu Oct 05 2006 Chris Lumens <clumens@redhat.com> 0.37-1
181- Reset X driver when trying to use framebuffer or vesa to start X.
182
183* Tue Oct 03 2006 Chris Lumens  <clumens@redhat.com> 0.36-1
184- Don't make problems importing pyrandr fatal.
185
186* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.35-2
187- rebuilt for unwind info generation, broken in gcc-4.1.1-21
188
189* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 0.35-1
190- Fix resolution comparison to, uh, work.
191- Properly write out Display subsections so the resolution selector works again
192- Require newer pyxf86config
193
194* Wed Sep 13 2006 Adam Jackson <ajackson@redhat.com> 0.34-1
195- Add general RANDR awareness to mode list construction and validation.
196- Generalize forceVesa to forceDriver.
197
198* Mon Sep 11 2006 Chris Lumens <clumens@redhat.com> 0.33-1
199- Do a better job about detecting X server failures (#205874).
200
201* Fri Aug 25 2006 Jeremy Katz <katzj@redhat.com> - 0.32-1
202- Probe all buses for video cards
203- Only do PCI bits for PCI video cards
204- Another place to fix the default depth
205
206* Wed Aug 23 2006 Adam Jackson <ajackson@redhat.com> 0.31-1
207- Default depth of 24.
208
209* Mon Aug 14 2006 Adam Jackson <ajackson@redhat.com> 0.30-1
210- Bump.
211
212* Mon Aug 14 2006 Adam Jackson <ajackson@redhat.com> 0.29-1
213- Don't emit a Load "synaptics" directive, it's wrong.
214
215* Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 0.28-1
216- Fixes to init_from_xconfig for system-config-display.
217- Close X server stdout and stderr as having two log files is confusing.
218
219* Tue Aug 01 2006 Chris Lumens <clumens@redhat.com> 0.27-1
220- Don't traceback if there's no module list.
221- Return default strings if monitor or video card names are None.
222- Handle starting up an XServer object with an existing conf file.
223
224* Tue Aug 01 2006 Chris Lumens <clumens@redhat.com> 0.26-1
225- Remove video card ddc probing (notting).
226- Remove monitor ddc probing.
227
228* Fri Jul 28 2006 Chris Lumens <clumens@redhat.com> 0.25-1
229- Convert x startup code into a class, simplifying startup API.
230- Restore call to xStartedCB so mini-wm gets run under anaconda.
231- Simplify looping and waiting in startup code.
232
233* Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 0.24-2
234- Set a fontpath that's more reasonable for anaconda/firstboot/s-c-display
235
236* Tue Jul 25 2006 Chris Lumens <clumens@redhat.com> 0.24-1
237- Add -extension Composite to X startup flags to avoid tracebacks.
238
239* Mon Jul 24 2006 Chris Lumens <clumens@redhat.com> 0.23-1
240- Remove -terminate flag to fix X startup race condition
241  (Charlotte Richardson).
242- Fix synaptics detection and config file write out.
243
244* Fri Jul 21 2006 Chris Lumens <clumens@redhat.com> 0.22-1
245- Fix traceback on default log file location.
246- Restore driver options to config file to fix ppc installs.
247
248* Wed Jul 19 2006 Chris Lumens <clumens@redhat.com> 0.21-1
249- Don't traceback if no monitor, screen, or device is found in the
250  X config file.
251
252* Tue Jul 18 2006 Chris Lumens <clumens@redhat.com> 0.20-1
253- Remove code for config sections that X can figure out for itself.
254- Use python randr bindings to change resolution (bindings based on code
255  from Michael Sheldon <webmaster at mikeasoft dot com>).
256- rhpxl is now native
257
258* Tue Jun 13 2006 Jesse Keating <jkeating@redhat.com> 0.19-1.1
259- Enable build on ppc64
260
261* Tue Apr 04 2006 Chris Lumens <clumens@redhat.com> 0.19-1
262- Remove obsolete functions in mouse.py.
263- Create a new Modes class.
264
265* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0.18-1
266- allow forcing vesa (#184015)
267
268* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> - 0.17-1
269- fix braindead i810 (#182300)
270
271* Wed Feb 22 2006 Chris Lumens <clumens@redhat.com> 0.16-1
272- Only put one non-vesa card in front of the list (#182016).
273- Provide a fixed list of supported resolutions for the SGI 1600SW (#115679).
274
275* Wed Feb 15 2006 Bill Nottingham <notting@redhat.com> 0.15-1
276- order non-vesa videocards before vesa (#176978)
277
278* Wed Feb 08 2006 Chris Lumens <clumens@redhat.com> 0.14-1
279- Remove modes data since this is now in the X server package.
280
281* Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.13-1
282- Add aspect ratio patch from Jef Spaleta <jspaleta AT gmail.com> (#158143).
283
284* Tue Jan 24 2006 Chris Lumens <clumens@redhat.com> 0.12-1
285- Protect against an empty list of probed mice (#178515).
286
287* Wed Jan 18 2006 Chris Lumens <clumens@redhat.com> 0.11-1
288- No ddcprobe output for mice, or for monitors unless on i386 or ppc.
289
290* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 0.10-1
291- If we're on a Mac and can't get DDC/EDID, and our resolution is tiny,
292  force 1024x768.
293
294* Wed Dec 21 2005 Chris Lumens <clumens@redhat.com> 0.9-1
295- Don't use rhpl.log anymore.
296
297* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
298- rebuilt
299
300* Fri Dec 02 2005 Chris Lumens <clumens@redhat.com> 0.8-1
301- Attempt to set hsync and vsync from the config file if probing fails
302  (Maxim Dzumanenko - #154172).
303
304* Mon Nov 21 2005 Bill Nottingham <notting@redhat.com> - 0.7-1
305- fix rhpl.arch.getBaseArch() vs rhpl.getArch() confusion
306
307* Tue Nov 15 2005 Chris Lumens <clumens@redhat.com> 0.6
308- Remove xhwstate from path on object creation (#173229).
309
310* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 0.5.2-1
311- drivers now end in .so, not .o
312
313* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 0.5.1-1
314- unscaled bitmap fonts fixed in libXfont so change our fontpaths back
315
316* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 0.5-1
317- update for modular X
318
319* Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.4-2
320- Correct python lib directory on 64-bit archs (#170624).
321
322* Wed Oct 12 2005 Chris Lumens <clumens@redhat.com> 0.4-1
323- Correct where we look for data files (#170505).
324- Translate in rhpxl domain instead of rhpl domain.
325- Correct __init__ to import everything.
326
327* Tue Oct 11 2005 Chris Lumens <clumens@redhat.com> 0.3-1
328- Moved data files and ddcprobe here from rhpl.
329
330* Tue Oct 11 2005 Chris Lumens <clumens@redhat.com> 0.2-1
331- Fix import of simpleconfig.
332- Remove references to X sections of rhpl that rhpxl contains.
333
334* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.1-2
335- Fix broken dependancies on platforms with no pyxf86config.
336
337* Thu Oct 06 2005 Chris Lumens <clumens@redhat.com> 0.1-1
338- Initial import from rhpl.
Note: See TracBrowser for help on using the repository browser.