Ver código fonte

switch to new world order

Ralf S. Engelschall 22 anos atrás
pai
commit
227e0a19ff
2 arquivos alterados com 8 adições e 8 exclusões
  1. 4 4
      newt/newt.spec
  2. 4 4
      tsmc/tsmc.spec

+ 4 - 4
newt/newt.spec

@@ -38,7 +38,7 @@ Class:        PLUS
 Group:        Terminal
 License:      LGPL
 Version:      %{V_major}.%{V_minor}
-Release:      20040212
+Release:      20040217
 
 #   list of sources
 Source0:      ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/newt-%{V_major}-%{V_minor}.src.rpm
@@ -48,8 +48,8 @@ Patch0:       newt.patch
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040212, slang, popt, gcc
-PreReq:       OpenPKG, openpkg >= 20040212, slang
+BuildPreReq:  OpenPKG, openpkg >= 20040217, slang, popt, gcc
+PreReq:       OpenPKG, openpkg >= 20040217, slang
 AutoReq:      no
 AutoReqProv:  no
 
@@ -70,7 +70,7 @@ AutoReqProv:  no
 %prep
     #   unpack and patch distribution
     %setup -q -c -T
-    %{l_prefix}/bin/rpm2cpio %{SOURCE0} | cpio -idvmu
+    %{l_rpm2cpio} %{SOURCE0} | cpio -idvmu
     %{l_gzip} -d -c newt-%{V_major}.tar.gz | %{l_tar} xf -
     %patch -p0 -d newt-%{V_major}
     chmod u+r newt-%{V_major}/*.orig

+ 4 - 4
tsmc/tsmc.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        System
 License:      Commercial
 Version:      5.1.6.2
-Release:      20040203
+Release:      20040217
 
 #   list of sources
 Source0:      ftp://service.boulder.ibm.com/storage/tivoli-storage-management/patches/client/v5r1/Linux/Linux86/v516/TIVsm-BA.i386.rpm
@@ -49,8 +49,8 @@ Source5:      rc.tsmc
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130
-PreReq:       OpenPKG, openpkg >= 20040130
+BuildPreReq:  OpenPKG, openpkg >= 20040217
+PreReq:       OpenPKG, openpkg >= 20040217
 AutoReq:      no
 AutoReqProv:  no
 
@@ -84,7 +84,7 @@ AutoReqProv:  no
     #   unpack the corresponding binary only
     case "%{l_platform -t}" in
         *-freebsd* | *-linux* )
-            %{l_prefix}/bin/rpm2cpio %{SOURCE0} | cpio -idmu
+            %{l_rpm2cpio} %{SOURCE0} | cpio -idmu
             mv opt/tivoli/tsm/client root
             ;;
         *-sunos* )