head 1.2; access; symbols RPM_4_2_1:1.1.1.1 RPM_4_2:1.1.1.1 RPM_4_1_1:1.1.1.1 RPM_4_1:1.1.1.1 RPM:1.1.1; locks; strict; comment @# @; 1.2 date 2008.01.02.10.04.10; author rse; state dead; branches; next 1.1; commitid z4cpSiAhOCXk5PLs; 1.1 date 2002.07.31.15.15.00; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.07.31.15.15.00; author rse; state Exp; branches; next ; desc @@ 1.2 log @remove the ancient RPM 4.2.1 source tree copy @ text @#!/bin/sh ulimit -c 0 cd `rpm --eval %{_builddir}` filelist=`sed "s/['\"]/\\\&/g"` if [ -f __rpm_noautoprovfiles ] ; then for i in `cat __rpm_noautoprovfiles`; do filelist=`echo $filelist | sed "s![[:space:]]*$i[[:space:]]*!!g"` done fi echo $filelist|/usr/lib/rpm/find-provides provides_php=`echo $filelist | xargs /usr/lib/rpm/php.prov` if [ -f __rpm_noautoprov ] ; then for i in `cat __rpm_noautoprov`; do provides_php=`echo $provides_php | sed "s!\<$i[[:space:]]*!!g"` done fi echo "$provides_php" @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import: RPM 4.1 @ text @@