|
@@ -6,7 +6,7 @@ Summary: A C binding to the X11 protocol
|
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
|
Name: libxcb
|
|
|
Version: 1.5
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
License: MIT
|
|
@@ -26,6 +26,7 @@ BuildRequires: libxslt
|
|
|
BuildRequires: xcb-proto >= 1.6
|
|
|
BuildRequires: xorg-x11-proto-devel
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
+BuildRequires: python-devel
|
|
|
|
|
|
%description
|
|
|
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
|
|
@@ -148,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Sep 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5-3
|
|
|
+- add BuildRequires: python-devel
|
|
|
+
|
|
|
* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.5-2
|
|
|
- build with rpm-4.8.1-1 for pkg-config file
|
|
|
|