openpkg/openpkg.spec

changeset 250
bda4f5eec616
parent 14
0cd2ee160ef5
child 252
9d0b02bc6494
     1.1 --- a/openpkg/openpkg.spec	Wed May 19 13:23:54 2010 +0200
     1.2 +++ b/openpkg/openpkg.spec	Fri Aug 27 14:56:07 2010 +0200
     1.3 @@ -39,21 +39,21 @@
     1.4  #   o any cc(1)
     1.5  
     1.6  #   the package version/release
     1.7 -%define       V_openpkg  20090106
     1.8 +%define       V_openpkg  20100826
     1.9  
    1.10  #   the used software versions
    1.11  %define       V_rpm      4.2.1
    1.12 -%define       V_zlib     1.2.3
    1.13 -%define       V_bzip2    1.0.4
    1.14 +%define       V_zlib     1.2.5
    1.15 +%define       V_bzip2    1.0.5
    1.16  %define       V_beecrypt 4.1.2
    1.17 -%define       V_curl     7.17.1
    1.18 -%define       V_make     3.81
    1.19 -%define       V_gzip     1.3.12
    1.20 +%define       V_curl     7.21.1
    1.21 +%define       V_make     3.82
    1.22 +%define       V_gzip     1.4
    1.23  %define       V_gzip_r   1.13
    1.24 -%define       V_patch    2.5.9
    1.25 -%define       V_tar      1.19
    1.26 +%define       V_patch    2.6.1
    1.27 +%define       V_tar      1.23
    1.28  %define       V_bash     3.2
    1.29 -%define       V_uuid     1.6.0
    1.30 +%define       V_uuid     1.6.2
    1.31  %define       V_config   20060923
    1.32  %define       V_registry 1.1.3
    1.33  %define       V_perl     5.10.0
    1.34 @@ -75,7 +75,7 @@
    1.35  Release:      %{V_openpkg}
    1.36  
    1.37  #   list of sources
    1.38 -Source0:      ftp://alpha.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz
    1.39 +Source0:      ftp://ftp.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz
    1.40  Source1:      ftp://ftp.cwru.edu/pub/bash/bash-%{V_bash}.tar.gz
    1.41  Source2:      ftp://ftp.gnu.org/gnu/make/make-%{V_make}.tar.gz
    1.42  Source3:      ftp://ftp.gnu.org/gnu/tar/tar-%{V_tar}.tar.gz
    1.43 @@ -84,6 +84,7 @@
    1.44  Source6:      ftp://ftp.openpkg.org/sources/CPY/openpkg-tools/openpkg-tools-%{V_tools}.tar.gz
    1.45  Source7:      ftp://ftp.openpkg.org/sources/CPY/openpkg/gzip-%{V_gzip}-openpkg-r%{V_gzip_r}.tar
    1.46  Source8:      ftp://ftp.openpkg.org/sources/CPY/openpkg/gzip-%{V_gzip}.tar
    1.47 +Source8:      ftp://ftp.gnu.org/gnu/gzip/gzip-%{V_gzip}.tar
    1.48  Source9:      ftp://ftp.openpkg.org/sources/CPY/openpkg/openpkg-executable-%{V_exec}.tar.gz
    1.49  Source10:     ftp://ftp.openpkg.org/sources/CPY/openpkg/rpm-%{V_rpm}.tar.gz
    1.50  Source11:     ftp://ftp.openpkg.org/sources/CPY/perl/perl-%{V_perl}-mini.tar.gz
    1.51 @@ -527,7 +528,6 @@
    1.52        case $plid in
    1.53            Darwin/* ) echo "gzip_cv_assembler=no" >>config.cache ;;
    1.54        esac
    1.55 -      sh $shtool subst -e 's/futimens/gzip_&/' gzip.c lib/utimens.[ch]
    1.56        CC="${l_cc}" \
    1.57        GREP="grep" \
    1.58        ./configure \
    1.59 @@ -563,7 +563,7 @@
    1.60            --cache-file=./config.cache \
    1.61            --disable-largefile
    1.62        ${l_make} || exit $?
    1.63 -      ( mv patch ..; ${l_make} clean || true; mv ../patch . ) || exit $?
    1.64 +      ( mv src/patch ..; ${l_make} clean || true; mv ../patch . ) || exit $?
    1.65      ) || exit $?
    1.66      l_patch="`pwd`/patch-%{V_patch}/patch"; export l_patch
    1.67      echo "l_patch=\"$l_patch\"; export l_patch" >>.buildenv

mercurial