auto-import python-1.5.2-35 from python-1.5.2-35.src.rpm

This commit is contained in:
cvsdist 2004-09-09 10:58:16 +00:00
parent 6b969f1043
commit 19a5b75bf5

View File

@ -9,7 +9,7 @@
Summary: An interpreted, interactive object-oriented programming language. Summary: An interpreted, interactive object-oriented programming language.
Name: python Name: python
Version: 1.5.2 Version: 1.5.2
Release: 34 Release: 35
License: distributable License: distributable
Group: Development/Languages Group: Development/Languages
Source0: ftp://ftp.python.org/pub/python/src/py152.tgz Source0: ftp://ftp.python.org/pub/python/src/py152.tgz
@ -137,7 +137,9 @@ cp %{SOURCE5} Lib
cp %{SOURCE10} %{SOURCE11} Lib cp %{SOURCE10} %{SOURCE11} Lib
%build %build
%ifnarch s390 s390x
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-merge-constants" RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-merge-constants"
%endif
MACHDEP=linux-$RPM_ARCH ; export MACHDEP MACHDEP=linux-$RPM_ARCH ; export MACHDEP
%configure --with-threads %configure --with-threads
@ -243,7 +245,11 @@ rm -f modules-list modules-list.full
%{_prefix}/lib/python1.5/lib-dynload/_tkinter.so %{_prefix}/lib/python1.5/lib-dynload/_tkinter.so
%changelog %changelog
* Wed Jul 27 2001 Elliot Lee <sopwith@redhat.com> * Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- do not set -fno-merge-constants on s390,s390x
- truncate changelog due to rpm errors
* Wed Jun 27 2001 Elliot Lee <sopwith@redhat.com>
- -fno-merge-constants - -fno-merge-constants
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com> * Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>