]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- small stupid fix
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 24 Jun 2002 13:00:29 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-php-provides -> 1.3
    rpm-php-requires -> 1.4

rpm-php-provides
rpm-php-requires

index 5f352dd7b092dc47b396005c3ad084046c1bc015..55f3fb412021fc3955b1d9ce1933ba7671bb1947 100644 (file)
@@ -11,7 +11,7 @@ for i in $filelist; do
                j=`cat $i |egrep -i "^Class" |cut -f 2 -d " "`
                if [ -n "$j" ]; then
                        for p in $j; do
-                               echo "Provides: pear($p)"
+                               echo "pear($p)"
                        done
                        j=""
                fi
index ed89dc11dd2dde0412354911611548e904a8203e..20d51082a0b117c8423d8af45b3ad9484d9aa090 100644 (file)
@@ -10,7 +10,7 @@ for i in `echo $@`; do
                j=`cat $i |grep -i ^require_once|egrep -v "^ \*"|sed -e "s/['|\"]//" |cut -f 2 -d " "|sed -e "s/\//_/"|cut -f 1 -d "."`
                if [ -n "$j" ]; then
                        for p in $j; do
-                               echo "Requires: pear($p)"
+                               echo "pear($p)"
                        done
                        j=""
                fi
This page took 0.042649 seconds and 4 git commands to generate.