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

Revision 521, 11.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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