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

Revision 12477, 12.3 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

libxml2-2.9.10-4

newt-0.52.21-2

python-docutils-0.16-2

python-inotify-0.9.6-3

python-lxml-4.5.2-2

python-pykf-0.3.4-8

python-2.7.18-1

rhpxl-1.9-10

rrdtool-1.7.2-3

system-config-date-1.9.61-3

system-config-network-1.6.2-2

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