Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Spiffy
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183028
------- Additional Comments From steve@silug.org 2006-02-28 15:42 EST ------- Ah, so to be more obvious to a perl person, would this be acceptable?
cat <<'END' > %{name}-prov #!/bin/sh %{__perl_provides} "$@" | sed -e '/^perl(DB)$/d' END %define __perl_provides %{_builddir}/Spiffy-%{version}/%{name}-prov chmod +x %{__perl_provides}
perl-devel@lists.fedoraproject.org