SUNWPython.spec revision 20857
10139N/A#
10139N/A# spec file for package SUNWPython
12219N/A#
10139N/A# includes module(s): Python
10139N/A#
10139N/A# Copyright 2009 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
15291N/A%define owner laca
10139N/A# Bugdb:http://bugs.python.org/issue
15858N/A#
10139N/A%include Solaris.inc
10139N/A
10139N/A%define OSR 7954:2.4.4
10139N/A
15301N/AName: SUNWPython
10794N/AIPS_package_name: runtime/python-24
10794N/AMeta(info.classification): %{classification_prefix}:Development/Python
12773N/ASummary: The Python interpreter, libraries and utilities
12773N/AVersion: 2.4.6
12773N/ALicense: Python
10794N/ASUNW_BaseDir: %{_basedir}
10139N/ASUNW_Copyright: %{name}.copyright
10815N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
15764N/ASource: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
15764N/A# test script for the ucred module implemented in Python-xx-ucred.diff
10139N/ASource1: ucredtest.py
10139N/A# test script for the dlpi module implemented in Python-xx-dlpi.diff
10139N/ASource2: dlpitest.py
10139N/A# test script for the rbac and privileges modules implemented in
10139N/A# Python-xx-privrbac.diff
10139N/ASource3: privrbactest.py
10139N/A# date:2005-10-27 owner:laca type:bug
10139N/A# upstreamable
10139N/APatch1: Python-01-solaris-lib-dirs.diff
10139N/A# date:2005-10-30 owner:laca type:feature
10139N/APatch2: Python-02-pycc.diff
10139N/A# date:2006-09-18 owner:laca type:feature
10139N/APatch3: Python-03-distutils-pycc.diff
10139N/A# date:2006-09-18 owner:laca type:bug
10139N/A# upstreamable
10139N/APatch4: Python-04-distutils-log.diff
10139N/A# date:2006-09-18 owner:laca type:feature
10139N/A# maybe upstreamable
10139N/APatch5: Python-05-isalibs.diff
10139N/A# date:2006-09-18 owner:laca type:bug bugster:6463378
10139N/A# maybe upstreamable
10139N/APatch6: Python-06-write_compiled_module-atomic.diff
10139N/A# date:2007-03-23 owner:laca type:feature written by John.Levon
10139N/APatch7: Python-07-dtrace.diff
10139N/A# date:2007-03-23 owner:laca type:bug bugid:1648435 state:upstream
10139N/APatch8: Python-08-pty-leak.diff
10139N/A# date:2007-08-08 owner:laca type:bug bugster:6544688
10139N/APatch9: Python-09-shared-expat.diff
10139N/A# date:2008-04-10 owner:laca type:feature bugster:6686506
10139N/A# 2008/243 Python interface to ucred_get(3C)/getpeercred(3C)
10139N/A# written by John.Levon@Sun.Com
10139N/APatch10: Python-10-ucred.diff
10139N/A# date:2008-06-06 owner:laca type:bug bugster:6614467 bugid:837046
10139N/APatch11: Python-11-gethostbyname.diff
10139N/A# date:2008-08-28 owner:laca type:feature
10139N/A# PSARC/2008/514 Python interface to dlpi(7P)
10139N/A# written by Max.Zhen@Sun.COM
10139N/APatch12: Python-12-dlpi.diff
10139N/A# date:2008-11-25 owner:laca type:bug bugster:6775355
10139N/APatch13: Python-13-webbrowser.diff
10139N/A# date:2008-11-28 owner:fujiwara type:feature bugster:6776575
10139N/APatch14: Python-14-encoding-alias.diff
10139N/A# date:2008-12-16 owner:laca type:bug bugster:6784248
10139N/A# Patch15: Python-15-ext-stdio.diff
10139N/A# date:2009-01-23 owner:laca type:bug
10139N/APatch16: Python-16-cflags.diff
10139N/A# date:2009-10-12 owner:laca type:feature bugster:6890801
10139N/A# PSARC/2009/529 Python interface to privileges(5) & rbac(5)
10139N/A# written by John.Sonnenschein@Sun.COM
10139N/APatch17: Python-17-privrbac.diff
10139N/A# date:2009-12-01 owner:laca type:bug
10139N/A# netpacket/packet.h on Solaris is incompatible with
10139N/A# python's socketmodule.c
10139N/APatch18: Python-18-netpacket-packet-h.diff
10794N/A
10794N/A%include default-depend.inc
12754N/A%include desktop-incorporation.inc
10794N/ABuildRequires: SUNWTk
11087N/ABuildRequires: SUNWTcl
15764N/ABuildRequires: SUNWlexpt
13621N/ABuildRequires: SUNWopensslr
10139N/ABuildRequires: SUNWopenssl-libraries
10139N/ABuildRequires: SUNWaudh
10139N/ABuildRequires: SUNWxwplt
10139N/ABuildRequires: SUNWxwinc
10139N/ARequires: SUNWzlib
10139N/ARequires: SUNWopensslr
10139N/ARequires: SUNWopenssl-libraries
10139N/ARequires: SUNWTk
10139N/ARequires: SUNWTcl
10139N/ARequires: SUNWlexpt
10139N/ARequires: SUNWbzip
10139N/ARequires: SUNWlibms
10139N/ARequires: SUNWncurses
10139N/A
10139N/A%package devel
10139N/ASummary: %{summary} - development files
10139N/A%include default-depend.inc
10139N/A%include desktop-incorporation.inc
10139N/ARequires: SUNWPython
10139N/A
10139N/A%prep
11338N/A%setup -q -c -n %name-%version
11338N/Acd Python-%{version}
11338N/A%patch1 -p1
11338N/A%patch2 -p1
11338N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%patch6 -p1
10139N/A%patch7 -p1
10139N/A%patch8 -p1
10139N/A%patch9 -p1
10139N/A%patch10 -p1
10139N/A%patch11 -p1
12773N/A%patch12 -p1
12773N/A%patch13 -p1
12773N/A%patch14 -p1
12773N/A#%patch15 -p1
12773N/A%patch16 -p1
10139N/A%patch17 -p1
10139N/A%patch18 -p1
10139N/Acd ..
10139N/A
10139N/Aecho fixing python binary name/path in python scripts:
10139N/Acat > %{_builddir}/%name-%version/is_python_script <<EOF
10139N/A#!/bin/sh
10139N/A
10139N/Ahead -1 \$1 | egrep -s '^#!.*python$'
10139N/AEOF
10139N/Achmod +x %{_builddir}/%name-%version/is_python_script
10139N/A
10139N/Acat > %{_builddir}/%name-%version/set_python_interpreter <<EOF
15528N/A#!/bin/bash
10139N/Ainterp=\$1
10139N/Afname=\$2
10139N/Aline1=\$(head -1 \$fname)
10139N/Aecho "Changing '\$line1' to '\$interp' (\$fname)";
11338N/Achmod u+w \$fname
11338N/Ased -e "1s,^#!.*,#! \$interp," \$fname > \$fname.update-interp && \
10139N/A cat \$fname.update-interp > \$fname && \
10139N/A rm -f \$fname.update-interp || \
10139N/A echo WARNING: set_python_interpreter failed for \$fname
10139N/AEOF
10139N/Achmod +x %{_builddir}/%name-%version/set_python_interpreter
10139N/A
10139N/Afind Python-%{version} -type f -exec %{_builddir}/%name-%version/is_python_script {} \; -exec %{_builddir}/%name-%version/set_python_interpreter %{_bindir}/python2.4 {} \;
10139N/A
10139N/A%ifarch sparcv9 amd64
10139N/Acp -pr Python-%{version} Python-%{version}-64
10139N/A%endif
10139N/A
10139N/A%build
10139N/Acd Python-%{version}
10139N/Aautoheader
10139N/Aautoconf
10139N/Aexport DFLAGS=-32
10139N/Aexport CFLAGS="-I/usr/include/ncurses %optflags"
10139N/A./configure --prefix=%{_prefix} \
10139N/A --libdir=%{_libdir} \
10139N/A --mandir=%{_mandir} \
10139N/A --datadir=%{_datadir} \
10139N/A --infodir=%{_datadir}/info \
10139N/A --enable-shared \
10139N/A --disable-static %{?_with_pydebug}
10139N/A
10139N/A# These #define's break the build with gcc and cause problems when
10139N/A# building c99 compliant python modules
10139N/Aperl -pi -e 's/^(#define _POSIX_C_SOURCE.*)/\/* $1 *\//' pyconfig.h
10139N/Aperl -pi -e 's/^(#define _XOPEN_SOURCE.*)/\/* $1 *\//' pyconfig.h
10139N/Aperl -pi -e 's/^(#define _XOPEN_SOURCE_EXTENDED.*)/\/* $1 *\//' pyconfig.h
10139N/A
10139N/Amake
10139N/Acd ..
10139N/A
10139N/A%ifarch sparcv9 amd64
10139N/Acd Python-%{version}-64
10139N/A
10139N/Aexport CXXFLAGS="%cxx_optflags64"
10139N/Aexport CFLAGS="-I/usr/include/ncurses %optflags64"
10139N/Aexport CC="$CC %optflags64"
15858N/Aexport CXX="$CXX %cxx_optflags64"
15858N/Aexport DFLAGS=-64
15858N/A
15772N/Aautoheader
15772N/Aautoconf
15759N/A./configure --prefix=%{_prefix} \
15764N/A --libdir=%{_libdir}/%{_arch64} \
15764N/A --mandir=%{_mandir} \
15764N/A --datadir=%{_datadir} \
15764N/A --infodir=%{_datadir}/info \
15759N/A --enable-shared \
15693N/A --disable-static %{?_with_pydebug}
15693N/A
15624N/A# These #define's break the build with gcc and cause problems when
15624N/A# building c99 compliant python modules
15528N/Aperl -pi -e 's/^(#define _POSIX_C_SOURCE.*)/\/* $1 *\//' pyconfig.h
15528N/Aperl -pi -e 's/^(#define _XOPEN_SOURCE.*)/\/* $1 *\//' pyconfig.h
15528N/Aperl -pi -e 's/^(#define _XOPEN_SOURCE_EXTENDED.*)/\/* $1 *\//' pyconfig.h
15528N/A
15448N/Amake
15448N/A%endif
15301N/A
15301N/A%install
15291N/A[ "$RPM_BUILD_ROOT" != "" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
15291N/A%ifarch sparcv9 amd64
15275N/Acd Python-%{version}-64
15275N/Amake install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir}/%{_arch64}
14464N/Arm -f $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/idle
14464N/Arm -f $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/pydoc
14185N/Arm -f $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/smtpd.py
14185N/Acd ..
14188N/A%endif
14123N/A
14123N/Acd Python-%{version}
14123N/Amake install DESTDIR=$RPM_BUILD_ROOT
14038N/Amkdir -p $RPM_BUILD_ROOT%{_prefix}/demo/python
14038N/Amv $RPM_BUILD_ROOT%{_bindir}/smtpd.py $RPM_BUILD_ROOT%{_prefix}/demo/python/
13925N/A
13925N/A# the pycc script is a C/C++ compiler wrapper to be used in
13925N/A# the distutils Makefile
13761N/Ainstall -m 755 -D pycc $RPM_BUILD_ROOT%{_libdir}/python2.4/pycc
13767N/A(cd $RPM_BUILD_ROOT%{_libdir}/python2.4; ln -s pycc pyCC)
13767N/Aperl -pi -e 's|^(CC=\s*)/.*$|$1%{_libdir}/python2.4/pycc|' \
13767N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13767N/Aperl -pi -e 's|^(CXX=\s*)/.*$|$1%{_libdir}/python2.4/pyCC|' \
13767N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13761N/Aperl -pi -e 's|^(INSTALL=\s*)/.*$|$1install|' \
13754N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13754N/Aperl -pi -e 's|^(OPT=\s*).*$|$1-DNDEBUG|' \
13692N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13692N/Aperl -pi -e 's|^(RUNSHARED=\s*).*$|$1|' \
13639N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13639N/Aperl -pi -e "s|^(CONFIG_ARGS=\s*.*'CC=)[^']*('.*)\$|\$1%{_libdir}/python2.4/pycc\$2|" \
13639N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13639N/Aperl -pi -e "s|^(CONFIG_ARGS=\s*.*'CFLAGS=)[^']*('.*)\$|\$1\$2|" \
13639N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13621N/Aperl -pi -e "s|^(CONFIG_ARGS=\s*.*'CPP=)[^']*('.*)\$|\$1%{_libdir}/python2.4/pycc -E\$2|" \
13621N/A $RPM_BUILD_ROOT%{_libdir}/python2.4/config/Makefile
13621N/A
13499N/A# search for vendor packages in /usr/lib/python<version>/vendor-packages
13499N/Aecho "import site; site.addsitedir('%{_libdir}/python2.4/vendor-packages')" \
13498N/A > $RPM_BUILD_ROOT%{_libdir}/python2.4/site-packages/vendor-packages.pth
13498N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/python2.4/vendor-packages
13416N/A
13416N/Acd $RPM_BUILD_ROOT%{_bindir} && rm python && ln -s python2.4 python
13313N/A
13313N/A# delete stuff that doesn't build/work on Solaris:
13299N/Arm $RPM_BUILD_ROOT%{_libdir}/python?.?/config/lib*.a
13299N/Arm -r $RPM_BUILD_ROOT%{_libdir}/python?.?/bsddb
13274N/A
13274N/Aecho deleting pyo files
13261N/Afind $RPM_BUILD_ROOT -name '*.pyo' -exec rm {} \;
13261N/A
13103N/Ainstall -m 755 %SOURCE1 $RPM_BUILD_ROOT%{_libdir}/python2.4/test/
13103N/Ainstall -m 755 %SOURCE2 $RPM_BUILD_ROOT%{_libdir}/python2.4/test/
12988N/Ainstall -m 755 %SOURCE3 $RPM_BUILD_ROOT%{_libdir}/python2.4/test/
12988N/A
12933N/Acd $RPM_BUILD_ROOT%{_bindir}
12933N/Arm python
12933N/A
12571N/Amkdir -p %{base_isa}
12571N/Amv python2.4 %{base_isa}/isapython2.4
12466N/Aln -s %{base_isa}/isapython2.4 python2.4
12466N/A
12413N/A%ifarch amd64 sparcv9
12413N/Acd %{_arch64}
12413N/Amv python2.4 isapython2.4
12401N/Aln -s isapython2.4 python2.4
12401N/Arm python
12387N/Acd ..
12387N/A%endif
12370N/A
12370N/Aln -s ../lib/isaexec isapython2.4
12287N/A
12287N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
12227N/A
12227N/A%clean
12219N/Arm -rf $RPM_BUILD_ROOT
12219N/A
12071N/A%files
12071N/A%defattr (-, root, bin)
12022N/A%dir %attr (0755, root, bin) %{_bindir}
12022N/A%{_bindir}/idle
11922N/A%{_bindir}/pydoc
11922N/A%{_bindir}/python2.4
11819N/A%{_bindir}/%{base_isa}/isapython2.4
11821N/A%hard %{_bindir}/isapython2.4
11416N/A%{_prefix}/demo/python/smtpd.py
11418N/A%dir %attr (0755, root, bin) %{_libdir}
11338N/A%{_libdir}/python?.?/LICENSE.txt
11338N/A%{_libdir}/python?.?/*.py*
11253N/A%{_libdir}/python?.?/*.doc
11253N/A%{_libdir}/python?.?/compiler
11172N/A%{_libdir}/python?.?/email
11172N/A%{_libdir}/python?.?/encodings
11118N/A%{_libdir}/python?.?/hotshot
11118N/A%{_libdir}/python?.?/idlelib
11087N/A%{_libdir}/python?.?/lib-dynload
11087N/A%{_libdir}/python?.?/lib-old
11087N/A%{_libdir}/python?.?/lib-tk
11073N/A%{_libdir}/python?.?/logging
11067N/A%{_libdir}/python?.?/plat-*
11067N/A%{_libdir}/python?.?/site-packages
11060N/A%{_libdir}/python?.?/vendor-packages
11060N/A%{_libdir}/python?.?/xml
11025N/A%{_libdir}/python?.?/curses
11025N/A%{_libdir}/lib*.so*
11025N/A%ifarch sparcv9 amd64
10986N/A%dir %attr(0755, root, bin) %{_libdir}/%{_arch64}
10988N/A%{_libdir}/%{_arch64}/lib*.so*
10980N/A%dir %attr(0755, root, bin) %{_bindir}/%{_arch64}
10980N/A%{_bindir}/%{_arch64}/*
10917N/A%endif
10917N/A%dir %attr(0755, root, sys) %{_datadir}
10815N/A%dir %attr(0755, root, bin) %{_mandir}
10815N/A%dir %attr(0755, root, bin) %{_mandir}/*
10794N/A%{_mandir}/*/*
10794N/A
10794N/A%files devel
10742N/A%defattr (-, root, bin)
10742N/A%dir %attr (0755, root, bin) %{_includedir}
10640N/A%{_includedir}/*
10640N/A%{_libdir}/python?.?/config
10613N/A%{_libdir}/python?.?/distutils
10613N/A%{_libdir}/python?.?/test
10473N/A%{_libdir}/python?.?/py[cC][cC]
10474N/A
10406N/A%changelog
10406N/A* Fri Mar 11 2011 - brian.cameron@oracle.com
10406N/A- Remove /usr/sfw/bin/python symlink. Now moved to SUNWPython26.spec.
10283N/A* Thu Dec 3 2009 - laca@sun.com
10283N/A- delete /usr/bin/python, it now points to python2.6 and is delivered in the
10139N/A SUNWPython26 package
10139N/A* Tue Dec 1 2009 - laca@sun.com
10139N/A- add a nicer fix for the netpacket/packet.h build issue
10139N/A* Wed Nov 25 2009 - christian.kelly@sun.com
10139N/A- Add Python-18-disable-netpacket_h.diff. From snv_127 we have netpacket.h,
10139N/A which is incompatible with this verion python. The socket module silently
10139N/A fails ot build.
10139N/A* Tue Jul 21 2009 - abhijit.nath@sun.com
10139N/A- bump to 2.4.6 (also fixes 6853618)
10139N/A* Thu Mar 12 2009 - ke.wang@sun.com
10139N/A* change bugdb to http://bugs.python.org/issue
10139N/A* Fri Jan 23 2009 - laca@sun.com
10139N/A- add patch cflags.diff, fixes 6792612
10139N/A* Fri Nov 28 2008 - takao.fujiwara@sun.com
10139N/A- add patch encoding-alias.diff for Solaris encodings.
10139N/A* Thu Nov. 25 2008 - hua.zhang@sun.com
10139N/A- add patch webbrowser.diff
10139N/A* Thu Aug 28 2008 - laca@sun.com
10139N/A- add patch dlpi.diff
10139N/A* Fri Jun 20 2008 - laca@sun.com
10139N/A- add patch gethostname.diff, fixes 6614467
10139N/A- implement isapython, fixes 6705899
10139N/A* Fri May 23 2008 - laca@sun.com
10139N/A- use a separate option, --with-pydebug for enabling python debug, because
10139N/A it breaks modules built with non-debug python
10139N/A* Thu Apr 10 2008 - laca@sun.com
10139N/A- add patch ucred.diff that implement the ucred python module as per
10139N/A PSARC/2008/243
10139N/A* Fri Sep 28 2007 - laca@sun.com
10139N/A- add option to build with FOX X libs
10139N/A* Wed Aug 8 2007 - laca@sun.com
10139N/A- add patch shared-expat.diff, fixes 6531456
10139N/A* Tue Mar 27 2007 - laca@sun.com
10139N/A- set DFLAGS to fix phelper.d build
10139N/A* Wed Mar 23 2007 - laca@sun.com
10139N/A- add patches dtrace.diff and pty-leak.diff
10139N/A* Wed Mar 15 2007 - dougs@truemail.co.th
10139N/A- Removed CC64. Not needed anymore
10139N/A* Mon Feb 5 2007 - laca@sun.com
10139N/A- add --with-pydebug configure option if --with-debug option (of pkgbuild)
10139N/A is used
10139N/A* Mon Feb 5 2007 - laca@sun.com
10139N/A- restore some rm lines in %install that were accidentally deleted when
10139N/A I removed Python 2.3
10139N/A* Mon Feb 5 2007 - damien.carbery@sun.com
10139N/A- Delete bsddb files if SUNWevolution-bdb-devel is not installed.
10139N/A* Sun Feb 4 2007 - laca@sun.com
10139N/A- remove python 2.3 as per PSARC/2006/666
10139N/A- define bsddb subpkg which gets built if SUNWevolution-bdb-devel is
10139N/A installed
10139N/A* Tue Dec 05 2006 - damien.carbery@sun.com
10139N/A- Remove "-j$CPUS" from 'make' calls to fix (parallel) build errors.
10139N/A* Sat Nov 4 2006 - laca@sun.com
10139N/A- bump to 2.4.4. (also fixes 6483597)
10139N/A- add the curses module to %files
10139N/A* Tue Oct 3 2006 - laca@sun.com
10139N/A- add patch Python-06-write_compiled_module-atomic.diff, fixes 6463378
10139N/A- make the patches not create .patch<n> backup files because some of them
10139N/A ended up in the packages
10139N/A- fix the path to the python interpreter in the .py files before they
10139N/A are compiled, fixes 6469243;
10139N/A* Mon Sep 18 2006 - laca@sun.com
10139N/A- 64-bit python changes
10139N/A- Python-01-solaris-lib-dirs.diff: (update) merge for 2.4.3 and fix ssl
10139N/A libdir part so that it uses a 64-bit libdir when built in 64-bit mode
10139N/A- Python-02-pycc.diff: (update) reset IFS correctly; use = not ==;
10139N/A add some hacks at the bottom to use the right gcc options, so 64-bit
10139N/A can build
10139N/A- Python-03-distutils-pycc.diff: force using pycc/pyCC so that CC/CXX
10139N/A CFLAGS/LDFLAGS are picked up from the environment
10139N/A- Python-04-distutils-log.diff: fix log.info commands so that they work
10139N/A when the '%' char appears in a compiler flags
10139N/A- Python-05-isalibs.diff: (new) make .so's be generated as foo.so,
10139N/A 64/foo.so; some really nasty fixes to pyconfig.h: we cannot use the
10139N/A compile-time version of SIZEOF, so we hack them in using _LP64.
10139N/A We use PY_CHECK_SIZEOF to avoid autoconf automatically adding them
10139N/A to pyconfig.h; in the Makefile, make python obey libdir for libpython,
10139N/A but still put the generic stuff in /usr/lib/python2.4
10139N/A (not /usr/lib/amd64/python2.4...)
10139N/A* Fri Jul 21 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.4.3.
10139N/A* Tue Jun 20 2006 - damien.carbery@sun.com
10139N/A- Add BuildRequires of the openssl libraries package (already a 'Requires').
10139N/A* Tue May 09 2006 - laca@sun.com
10139N/A- merge -share pkg(s) into the base pkg(s)
10139N/A* Sun Oct 30 2005 - laca@sun.com
10139N/A- change interpreter in python scripts to full path to the appropriate
10139N/A version (/usr/bin/python2.4 or /usr/sfw/bin/python2.3), fixes 6318475
10139N/A- set the C/C++ compiler in the distutils Makefile to the pycc/pyCC
10139N/A wrapper scripts, fixes 6247860
10139N/A* Fri Oct 28 2005 - laca@sun.com
10139N/A- update to 2.4.2
10139N/A- build shared libpython and remove the static one, fixes 6199942
10139N/A- remove XOPEN/POSIX defines from pyconfig.h: fixes 6240077
10139N/A- add missing dependencies, fixes 6318436
10139N/A* Tue Sep 27 2005 - laca@sun.com
10139N/A- omit some unnecessary compiler flags
10139N/A- remove .pyo files
10139N/A- add a pth file to site-packages that tells python to search for modules
10139N/A in the vendor-packages directory too
10139N/A- change default permissions to root:bin.
10139N/A* Wed Oct 19 2005 - damien.carbery@sun.com
10139N/A- Add another missing runtime dependency, SUNWlibmsr, fixes 6208617.
10139N/A- Move Pyrex to SUNWPython-extra.spec file.
10139N/A* Tue Sep 20 2005 - laca@sun.com
10139N/A- move python 2.4.1 to /usr and keep python 2.3 in /usr/sfw for backcompat
10139N/A- omit -xregs=no%frameptr as it breaks the build
10139N/A* Fri Aug 26 2005 - laca@sun.com
10139N/A- update to 2.4.1
10139N/A* Tue Aug 02 2005 - laca@sun.com
10139N/A- added SUNWsfwhea build dependency needed for expat headers
10139N/A* Tue Aug 02 2005 - damien.carbery@sun.com
10139N/A- Add SUNWlexpt dependency as the Expat library is required for building.
10139N/A* Fri Jul 29 2005 - damien.carbery@sun.com
10139N/A- Add missing runtime dependencies, fixes 6208617.
10139N/A* Sun Nov 14 2004 - laca@sun.com
10139N/A- add /usr/sfw/lib to RPATH
10139N/A* Fri Oct 22 2004 - laca@sun.com
10139N/A- remove bsddb bits (won't work without bsd db itself), fixes 6176600
10139N/A* Sat Oct 02 2004 - laca@sun.com
10139N/A- added %pkgbuild_postprocess
10139N/A* Sat Sep 18 2004 - laca@sun.com
10139N/A- move to /usr/sfw
10139N/A* Tue Jun 22 2004 - shirley.woo@sun.com
10139N/A- changed install location to /usr/lib and /usr/bin
10139N/A* Fri Mar 05 2005 - Niall.Power@sun.com
10139N/A- remove package root def'n
10139N/A* Thu Mar 04 2004 - Niall.Power@sun.com
10139N/A- initial version added to CVS
10139N/A
10139N/A
10139N/A
10139N/A
10139N/A