]> git.pld-linux.org Git - packages/python-pygtk.git/commitdiff
- numpy->Numeric update (except for bcond name)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Jul 2006 14:53:51 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pygtk.spec -> 1.135

python-pygtk.spec

index 38e025cbe2ca8d3328290749cb9b24df506daca6..9222e66cdae11e9ec3902957a9d667d092b2d6f5 100644 (file)
@@ -28,7 +28,7 @@ BuildRequires:        libglade2-devel >= 1:2.6.0
 BuildRequires: libtool
 BuildRequires: pango-devel >= 1:1.13.3
 BuildRequires: python-devel >= 1:2.3.2
-%{?with_numpy:BuildRequires:   python-numpy-devel}
+%{?with_numpy:BuildRequires:   python-Numeric-devel}
 BuildRequires: python-pycairo-devel >= 1.2.0
 BuildRequires: python-pygobject-devel >= 2.10.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -150,7 +150,7 @@ cp %{SOURCE2} m4/jhflags.m4
 %{__automake}
 %configure \
        --enable-thread \
-       %{!?with_numpy:--disable-numpy}
+       %{!?with_numpy:--disable-numeric}
 %{__make}
 
 %install
This page took 0.060282 seconds and 4 git commands to generate.