Commit 1e980173 authored by Vitaly Lipatov's avatar Vitaly Lipatov

pkgrepl: fix comma after packagename

parent 0d42884a
......@@ -127,7 +127,7 @@ clean_pkgreq()
#echo "$i" | egrep "gcc\$|cpp\$|gcc-c++\$" >/dev/null && continue
echo "$i" | grep "[()<=>]" >/dev/null && continue
echo "$i" | grep "^ *[0-9]\.[0-9]" >/dev/null && continue
echo -n "$i "
echo -n "$i " | sed -e "s|,||g"
done | filter_strip_spaces
}
......
......@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt
%endif
Requires: libstdc++
BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildRequires: imake xorg-cf-files gccmakedep
BuildRequires: imake, xorg-cf-files gccmakedep
Source: %name.source
......
......@@ -22,7 +22,7 @@ check()
}
LISTBUILDDEP=`print_buildreq $SPECNAME`
check "BuildDep" "imake xorg-cf-files gccmakedep rpm-build-compat" "$LISTBUILDDEP"
check "BuildDep" "imake xorg-cf-files gccmakedep rpm-build-compat gcc4.1 gcc" "$LISTBUILDDEP"
echo -
LISTREQDEP=`print_pkgreq $SPECNAME`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment