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

Revision 5701, 12.2 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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