specs/SUNWPython26.spec
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 20077 57e492d904be
equal deleted inserted replaced
22230:36815743c77a 22234:c23e64da3e06
    89 Patch19:                 Python26-19-ext-stdio.diff
    89 Patch19:                 Python26-19-ext-stdio.diff
    90 # date:2010-03-27 owner:laca type:feature bugster:6936333
    90 # date:2010-03-27 owner:laca type:feature bugster:6936333
    91 Patch20:                 Python26-20-py_db.diff
    91 Patch20:                 Python26-20-py_db.diff
    92 # date:2010-09-08 owner:gheet type:feature bugster:6853801
    92 # date:2010-09-08 owner:gheet type:feature bugster:6853801
    93 Patch21:                 Python26-21-getpass.diff
    93 Patch21:                 Python26-21-getpass.diff
       
    94 # date:2011-11-29 owner:rohinis type:bug bugster:7085446
       
    95 Patch22:                Python26-22-audio.diff 
    94 
    96 
    95 %include default-depend.inc
    97 %include default-depend.inc
    96 BuildRequires: SUNWTk
    98 BuildRequires: SUNWTk
    97 BuildRequires: SUNWTcl
    99 BuildRequires: SUNWTcl
    98 BuildRequires: SUNWlexpt
   100 BuildRequires: SUNWlexpt
   143 %patch17 -p1
   145 %patch17 -p1
   144 %patch18 -p1 -b .readline
   146 %patch18 -p1 -b .readline
   145 %patch19 -p1
   147 %patch19 -p1
   146 %patch20 -p1
   148 %patch20 -p1
   147 %patch21 -p1
   149 %patch21 -p1
       
   150 %patch22 -p1
   148 cd ..
   151 cd ..
   149 
   152 
   150 echo fixing python binary name/path in python scripts:
   153 echo fixing python binary name/path in python scripts:
   151 cat > %{_builddir}/%name-%version/is_python_script <<EOF
   154 cat > %{_builddir}/%name-%version/is_python_script <<EOF
   152 #!/bin/sh
   155 #!/bin/sh
   440 %{_libdir}/python?.?/lib2to3
   443 %{_libdir}/python?.?/lib2to3
   441 %{_libdir}/python?.?/test
   444 %{_libdir}/python?.?/test
   442 %{_libdir}/python?.?/py[cC][cC]
   445 %{_libdir}/python?.?/py[cC][cC]
   443 
   446 
   444 %changelog
   447 %changelog
       
   448 * Tue Nov 29 2011 - [email protected]
       
   449 - add patch audio.diff, fixes 7085446
   445 * Tue Jun 08 2010 - [email protected]
   450 * Tue Jun 08 2010 - [email protected]
   446 - Updated BuildRequires to fit SourceJuicer.
   451 - Updated BuildRequires to fit SourceJuicer.
   447 * Wed Dec 23 2009 - [email protected]
   452 * Wed Dec 23 2009 - [email protected]
   448 - delete duplicate python-config from SUNWPython26, fixes 6912575
   453 - delete duplicate python-config from SUNWPython26, fixes 6912575
   449 * Thu Dec 17 2009 - [email protected]
   454 * Thu Dec 17 2009 - [email protected]