From 704076735ca513ca79956ca26e7d76bdd91de62f Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 23 Mar 2020 23:22:55 +0800 Subject: [PATCH] add macro of python2 --- scipy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index e8a4bf2..fb00ff0 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,8 +1,9 @@ %global py_setup_args config_fc --fcompiler=gnu95 --noarch +%bcond_without python2 Name: scipy Version: 1.2.2 -Release: 1 +Release: 2 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: BSD, MIT, Boost and Public Domain URL: https://www.scipy.org @@ -130,5 +131,8 @@ env FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %endif %changelog -* Mon Nov 4 2019 openEuler Buildteam - version-release +* Mon Mar 23 2020 openEuler Buildteam - 1.2.2-2 +- Add macros of python2 + +* Mon Nov 4 2019 openEuler Buildteam - 1.2.2-1 - Package init -- Gitee