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