|
@@ -5,22 +5,26 @@ Summary(ja): X の設定と実行のための Python ライブラリ
|
|
|
Name: rhpxl
|
|
|
URL: http://fedoraproject.org/wiki/rhpxl
|
|
|
Version: 1.9
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 6%{?_dist_release}
|
|
|
Source0: https://fedorahosted.org/releases/r/h/%{name}/%{name}-%{version}.tar.gz
|
|
|
License: GPLv2
|
|
|
Group: System Environment/Libraries
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: python-devel, gettext, libXrandr-devel, libX11-devel
|
|
|
+BuildRequires: libXrender-devel
|
|
|
ExcludeArch: s390 s390x
|
|
|
-Requires: python, rhpl >= 0.214, newt, hwdata
|
|
|
+Requires: python, rhpl >= 0.216-4, newt, hwdata
|
|
|
Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg
|
|
|
|
|
|
+Patch10: rhpxl-1.9-pmac.patch
|
|
|
+
|
|
|
%description
|
|
|
The rhpxl (pronounced 'rapunzel') package contains a Python library for
|
|
|
configuring and running X.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch10 -p1 -b .pmac
|
|
|
|
|
|
%build
|
|
|
make %{?_smp_mflags}
|
|
@@ -41,6 +45,19 @@ rm -rf %{buildroot}
|
|
|
%{python_sitearch}/*egg-info
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Mar 31 2010 Shu KONNO <owa@bg.wakwak.com> 1.9-6
|
|
|
+- updated release number
|
|
|
+- import Vine5.1 changes
|
|
|
+ * Wed Jan 27 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9-5
|
|
|
+ - add BuildRequires: libXrender-devel
|
|
|
+ * Wed Sep 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-4
|
|
|
+ - update Patch10: use SWcursor on ppc w/ radeon driver for better stability
|
|
|
+ * Wed Sep 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-3
|
|
|
+ - update Patch10: don't specify drivers on iMac G3
|
|
|
+ * Wed Sep 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9-2
|
|
|
+ - add Patch10:
|
|
|
+ don't set "UseFBDev" to "true" on ppc w/ radeon/r128/ati drivers anymore
|
|
|
+
|
|
|
* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.9-2
|
|
|
- rebuilt with python-2.6.4
|
|
|
|