2004-09-09 11:06:50 +00:00
|
|
|
%{!?__python_ver:%define __python_ver EMPTY}
|
2004-09-09 11:02:53 +00:00
|
|
|
%define unicode ucs4
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%if "%{__python_ver}" != "EMPTY"
|
|
|
|
%define main_python 0
|
|
|
|
%define python python%{__python_ver}
|
|
|
|
%define tkinter tkinter%{__python_ver}
|
2004-09-09 11:01:34 +00:00
|
|
|
%else
|
2004-09-09 11:06:50 +00:00
|
|
|
%define main_python 1
|
2004-09-09 11:01:34 +00:00
|
|
|
%define python python
|
2004-09-09 11:06:50 +00:00
|
|
|
%define tkinter tkinter
|
2004-09-09 11:01:34 +00:00
|
|
|
%endif
|
|
|
|
|
2004-11-04 22:42:22 +00:00
|
|
|
%define pybasever 2.4
|
2005-04-06 17:57:56 +00:00
|
|
|
%define jp_codecs 1.4.11
|
2004-09-09 11:07:18 +00:00
|
|
|
%define tools_dir %{_libdir}/python%{pybasever}/Tools
|
|
|
|
%define demo_dir %{_libdir}/python%{pybasever}/Demo
|
2004-09-09 11:01:34 +00:00
|
|
|
|
|
|
|
Summary: An interpreted, interactive, object-oriented programming language.
|
|
|
|
Name: %{python}
|
2005-04-06 17:57:56 +00:00
|
|
|
Version: %{pybasever}.1
|
2005-09-26 15:16:06 +00:00
|
|
|
Release: 12
|
2004-09-09 11:01:34 +00:00
|
|
|
License: PSF - see LICENSE
|
2004-09-09 10:57:31 +00:00
|
|
|
Group: Development/Languages
|
2004-09-09 11:03:56 +00:00
|
|
|
Provides: python-abi = %{pybasever}
|
2004-12-07 22:07:50 +00:00
|
|
|
Provides: python(abi) = %{pybasever}
|
2004-09-09 11:06:02 +00:00
|
|
|
# optik is part of python 2.3 as optparse
|
|
|
|
Provides: python-optik = 1.4.1
|
|
|
|
Obsoletes: python-optik
|
2004-12-03 14:56:19 +00:00
|
|
|
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
2004-09-09 11:02:53 +00:00
|
|
|
Source5: http://www.python.jp/pub/JapaneseCodecs/JapaneseCodecs-%{jp_codecs}.tar.gz
|
|
|
|
Source6: http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shmmodule.c
|
2004-09-09 11:06:02 +00:00
|
|
|
Source7: python-2.3.4-optik.py
|
2004-09-09 11:02:53 +00:00
|
|
|
|
2005-04-06 17:57:56 +00:00
|
|
|
Patch0: python-2.4.1-config.patch
|
2004-09-09 11:01:34 +00:00
|
|
|
Patch3: Python-2.2.1-pydocnogui.patch
|
2004-09-09 11:05:41 +00:00
|
|
|
Patch7: python-2.3.4-lib64-regex.patch
|
2005-04-06 17:57:56 +00:00
|
|
|
Patch8: python-2.4.1-lib64.patch
|
2004-09-09 11:02:53 +00:00
|
|
|
Patch9: japanese-codecs-lib64.patch
|
2004-11-04 22:42:22 +00:00
|
|
|
Patch13: python-2.4-distutils-bdist-rpm.patch
|
2004-09-09 11:06:32 +00:00
|
|
|
Patch14: python-2.3.4-pydocnodoc.patch
|
2005-09-22 15:14:41 +00:00
|
|
|
Patch15: python-2.4.1-canonicalize.patch
|
2004-09-09 11:02:53 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%if %{main_python}
|
|
|
|
Obsoletes: Distutils
|
|
|
|
Provides: Distutils
|
2004-09-09 11:01:34 +00:00
|
|
|
Obsoletes: python2
|
|
|
|
Provides: python2 = %{version}
|
2005-04-20 19:40:59 +00:00
|
|
|
BuildPrereq: db4-devel >= 4.3
|
2004-09-09 11:02:27 +00:00
|
|
|
%else
|
2004-09-09 11:06:50 +00:00
|
|
|
#BuildPrereq: db3-devel
|
2004-09-09 11:01:34 +00:00
|
|
|
%endif
|
2004-09-09 11:02:53 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildPrereq: readline-devel, libtermcap-devel, openssl-devel, gmp-devel
|
2005-03-15 00:41:54 +00:00
|
|
|
BuildPrereq: ncurses-devel, gdbm-devel, zlib-devel, expat-devel
|
2004-09-09 11:04:38 +00:00
|
|
|
BuildPrereq: Mesa-devel tk tix gcc-c++ XFree86-devel glibc-devel
|
2004-11-04 22:42:22 +00:00
|
|
|
BuildPrereq: bzip2 tar /usr/bin/find pkgconfig tcl-devel tk-devel
|
|
|
|
BuildPrereq: tix-devel bzip2-devel
|
2004-09-09 11:01:38 +00:00
|
|
|
URL: http://www.python.org/
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Python is an interpreted, interactive, object-oriented programming
|
|
|
|
language often compared to Tcl, Perl, Scheme or Java. Python includes
|
|
|
|
modules, classes, exceptions, very high level dynamic data types and
|
|
|
|
dynamic typing. Python supports interfaces to many system calls and
|
|
|
|
libraries, as well as to various windowing systems (X11, Motif, Tk,
|
|
|
|
Mac and MFC).
|
|
|
|
|
|
|
|
Programmers can write new built-in modules for Python in C or C++.
|
|
|
|
Python can be used as an extension language for applications that need
|
|
|
|
a programmable interface. This package contains most of the standard
|
|
|
|
Python modules, as well as modules for interfacing to the Tix widget
|
|
|
|
set for Tk and RPM.
|
|
|
|
|
|
|
|
Note that documentation for Python is provided in the python-docs
|
|
|
|
package.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: The libraries and header files needed for Python development.
|
|
|
|
Group: Development/Libraries
|
2004-09-09 11:06:39 +00:00
|
|
|
Requires: %{python} = %{version}-%{release}
|
2004-09-09 11:06:50 +00:00
|
|
|
# Needed here because of the migration of Makefile from -devel to the main
|
|
|
|
# package
|
|
|
|
Conflicts: %{python} < %{version}-%{release}
|
|
|
|
%if %{main_python}
|
2004-09-09 11:01:34 +00:00
|
|
|
Obsoletes: python2-devel
|
2004-09-09 11:06:39 +00:00
|
|
|
Provides: python2-devel = %{version}-%{release}
|
2004-09-09 11:01:34 +00:00
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The Python programming language's interpreter can be extended with
|
|
|
|
dynamically loaded extensions and can be embedded in other programs.
|
|
|
|
This package contains the header files and libraries needed to do
|
|
|
|
these types of tasks.
|
|
|
|
|
|
|
|
Install python-devel if you want to develop Python extensions. The
|
|
|
|
python package will also need to be installed. You'll probably also
|
|
|
|
want to install the python-docs package, which contains Python
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: A collection of development tools included with Python.
|
|
|
|
Group: Development/Tools
|
2004-09-09 11:06:39 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2005-09-20 13:21:16 +00:00
|
|
|
Requires: %{tkinter} = %{version}-%{release}
|
2004-09-09 11:06:50 +00:00
|
|
|
%if %{main_python}
|
2004-09-09 11:01:34 +00:00
|
|
|
Obsoletes: python2-tools
|
|
|
|
Provides: python2-tools = %{version}
|
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
The Python package includes several development tools that are used
|
2004-09-09 11:01:34 +00:00
|
|
|
to build python programs.
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%package -n %{tkinter}
|
2004-09-09 10:57:31 +00:00
|
|
|
Summary: A graphical user interface for the Python scripting language.
|
|
|
|
Group: Development/Languages
|
2004-09-09 11:01:34 +00:00
|
|
|
BuildPrereq: tcl, tk
|
2004-09-09 11:06:39 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 11:06:50 +00:00
|
|
|
%if %{main_python}
|
2004-09-09 11:01:34 +00:00
|
|
|
Obsoletes: tkinter2
|
|
|
|
Provides: tkinter2 = %{version}
|
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%description -n %{tkinter}
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 10:57:31 +00:00
|
|
|
The Tkinter (Tk interface) program is an graphical user interface for
|
|
|
|
the Python scripting language.
|
|
|
|
|
|
|
|
You should install the tkinter package if you'd like to use a graphical
|
|
|
|
user interface for Python programming.
|
|
|
|
|
|
|
|
%prep
|
2004-12-03 14:56:19 +00:00
|
|
|
%setup -q -n Python-%{version} -a 5
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
%patch0 -p1 -b .rhconfig
|
2004-09-09 11:02:53 +00:00
|
|
|
%patch3 -p1 -b .no_gui
|
|
|
|
%if %{_lib} == lib64
|
2004-09-09 11:05:41 +00:00
|
|
|
%patch7 -p1 -b .lib64-regex
|
2004-09-09 11:02:27 +00:00
|
|
|
%patch8 -p1 -b .lib64
|
|
|
|
%patch9 -p0 -b .lib64-j
|
2004-09-09 11:02:53 +00:00
|
|
|
%endif
|
2004-09-09 11:05:46 +00:00
|
|
|
%patch13 -p1 -b .bdist-rpm
|
2004-09-09 11:06:32 +00:00
|
|
|
%patch14 -p1 -b .no-doc
|
2005-09-22 15:14:41 +00:00
|
|
|
%patch15 -p1 -b .canonicalize
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
# This shouldn't be necesarry, but is right now (2.2a3)
|
|
|
|
find -name "*~" |xargs rm -f
|
2004-09-09 10:58:12 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
# Temporary workaround to avoid confusing find-requires: don't ship the tests
|
|
|
|
# as executable files
|
|
|
|
chmod 0644 Lib/test/test_*.py
|
|
|
|
|
|
|
|
# shm module
|
|
|
|
cp %{SOURCE6} Modules
|
|
|
|
cat >> Modules/Setup.dist << EOF
|
2004-09-09 11:02:27 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
# Shared memory module
|
|
|
|
shm shmmodule.c
|
|
|
|
EOF
|
2004-09-09 10:59:59 +00:00
|
|
|
|
2004-09-09 11:06:02 +00:00
|
|
|
# Backwards compatible optik
|
|
|
|
install -m 0644 %{SOURCE7} Lib/optik.py
|
|
|
|
|
2004-09-09 10:57:31 +00:00
|
|
|
%build
|
2004-09-09 11:02:53 +00:00
|
|
|
topdir=`pwd`
|
2004-09-09 11:02:27 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
|
|
|
|
export OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
|
|
|
|
export LINKCC="gcc"
|
2004-09-09 11:02:53 +00:00
|
|
|
if pkg-config openssl ; then
|
|
|
|
export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
|
|
|
|
export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
|
|
|
|
fi
|
2004-09-09 11:03:56 +00:00
|
|
|
# Force CC
|
|
|
|
export CC=gcc
|
2005-09-22 15:36:15 +00:00
|
|
|
# For patch 15, need to get a newer configure generated out of configure.in
|
|
|
|
autoconf
|
2004-09-09 11:06:32 +00:00
|
|
|
%configure --enable-ipv6 --enable-unicode=%{unicode} --enable-shared
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
make OPT="$CFLAGS" %{?_smp_mflags}
|
2004-11-04 22:42:22 +00:00
|
|
|
LD_LIBRARY_PATH=$topdir $topdir/python Tools/scripts/pathfix.py -i "%{_bindir}/env python%{pybasever}" .
|
2004-09-09 11:02:53 +00:00
|
|
|
make OPT="$CFLAGS" %{?_smp_mflags}
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 10:57:31 +00:00
|
|
|
%install
|
2004-09-09 11:01:34 +00:00
|
|
|
[ -d $RPM_BUILD_ROOT ] && rm -fr $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr $RPM_BUILD_ROOT%{_mandir}
|
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
# Clean up patched .py files that are saved as .lib64
|
|
|
|
for f in distutils/command/install distutils/sysconfig; do
|
|
|
|
rm -f Lib/$f.py.lib64
|
|
|
|
done
|
|
|
|
|
2004-11-04 22:42:22 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 11:02:27 +00:00
|
|
|
# Fix the interpreter path in binaries installed by distutils
|
|
|
|
# (which changes them by itself)
|
|
|
|
# Make sure we preserve the file permissions
|
2004-11-04 22:42:22 +00:00
|
|
|
for fixed in $RPM_BUILD_ROOT%{_bindir}/pydoc; do
|
|
|
|
sed 's,#!.*/python$,#!%{_bindir}/env python%{pybasever},' $fixed > $fixed- \
|
2004-09-09 11:02:27 +00:00
|
|
|
&& cat $fixed- > $fixed && rm -f $fixed-
|
|
|
|
done
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%if %{main_python}
|
2004-11-04 22:42:22 +00:00
|
|
|
ln -s python $RPM_BUILD_ROOT%{_bindir}/python2
|
2004-09-09 11:06:50 +00:00
|
|
|
%else
|
2004-11-04 22:42:22 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/python $RPM_BUILD_ROOT%{_bindir}/%{python}
|
2004-09-09 11:06:50 +00:00
|
|
|
mv $RPM_BUILD_ROOT/%{_mandir}/man1/python.1 $RPM_BUILD_ROOT/%{_mandir}/man1/python%{pybasever}.1
|
2004-09-09 11:01:34 +00:00
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
# tools
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:02:27 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
#modulator
|
2005-09-20 12:53:31 +00:00
|
|
|
cat > ${RPM_BUILD_ROOT}%{_bindir}/modulator << EOF
|
|
|
|
#!/bin/bash
|
|
|
|
exec %{_libdir}/python%{pybasever}/site-packages/modulator/modulator.py
|
|
|
|
EOF
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/modulator
|
2004-09-09 10:57:31 +00:00
|
|
|
cp -r Tools/modulator \
|
2004-09-09 11:02:27 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
#pynche
|
2005-09-20 12:53:31 +00:00
|
|
|
cat > ${RPM_BUILD_ROOT}%{_bindir}/pynche << EOF
|
|
|
|
#!/bin/bash
|
|
|
|
exec %{_libdir}/python%{pybasever}/site-packages/pynche/pynche
|
|
|
|
EOF
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/pynche
|
2004-09-09 11:02:27 +00:00
|
|
|
rm -f Tools/pynche/*.pyw
|
2004-09-09 10:57:31 +00:00
|
|
|
cp -r Tools/pynche \
|
2004-09-09 11:02:27 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
mv Tools/modulator/README Tools/modulator/README.modulator
|
|
|
|
mv Tools/pynche/README Tools/pynche/README.pynche
|
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
#gettext
|
2004-11-04 22:42:22 +00:00
|
|
|
install -m755 Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/
|
|
|
|
install -m755 Tools/i18n/msgfmt.py $RPM_BUILD_ROOT%{_bindir}/
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:06:32 +00:00
|
|
|
# Useful development tools
|
2004-09-09 11:07:18 +00:00
|
|
|
install -m755 -d $RPM_BUILD_ROOT%{tools_dir}/scripts
|
|
|
|
install Tools/README $RPM_BUILD_ROOT%{tools_dir}/
|
|
|
|
install Tools/scripts/*py $RPM_BUILD_ROOT%{tools_dir}/scripts/
|
|
|
|
|
|
|
|
# Useful demo scripts
|
|
|
|
install -m755 -d $RPM_BUILD_ROOT%{demo_dir}
|
|
|
|
cp -ar Demo/* $RPM_BUILD_ROOT%{demo_dir}
|
2004-09-09 11:06:32 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
# Get rid of crap
|
|
|
|
find $RPM_BUILD_ROOT/ -name "*~"|xargs rm -f
|
|
|
|
find $RPM_BUILD_ROOT/ -name ".cvsignore"|xargs rm -f
|
|
|
|
find . -name "*~"|xargs rm -f
|
|
|
|
find . -name ".cvsignore"|xargs rm -f
|
|
|
|
#zero length
|
2004-09-09 11:02:27 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/site-packages/modulator/Templates/copyright
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:02:27 +00:00
|
|
|
# Clean up the testsuite - we don't need compiled files for it
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/test \
|
|
|
|
-name "*.pyc" -o -name "*.pyo" | xargs rm -f
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/python2.2/LICENSE.txt
|
2004-09-09 11:01:34 +00:00
|
|
|
|
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
#make the binaries install side by side with the main python
|
|
|
|
%if !%{main_python}
|
2004-11-04 22:42:22 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_bindir}
|
2004-09-09 11:06:50 +00:00
|
|
|
mv idle idle%{__python_ver}
|
|
|
|
mv modulator modulator%{__python_ver}
|
|
|
|
mv pynche pynche%{__python_ver}
|
|
|
|
mv pygettext.py pygettext%{__python_ver}.py
|
|
|
|
mv msgfmt.py msgfmt%{__python_ver}.py
|
2005-09-20 13:21:16 +00:00
|
|
|
mv smtpd.py smtpd%{__python_ver}.py
|
2004-09-09 11:06:50 +00:00
|
|
|
mv pydoc pydoc%{__python_ver}
|
2004-09-09 11:01:34 +00:00
|
|
|
popd
|
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
# Japanese codecs
|
2004-09-09 11:02:53 +00:00
|
|
|
pushd JapaneseCodecs-%{jp_codecs}
|
2004-11-04 22:42:22 +00:00
|
|
|
# We need to set LD_LIBRARY_PATH since python is now compiled as shared, and
|
|
|
|
# we always want to use the currently compiled one
|
|
|
|
LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
|
../python setup.py install --root=$RPM_BUILD_ROOT
|
2004-09-09 11:01:34 +00:00
|
|
|
popd
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-11-04 22:42:22 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type d | sed "s|$RPM_BUILD_ROOT|%dir |" > dynfiles
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type f | grep -v "_tkinter.so$" | sed "s|$RPM_BUILD_ROOT||" >> dynfiles
|
|
|
|
|
|
|
|
# Fix for bug #136654
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/email/test/data/audiotest.au
|
2004-09-09 11:02:27 +00:00
|
|
|
|
2005-04-20 19:40:59 +00:00
|
|
|
# Fix bug #143667: python should own /usr/lib/python2.x on 64-bit machines
|
|
|
|
%if %{_lib} == lib64
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 10:57:31 +00:00
|
|
|
%clean
|
2004-09-09 11:01:34 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f dynfiles
|
2004-09-09 11:03:56 +00:00
|
|
|
%defattr(-, root, root)
|
2004-09-09 11:01:34 +00:00
|
|
|
%doc LICENSE README
|
2004-11-04 22:42:22 +00:00
|
|
|
%{_bindir}/python*
|
2004-09-09 11:01:34 +00:00
|
|
|
%{_mandir}/*/*
|
2004-09-09 11:06:32 +00:00
|
|
|
%{_libdir}/libpython%{pybasever}.so*
|
2004-09-09 11:01:34 +00:00
|
|
|
|
2004-09-09 11:02:27 +00:00
|
|
|
%dir %{_libdir}/python%{pybasever}
|
|
|
|
%{_libdir}/python%{pybasever}/site-packages/japanese.pth
|
2004-09-09 11:03:56 +00:00
|
|
|
%dir %{_libdir}/python%{pybasever}/site-packages
|
2004-11-04 22:42:22 +00:00
|
|
|
%{_libdir}/python%{pybasever}/site-packages/japanese
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/site-packages/README
|
|
|
|
%{_libdir}/python%{pybasever}/LICENSE.txt
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/*.py*
|
|
|
|
%{_libdir}/python%{pybasever}/*.doc
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/bsddb
|
2004-09-09 11:05:28 +00:00
|
|
|
%dir %{_libdir}/python%{pybasever}/config
|
|
|
|
%{_libdir}/python%{pybasever}/config/Makefile
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/curses
|
|
|
|
%{_libdir}/python%{pybasever}/distutils
|
|
|
|
%{_libdir}/python%{pybasever}/encodings
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/idlelib
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/lib-old
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/logging
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/xml
|
|
|
|
%{_libdir}/python%{pybasever}/email
|
|
|
|
%{_libdir}/python%{pybasever}/compiler
|
|
|
|
%{_libdir}/python%{pybasever}/plat-linux2
|
|
|
|
%{_libdir}/python%{pybasever}/hotshot
|
2005-04-20 19:40:59 +00:00
|
|
|
%if %{_lib} == lib64
|
|
|
|
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}
|
|
|
|
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}/site-packages
|
|
|
|
%endif
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
%files devel
|
2004-09-09 11:01:34 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/include/*
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/config
|
|
|
|
%{_libdir}/python%{pybasever}/test
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
%files tools
|
2004-09-09 10:57:31 +00:00
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc Tools/modulator/README.modulator
|
|
|
|
%doc Tools/pynche/README.pynche
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/site-packages/modulator
|
|
|
|
%{_libdir}/python%{pybasever}/site-packages/pynche
|
2005-09-20 13:21:16 +00:00
|
|
|
%{_bindir}/smtpd*.py*
|
2004-11-04 22:42:22 +00:00
|
|
|
%{_bindir}/idle*
|
|
|
|
%{_bindir}/modulator*
|
|
|
|
%{_bindir}/pynche*
|
2004-12-07 22:07:50 +00:00
|
|
|
%{_bindir}/pygettext*.py*
|
|
|
|
%{_bindir}/msgfmt*.py*
|
2004-11-04 22:42:22 +00:00
|
|
|
%{_bindir}/pydoc*
|
2004-09-09 11:06:32 +00:00
|
|
|
%{tools_dir}
|
2004-09-09 11:07:18 +00:00
|
|
|
%{demo_dir}
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
%files -n %{tkinter}
|
2004-09-09 11:03:56 +00:00
|
|
|
%defattr(-,root,root,755)
|
2004-09-09 11:02:27 +00:00
|
|
|
%{_libdir}/python%{pybasever}/lib-tk
|
2004-09-09 11:03:56 +00:00
|
|
|
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
|
2004-09-09 10:57:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-09-26 15:16:06 +00:00
|
|
|
* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> 2.4.1-12
|
2005-09-25 20:54:34 +00:00
|
|
|
- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
|
|
|
|
argv[0][0]='\0')
|
|
|
|
Reworked the patch from -8 a bit more.
|
|
|
|
|
2005-09-23 21:21:07 +00:00
|
|
|
* Fri Sep 23 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-10
|
2005-09-23 20:12:16 +00:00
|
|
|
- Fixed bug #169159 (don't let python core dump if no arguments are passed in)
|
|
|
|
Reworked the patch from -8 a bit more.
|
|
|
|
|
2005-09-22 22:37:00 +00:00
|
|
|
* Thu Sep 22 2005 Peter Jones <pjones@redhat.com> 2.4.1-8
|
|
|
|
- Fix bug #169046 more correctly.
|
|
|
|
|
2005-09-22 15:36:15 +00:00
|
|
|
* Thu Sep 22 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-7
|
2005-09-22 15:11:13 +00:00
|
|
|
- Fixed bug #169046 (realpath is unsafe); thanks to
|
|
|
|
Peter Jones <pjones@redhat.com> and Arjan van de Ven <arjanv@redhat.com> for
|
|
|
|
diagnosing and the patch.
|
|
|
|
|
2005-09-20 13:21:16 +00:00
|
|
|
* Tue Sep 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-4
|
|
|
|
- Fixed bug #168655 (fixes for building as python24)
|
|
|
|
|
2005-09-20 12:53:31 +00:00
|
|
|
* Tue Jul 26 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-3
|
|
|
|
- Fixed bug #163435 (pynche doesn't start))
|
|
|
|
|
2005-04-20 19:40:59 +00:00
|
|
|
* Wed Apr 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-2
|
|
|
|
- Fixed bug #143667 (python should own /usr/lib/python* on 64-bit systems, for
|
|
|
|
noarch packages)
|
|
|
|
- Fixed bug #143419 (BuildRequires db4 is not versioned)
|
|
|
|
|
2005-04-06 17:57:56 +00:00
|
|
|
* Wed Apr 6 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-1
|
|
|
|
- updated to 2.4.1
|
|
|
|
|
2005-03-15 00:41:54 +00:00
|
|
|
* Mon Mar 14 2005 Mihai Ibanescu <misa@redhat.com> 2.4-6
|
|
|
|
- building the docs from a different source rpm, to decouple bootstrapping
|
|
|
|
python from having tetex installed
|
|
|
|
|
2005-03-11 14:56:43 +00:00
|
|
|
* Fri Mar 11 2005 Dan Williams <dcbw@redhat.com> 2.4-5
|
|
|
|
- Rebuild to pick up new libssl.so.5
|
|
|
|
|
2005-02-04 15:30:56 +00:00
|
|
|
* Wed Feb 2 2005 Mihai Ibanescu <misa@redhat.com> 2.4-4
|
|
|
|
- Fixed security issue in SimpleXMLRPCServer.py (#146647)
|
|
|
|
|
2005-01-12 16:11:56 +00:00
|
|
|
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.4-3
|
|
|
|
- Rebuilt for new readline.
|
|
|
|
|
2004-12-07 22:07:50 +00:00
|
|
|
* Mon Dec 6 2004 Jeff Johnson <jbj@jbj.org> 2.4-2
|
|
|
|
- db-4.3.21 returns DB_BUFFER_SMALL rather than ENOMEM (#141994).
|
|
|
|
- add Provide: python(abi) = 2.4
|
|
|
|
- include msgfmt/pygettext *.pyc and *.pyo from brp-python-bytecompile.
|
|
|
|
|
2004-12-03 14:56:19 +00:00
|
|
|
* Fri Dec 3 2004 Mihai Ibanescu <misa@redhat.com> 2.4-1
|
|
|
|
- Python-2.4.tar.bz2 (final)
|
|
|
|
|
2004-11-19 19:57:34 +00:00
|
|
|
* Fri Nov 19 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.c1.1
|
|
|
|
- Python-2.4c1.tar.bz2 (release candidate 1)
|
|
|
|
|
2004-11-12 23:50:00 +00:00
|
|
|
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.4-0.b2.4
|
|
|
|
- rebuild against db-4.3.21.
|
|
|
|
|
2004-11-09 01:54:59 +00:00
|
|
|
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.3
|
|
|
|
- fix the lib64 patch so that 64bit arches still look in /usr/lib/python...
|
|
|
|
|
2004-11-08 22:03:32 +00:00
|
|
|
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.2
|
|
|
|
- cryptmodule still needs -lcrypt (again)
|
|
|
|
|
2004-11-04 22:42:22 +00:00
|
|
|
* Thu Nov 4 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.b2.1
|
|
|
|
- Updated to python 2.4b2 (and labeled it 2.4-0.b2.1 to avoid breaking rpm's
|
|
|
|
version comparison)
|
|
|
|
|
|
|
|
* Thu Nov 4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-13
|
|
|
|
- Fixed bug #138112 (python overflows stack buffer) - SF bug 105470
|
|
|
|
|
|
|
|
* Tue Nov 2 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-12
|
|
|
|
- Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
|
|
|
|
|
|
|
|
* Tue Oct 26 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-11
|
|
|
|
- Fixed bug #136654 (python has sketchy audio clip)
|
|
|
|
|
2004-09-09 11:07:18 +00:00
|
|
|
* Tue Aug 31 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-10
|
|
|
|
- Fixed bug #77418 (Demo dir not packaged)
|
|
|
|
- More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
|
|
|
|
|
2004-09-09 11:06:50 +00:00
|
|
|
* Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-8
|
|
|
|
- Fixed bug #129769: Makefile in new python conflicts with older version found
|
|
|
|
in old python-devel
|
|
|
|
- Reorganized the spec file to get rid of the aspython2 define; __python_ver
|
|
|
|
is more powerful.
|
|
|
|
|
2004-09-09 11:06:39 +00:00
|
|
|
* Tue Aug 3 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-7
|
|
|
|
- Including html documentation for non-i386 arches
|
|
|
|
- Fixed #125362 (python-doc html files have japanese character encoding)
|
|
|
|
- Fixed #128923 (missing dependency between python and python-devel)
|
|
|
|
|
2004-09-09 11:06:32 +00:00
|
|
|
* Fri Jul 30 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-6
|
|
|
|
- Fixed #128030 (help() not printing anything)
|
|
|
|
- Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the right
|
|
|
|
path on 64-bit systems)
|
|
|
|
- Fixed #127357 (building python as a shared library)
|
|
|
|
- Fixed #19347 (including the contents of Tools/scripts/ in python-tools)
|
|
|
|
|
2004-09-09 11:06:17 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 11:06:02 +00:00
|
|
|
* Tue Jun 8 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-3
|
|
|
|
- Added an optik.py that provides the same interface from optparse for
|
|
|
|
backward compatibility; obsoleting python-optik
|
|
|
|
|
2004-09-09 11:05:46 +00:00
|
|
|
* Mon Jun 7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-2
|
|
|
|
- Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
|
|
|
|
|
2004-09-09 11:05:41 +00:00
|
|
|
* Fri Jun 4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-1
|
|
|
|
- Updated to 2.3.4-1 with Robert Scheck's help (bug #124764)
|
|
|
|
- Added BuildRequires: tix-devel (bug #124918)
|
|
|
|
|
2004-09-09 11:05:28 +00:00
|
|
|
* Fri May 7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-6
|
|
|
|
- Correct fix for #122304 from upstream:
|
|
|
|
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&group_id=5470
|
|
|
|
|
|
|
|
* Thu May 6 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-4
|
|
|
|
- Fix for bug #122304 : splitting the domain name fails on 64-bit arches
|
|
|
|
- Fix for bug #120879 : including Makefile into the main package
|
|
|
|
|
|
|
|
- Requires XFree86-devel instead of -libs (see bug #118442)
|
|
|
|
|
2004-09-09 11:04:38 +00:00
|
|
|
* Tue Mar 16 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-3
|
|
|
|
- Requires XFree86-devel instead of -libs (see bug #118442)
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 11:03:56 +00:00
|
|
|
* Fri Dec 19 2003 Jeff Johnson <jbj@jbj.org> 2.3.3-1
|
|
|
|
- upgrade to 2.3.3.
|
|
|
|
|
|
|
|
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-9
|
|
|
|
- rebuild against db-4.2.52.
|
|
|
|
|
|
|
|
* Fri Dec 12 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-8
|
|
|
|
- more rebuilding for new tcl/tk
|
|
|
|
|
|
|
|
* Wed Dec 3 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-7.1
|
|
|
|
- rebuild against db-4.2.42.
|
|
|
|
|
|
|
|
* Fri Nov 28 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-7
|
|
|
|
- rebuilt against newer tcl/tk
|
|
|
|
|
|
|
|
* Mon Nov 24 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-6
|
|
|
|
- added a Provides: python-abi
|
|
|
|
|
|
|
|
* Wed Nov 12 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-5
|
|
|
|
- force CC (#109268)
|
|
|
|
|
|
|
|
* Sun Nov 9 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-4
|
|
|
|
- cryptmodule still needs -lcrypt
|
|
|
|
|
|
|
|
* Wed Nov 5 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-2
|
|
|
|
- Added patch for missing mkhowto
|
|
|
|
|
|
|
|
* Thu Oct 16 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-1
|
|
|
|
- Updated to 2.3.2
|
|
|
|
|
|
|
|
* Thu Sep 25 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-1
|
|
|
|
- 2.3.1 final
|
2004-09-09 11:03:21 +00:00
|
|
|
|
2004-09-09 11:03:56 +00:00
|
|
|
* Tue Sep 23 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-0.8.RC1
|
|
|
|
- Building the python 2.3.1 release candidate
|
|
|
|
- Updated the lib64 patch
|
2004-09-09 11:03:21 +00:00
|
|
|
|
2004-09-09 11:03:56 +00:00
|
|
|
* Wed Jul 30 2003 Mihai Ibanescu <misa@redhat.com> 2.3-0.2
|
|
|
|
- Building python 2.3
|
|
|
|
- Added more BuildRequires
|
|
|
|
- Updated the startup files for modulator and pynche; idle installs its own
|
|
|
|
now.
|
2004-09-09 11:03:21 +00:00
|
|
|
|
|
|
|
* Thu Jul 3 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-4
|
|
|
|
- Rebuilt against newer db4 packages (bug #98539)
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-3
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 7 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
|
|
|
|
- Rebuilt
|
|
|
|
|
|
|
|
* Tue Jun 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1
|
|
|
|
- Upgraded to 2.2.3
|
|
|
|
|
|
|
|
* Wed Apr 2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-28
|
|
|
|
- Rebuilt
|
|
|
|
|
|
|
|
* Wed Apr 2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-27
|
|
|
|
- Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
|
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
|
|
|
|
- Fixed bug #84886: pydoc dies when run w/o arguments
|
|
|
|
- Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
|
|
|
|
- Fixed bug #84966: path in byte-compiled code still wrong
|
|
|
|
|
|
|
|
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
|
|
|
|
- ftp uri's should be able to specify being rooted at the root instead of
|
|
|
|
where you login via ftp (#84692)
|
|
|
|
|
|
|
|
* Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
|
|
|
|
- Using newer Japanese codecs (1.4.9). Thanks to
|
|
|
|
Peter Bowen <pzb@datastacks.com> for pointing this out.
|
|
|
|
|
|
|
|
* Thu Feb 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
|
|
|
|
- Release number bumped really high: turning on UCS4 (ABI compatibility
|
|
|
|
breakage)
|
|
|
|
|
|
|
|
* Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
|
|
|
|
- Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
|
|
|
|
some work on python-2.2.2-lib64.patch
|
|
|
|
|
|
|
|
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
|
|
|
|
- Rebuild to incorporate the removal of .lib64 and - files.
|
|
|
|
|
|
|
|
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
|
|
|
|
- Fixed bug #82544: Errata removes most tools
|
|
|
|
- Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
|
|
|
|
- Removed .lib64 and - files that get installed after we fix the multilib
|
|
|
|
.py files.
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
|
|
|
|
- rebuild to update tkinter's tcltk deps
|
|
|
|
- convert changelog to utf-8
|
|
|
|
|
|
|
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- pick up OpenSSL cflags and ldflags from pkgconfig if available
|
|
|
|
|
|
|
|
* Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
|
|
|
|
- urllib2 didn't support non-anonymous ftp. add support based on how
|
|
|
|
urllib did it (#80676, #78168)
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
|
|
|
|
- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
|
|
|
|
- Added a bunch of missing BuildRequires found while fixing the
|
|
|
|
above-mentioned bug
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
|
|
|
|
- rebuild to fix broken tcltk deps for tkinter
|
|
|
|
|
|
|
|
* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
2.2.2-3.7.3
|
|
|
|
- Recompiled for 7.3 (to fix the -lcrypt bug)
|
|
|
|
- Fix for the spurious error message at the end of the build (build-requires
|
|
|
|
gets confused by executable files starting with """"): make the tests
|
|
|
|
non-executable.
|
|
|
|
|
2004-09-09 11:02:27 +00:00
|
|
|
* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
2.2.2-5
|
|
|
|
- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
|
|
|
|
|
|
|
|
2.2.2-4
|
|
|
|
- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
|
|
|
|
with the C++ compiler.
|
|
|
|
|
|
|
|
* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
2.2.2-3.*
|
|
|
|
- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
|
|
|
|
use %%{_libdir}
|
|
|
|
- Added XFree86-libs as BuildRequires (because of tkinter)
|
|
|
|
- Fixed duplicate listing of plat-linux2
|
|
|
|
- Fixed exclusion of lib-dynload/japanese
|
|
|
|
- Added lib64 patch for the japanese codecs
|
|
|
|
- Use setup magic instead of using tar directly on JapaneseCodecs
|
|
|
|
|
|
|
|
* Tue Nov 5 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
2.2.2-2
|
|
|
|
- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
|
|
|
|
requirement of tkinter from python-tools).
|
|
|
|
- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
|
|
|
|
|
|
|
|
* Mon Nov 4 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
- builds as python2 require a different libdb
|
|
|
|
- changed the buildroot name of python to match python2 builds
|
|
|
|
|
|
|
|
* Fri Nov 1 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
- updated python to 2.2.2 and adjusted the patches accordingly
|
|
|
|
|
|
|
|
* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
|
|
|
|
- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
|
|
|
|
- Added BuildPrereq dependency on gcc-c++
|
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Aug 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-17
|
2004-09-09 11:02:06 +00:00
|
|
|
- security fix for _execvpe
|
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue Aug 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-16
|
2004-09-09 11:01:38 +00:00
|
|
|
- Fix #71011,#71134, #58157
|
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-15
|
2004-09-09 11:01:34 +00:00
|
|
|
- Resurrect tkinter
|
|
|
|
- Fix for distutils (#67671)
|
2004-09-09 11:01:38 +00:00
|
|
|
- Fix #69962
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-14
|
2004-09-09 11:01:34 +00:00
|
|
|
- Obsolete tkinter/tkinter2 (#69838)
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-13
|
2004-09-09 11:01:34 +00:00
|
|
|
- Doc fixes (#53951) - not on alpha at the momemt
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-12
|
2004-09-09 11:01:34 +00:00
|
|
|
- fix pydoc (#68082)
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-11
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add db4-devel as a BuildPrereq
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
|
|
|
|
- automated rebuild
|
2004-09-09 11:01:24 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-9
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add Japanese codecs (#66352)
|
2004-09-09 10:59:59 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue Jun 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-8
|
2004-09-09 11:01:34 +00:00
|
|
|
- No more tkinter...
|
2004-09-09 10:59:59 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-7
|
2004-09-09 11:01:34 +00:00
|
|
|
- Rebuild
|
2004-09-09 10:58:12 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-6
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add the email subcomponent (#65301)
|
2004-09-09 10:58:02 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri May 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-5
|
2004-09-09 11:01:34 +00:00
|
|
|
- Rebuild
|
2004-09-09 10:58:02 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
|
|
|
|
- rebuild i new enviroment
|
2004-09-09 10:57:51 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue Apr 23 2002 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
|
2004-09-09 10:57:47 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-2
|
2004-09-09 11:01:34 +00:00
|
|
|
- Make it use db4
|
2004-09-09 10:57:47 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2.1 - a bugfix-only release
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-16
|
2004-09-09 11:01:34 +00:00
|
|
|
- the same, but in builddirs - this will remove them from the
|
|
|
|
docs package, which doesn't look in the buildroot for files.
|
2004-09-09 10:57:47 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-15
|
2004-09-09 11:01:34 +00:00
|
|
|
- Get rid of temporary files and .cvsignores included
|
|
|
|
in the tarball and make install
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Apr 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-14
|
2004-09-09 11:01:34 +00:00
|
|
|
- Don't own lib-tk in main package, only in tkinter (#62753)
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-13
|
2004-09-09 11:01:34 +00:00
|
|
|
- rebuild
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-12
|
2004-09-09 11:01:34 +00:00
|
|
|
- rebuild
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Mar 1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-11
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add a not to the Distutils obsoletes test (doh!)
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Mar 1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-10
|
2004-09-09 11:01:34 +00:00
|
|
|
- Rebuild
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Feb 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-9
|
2004-09-09 11:01:34 +00:00
|
|
|
- Only obsolete Distutils when built as python
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-8
|
2004-09-09 11:01:34 +00:00
|
|
|
- Make files in /usr/bin install side by side with python 1.5 when
|
|
|
|
- Drop explicit requirement of db4
|
|
|
|
built as python2
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
|
|
|
|
- Use version and pybasever macros to make updating easy
|
|
|
|
- Use _smp_mflags macro
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Tue Jan 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-6
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add db4-devel to BuildPrereq
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
|
|
|
|
- disable ndbm support, which is db2 in disguise (really interesting things
|
|
|
|
can happen when you mix db2 and db4 in a single application)
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-4
|
2004-09-09 11:01:34 +00:00
|
|
|
- Obsolete subpackages if necesarry
|
|
|
|
- provide versioned python2
|
|
|
|
- build with db4
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-3
|
2004-09-09 11:01:34 +00:00
|
|
|
- Alpha toolchain broken. Disable build on alpha.
|
|
|
|
- New openssl
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Dec 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-1
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2 final
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.11c1
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2 RC 1
|
|
|
|
- Don't include the _tkinter module in the main package - it's
|
|
|
|
already in the tkiter packace
|
|
|
|
- Turn off the mpzmodule, something broke in the buildroot
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Nov 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.10b2
|
2004-09-09 11:01:34 +00:00
|
|
|
- Use -fPIC for OPT as well, in lack of a proper libpython.so
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
|
|
|
|
- changed DESTDIR to point to / so that distutils will install dynload
|
|
|
|
modules properly in the installroot
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
|
|
|
|
- 2.2b2
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
|
|
|
|
- python2ify
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Oct 19 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.5b1
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2b1
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Sun Sep 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.4a4
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2a4
|
|
|
|
- Enable UCS4 support
|
|
|
|
- Enable IPv6
|
|
|
|
- Provide distutils
|
|
|
|
- Include msgfmt.py and pygettext.py
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Sep 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.3a3
|
2004-09-09 11:01:34 +00:00
|
|
|
- Obsolete Distutils, which is now part of the main package
|
|
|
|
- Obsolete python2
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Thu Sep 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.2a3
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add docs, tools and tkinter subpackages, to match the 1.5 layout
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.1a3
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.2a3
|
|
|
|
- don't build tix and blt extensions
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add tk and tix to build dependencies
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.1.1 bugfix release - with a GPL compatible license
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- Add new build dependencies (#49753)
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- build with -fPIC
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Fri Jun 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- 2.1
|
|
|
|
- reorganization of file includes
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:02:53 +00:00
|
|
|
* Wed Dec 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 11:01:34 +00:00
|
|
|
- fix the "requires" clause, it lacked a space causing problems
|
|
|
|
- use %%{_tmppath}
|
|
|
|
- don't define name, version etc
|
|
|
|
- add the available patches from the Python home page
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- added devel subpackage
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- modify all files to use "python2.0" as the intrepter
|
|
|
|
- don't build the Expat bindings
|
|
|
|
- build against db1
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
|
|
|
|
- updated for 2.0 final
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Mon Oct 9 2000 Jeremy Hylton <jeremy@beopen.com>
|
|
|
|
- updated for 2.0c1
|
|
|
|
- build audioop, imageop, and rgbimg extension modules
|
|
|
|
- include xml.parsers subpackage
|
|
|
|
- add test.xml.out to files list
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Thu Oct 5 2000 Jeremy Hylton <jeremy@beopen.com>
|
2004-09-09 11:02:53 +00:00
|
|
|
- added bin/python2.0 to files list (suggested by Martin v. L?)
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
|
|
|
|
- updated for release 1 of 2.0b2
|
|
|
|
- use .bz2 version of Python source
|
2004-09-09 10:57:31 +00:00
|
|
|
|
2004-09-09 11:01:34 +00:00
|
|
|
* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
|
|
|
|
- Version 2 of 2.0b1
|
|
|
|
- Make the package relocatable. Thanks to Suchandra Thapa.
|
|
|
|
- Exclude Tkinter from main RPM. If it is in a separate RPM, it is
|
|
|
|
easier to track Tk releases.
|