brp-cleanup: perl cleanup routines moved to rpm-build-perl

This commit is contained in:
Alexey Tourbin 2011-10-21 01:26:58 +04:00
parent 9243b431ff
commit 7dea69eca4
2 changed files with 5 additions and 19 deletions

View File

@ -113,7 +113,7 @@ Requires: alternatives >= 0.3.2
Requires: elfutils >= 0.143-alt1 Requires: elfutils >= 0.143-alt1
Requires: info-install >= 4.11 Requires: info-install >= 4.11
Requires: pkgconfig-reqprov pkgconfig-recursion Requires: pkgconfig-reqprov pkgconfig-recursion
Requires: rpm-build-perl >= 0.6.2 Requires: rpm-build-perl >= 0.76
Requires: rpm-build-python >= 0.31 Requires: rpm-build-python >= 0.31
Conflicts: rpm-build-tcl <= 0.2 Conflicts: rpm-build-tcl <= 0.2
Conflicts: rpm-build-mono <= 1.0 Conflicts: rpm-build-mono <= 1.0

View File

@ -84,21 +84,7 @@ s,\([[:space:]]\)required[[:space:]]\+pam_stack.so[[:space:]]\+service=,\1substa
' -- ' --
fi fi
# All the rest is perl cleanup stuff. # Run ancillary cleanup methods.
for f in @RPMCONFIGDIR@/*.clean; do
set -- ./usr/*/perl5/ "$f"
[ -d "$1" ] || exit 0 done
find "$@" -type f -name .packlist -print0 |
xargs -r0 rm -vf --
find "$@" -type f -name \*.bs -size 0 -print0 |
xargs -r0 rm -vf --
f="$(find "$@" -type f -name \*.bs)"
if [ -n "$f" ]; then
echo "$PROG: non empty *.bs file(s) found:"
printf %s\\n "$f"
echo "$PROG: please contact packager"
exit 1
fi