Browse Source

rhpxl: add patch to remove keyboard section from xorg.conf

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3988 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
1b40774762
1 changed files with 9 additions and 4 deletions
  1. 9 4
      r/rhpxl/rhpxl-vl.spec

+ 9 - 4
r/rhpxl/rhpxl-vl.spec

@@ -1,12 +1,14 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Summary: Python library for configuring and running X
 Summary(ja): X の設定と実行のための Python ライブラリ
 Name: rhpxl
 URL: http://fedoraproject.org/wiki/rhpxl
 Version: 1.9
-Release: 7%{?_dist_release}
+Release: 8%{?_dist_release}
+
 Source0: https://fedorahosted.org/releases/r/h/%{name}/%{name}-%{version}.tar.gz
+Patch10: rhpxl-1.9-pmac.patch
+Patch20: rhpxl-1.9-nokbd.patch
+
 License: GPLv2
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -16,7 +18,6 @@ ExcludeArch: s390 s390x
 Requires: python, rhpl >= 0.216-4, newt, hwdata
 Requires: pyxf86config >= 0.3.31, xorg-x11-server-Xorg
 
-Patch10: rhpxl-1.9-pmac.patch
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -29,6 +30,7 @@ configuring and running X.
 %prep
 %setup -q
 %patch10 -p1 -b .pmac
+%patch20 -p1 -b .nokbd
 
 %build
 make %{?_smp_mflags}
@@ -49,6 +51,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*egg-info
 
 %changelog
+* Sat May 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-8
+- add patch20 to remove Keyboard Section from xorg.conf
+
 * Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-7
 - rebuild for Vine 6