diff --git a/python2.spec b/python2.spec index 26434bd15886dc029995ab80878aea197127d2c9..9c448ccac90c98e3969357bb18dfb7f3cad8dafe 100644 --- a/python2.spec +++ b/python2.spec @@ -15,7 +15,7 @@ %undefine _debuginfo_subpackages Name: python2 Version: 2.7.16 -Release: 10 +Release: 11 Summary: Python is an interpreted, interactive object-oriented programming language suitable License: Python URL: https://www.python.org/ @@ -269,7 +269,7 @@ then $topdir fi -ln -s $BinaryName $SymlinkName +#ln -s $BinaryName $SymlinkName LD_LIBRARY_PATH="$topdir/$ConfDir" PATH=$PATH:$topdir/$ConfDir make -s EXTRA_CFLAGS="$CFLAGS" %{?_smp_mflags} popd @@ -401,7 +401,7 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %license LICENSE %doc README %{_bindir}/pydoc* -%{_bindir}/{python,python2,python%{pybasever}} +%{_bindir}/{python2,python%{pybasever}} %dir %{_prefix}/lib/python%{pybasever} %dir %{_prefix}/lib/python%{pybasever}/site-packages @@ -633,6 +633,12 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %{dynload_dir}/_testcapimodule_d.so %changelog +* Mon Feb 22 2020 openEuler Buildteam - 2.7.16-11 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove python2 symlink + * Mon Feb 3 2020 openEuler Buildteam - 2.7.16-10 - Type:bugfix - Id:NA