From ea72cb8d6b6a59f0694c622fc510b4d8c600432f Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:30:31 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- python-scikit-learn.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 185d0b0..40347b8 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -3,7 +3,7 @@ Name: python-scikit-learn Summary: A Python module for machine learning built on top of SciPy Version: 0.24.0 -Release: 3 +Release: 4 License: BSD URL: https://scikit-learn.org/stable/ Source0: https://github.com/scikit-learn/scikit-learn/archive/%{version}/scikit-learn-%{version}.tar.gz @@ -17,14 +17,14 @@ and is distributed under the 3-Clause BSD license.\ %package -n python3-scikit-learn Summary: %summary -BuildRequires: git python3-devel python3-numpy python3-Cython python3-pytest python3-scipy g++ +BuildRequires: python3-devel python3-numpy python3-Cython python3-pytest python3-scipy g++ Requires: python3 >= 3.5 python3-numpy >= 1.11.0 Requires: python3-scipy >= 0.17.0 python3-joblib >= 0.11 %description -n python3-scikit-learn %_description %prep -%autosetup -n scikit-learn-%{version} -p1 -Sgit +%autosetup -n scikit-learn-%{version} -p1 %build CFLAGS="$RPM_OPT_FLAGS -s" @@ -40,6 +40,9 @@ CFLAGS="$RPM_OPT_FLAGS -s" %{python3_sitearch}/scikit_learn-*.egg-info %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.24.0-4 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Wed Jun 23 2021 liudabo - 0.24.0-3 - Add g++ build dependcy