]> git.pld-linux.org Git - packages/python-pycairo.git/commitdiff
- don't try to build cairogtkmodule (obsolete since pygtk 2.7.0) auto/th/python-pycairo-1_2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Jul 2006 17:03:41 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pycairo.spec -> 1.18

python-pycairo.spec

index bf735d74fc09c05b0012bfb22192921c57ef1422..c6c93854672325e947200ace933c72466ce69be8 100644 (file)
@@ -1,7 +1,3 @@
-#
-# Conditional build
-%bcond_without pygtk   # for bootstrap without pygtk
-#
 %define                pname pycairo
 Summary:       Python Cairo bindings
 Summary:       Dowi±zania Pythona dla Cairo
@@ -21,7 +17,6 @@ BuildRequires:        libsvg-cairo-devel >= 0.1.6
 BuildRequires: libtool
 BuildRequires: python >= 1:2.3
 BuildRequires: python-numpy-devel
-%{?with_pygtk:BuildRequires:   python-pygtk-devel >= 2.2.0}
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-libs
 Requires:      cairo >= 1.2.0
@@ -67,7 +62,8 @@ Przyk
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --without-pygtk
 %{__make}
 
 %install
This page took 0.484302 seconds and 4 git commands to generate.