Bug 1005447 - Please enable xpyb xcb for pycairo
Summary: Please enable xpyb xcb for pycairo
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pycairo
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 980071
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-07 03:20 UTC by Tomas Dabašinskas
Modified: 2014-02-27 10:47 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-27 10:47:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
spec (5.25 KB, text/x-matlab)
2013-09-07 03:20 UTC, Tomas Dabašinskas
no flags Details

Description Tomas Dabašinskas 2013-09-07 03:20:25 UTC
Created attachment 795047 [details]
spec

Hi, 
I'm working on packaging qtile window manager for fedora, qtile requires pycairo with xpyb xcb enabled. I have built python-xpyb 980071 and ran pycairo scratch build with xpyb and xcb enabled http://koji.fedoraproject.org/koji/taskinfo?taskID=5907022 I'd appreciate if you could please pull my spec file attached, you can also download spec file here: http://people.fedoraproject.org/~tdabasin/pycairo.spec


diff --git a/pycairo.spec b/pycairo.spec
index 46a31ca..d9e1c97 100644
--- a/pycairo.spec
+++ b/pycairo.spec
@@ -2,7 +2,7 @@

 Name: pycairo
 Version: 1.8.10
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: MPLv1.1 or LGPLv2
 Group: Development/Languages
 Summary: Python bindings for the cairo library
@@ -12,6 +12,8 @@ Source: http://cairographics.org/releases/py2cairo-%{version}.tar.gz
 BuildRequires: cairo-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel
+BuildRequires: libxcb-devel
+BuildRequires: python-xpyb-devel

 %description
 Python bindings for the cairo library.
@@ -32,7 +34,8 @@ libraries so that they interoperate with pycairo.
 %setup -q

 %build
-%configure
+%configure --enable-xcb \
+       --enable-xpyb
 make %{?_smp_mflags}

 %install
@@ -51,6 +54,9 @@ find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
 %{_libdir}/pkgconfig/pycairo.pc

 %changelog
+* Sat Sep 07 2013 Tomas Dabasinskas <tdabasin> - 1.8.10-8
+- Enabling xcb and xpyb
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng.org> - 1.8.10-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild



Many thanks,
Tomas


Note You need to log in before you can comment on or make changes to this bug.