diff --git a/tsmc/tsmc.spec b/tsmc/tsmc.spec index 3d31b4a9f0..4ab5709fb6 100644 --- a/tsmc/tsmc.spec +++ b/tsmc/tsmc.spec @@ -32,12 +32,12 @@ Packager: The OpenPKG Project Distribution: OpenPKG [PRIV] Group: Converter License: Commercial -Version: 5.1.5.2 -Release: 20021125 +Version: 5.1.5.6 +Release: 20021222 # list of sources Source0: ftp://service.boulder.ibm.com/storage/tivoli-storage-management/patches/client/v5r1/Linux/Linux86/v515/TIVsm-BA.i386.rpm -Source1: ftp://service.boulder.ibm.com/storage/tivoli-storage-management/patches/client/v5r1/Solaris/v515/IP22545_2.tar.Z +Source1: ftp://service.boulder.ibm.com/storage/tivoli-storage-management/patches/client/v5r1/Solaris/v515/IP22545_6.tar.Z Source2: dsmexec Source3: dsm.sys Source4: dsm.opt @@ -65,11 +65,12 @@ AutoReqProv: no # unpack the corresponding binary only case "%{l_target}" in *-freebsd* | *-linux* ) - %{l_prefix}/bin/rpm2cpio %{SOURCE TIVsm-BA.i386.rpm} | cpio -idmu + %{l_prefix}/bin/rpm2cpio %{SOURCE0} | cpio -idmu mv opt/tivoli/tsm/client root ;; *-solaris* ) %{l_gzip} -d -c %{SOURCE IP22545_2.tar.Z} | %{l_tar} xf - + %{l_prefix}/bin/gzip -d -c %{SOURCE1} | %{l_prefix}/bin/tar xf - pkgtrans `pwd`/TIVsmCba.pkg `pwd` TIVsmCba mv TIVsmCba/reloc root ;;