rhpxl-vl.spec 11 KB

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