]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- python-Numeric -> python-numpy (Numeric is archaic)
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jul 2010 12:49:50 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    plplot.spec -> 1.42

plplot.spec

index 3df2d4fa9950e7685880f01522d7329a01ad905f..995c2cdb8da603d719df5345163229354b8c58aa 100644 (file)
@@ -48,7 +48,7 @@ BuildRequires:        perl-XML-DOM
 BuildRequires: perl-XML-Parser
 BuildRequires: perl-XML-SAX-Expat
 BuildRequires: pkgconfig
-BuildRequires: python-Numeric-devel >= 15.3
+BuildRequires: python-numpy-devel >= 15.3
 BuildRequires: python-devel >= 1:2.3
 %{?with_gnome:BuildRequires:   python-gnome-devel >= 2.0}
 BuildRequires: python-pygtk-devel >= 2:2.12.1
@@ -417,7 +417,7 @@ Summary(pl.UTF-8):  Biblioteka PLplot - wiązanie dla Pythona
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
 %pyrequires_eq python-libs
-Requires:      python-Numeric
+Requires:      python-numpy
 
 %description -n python-plplot
 PLplot library - Python binding.
@@ -466,8 +466,6 @@ Biblioteka PLplot - przykłady do wiązania dla Pythona.
 sed -i -e 's#/usr/include/tcl8.4/tcl-private/generic#%{_includedir}/tcl-private/generic#g' configure* \
        cf/tcl.ac
 
-cp -f bindings/python/plplot.py.Numeric bindings/python/plplot.py
-
 %build
 cp -f /usr/share/automake/config.* libltdl
 %{__libtoolize}
This page took 0.147243 seconds and 4 git commands to generate.