[Bug 166203] Review Request: perl-Maypole : MVC web application framework

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 7 15:33:47 UTC 2005


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-Maypole : MVC web application framework


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166203





------- Additional Comments From tcallawa at redhat.com  2005-10-07 11:33 EST -------
Ok, works for me. -3 removes the Maypole-Plugin-Session source and build, uses
the upstream SVN fix instead.

The only remaining issue I hit was that RPM is again seeing perl(mod_perl) as a
dependency (scooping it up from Apache/MVC.pm). My obvious choices are to patch
out the mod_perl call as I did before, or to grep out that dependency.

This time, I chose to grep out that dependency:

cat > filter_depends.sh <<EOF
#!/bin/sh
/usr/lib/rpm/find-requires.perl $* | grep -v 'perl(mod_perl)'
EOF
chmod +x filter_depends.sh

%define __find_requires %{_builddir}/Maypole-%{version}/filter_depends.sh
%define _use_internal_dependency_generator 0

New SRPM:
http://www.auroralinux.org/people/spot/review/Maypole/perl-Maypole-2.10-3.src.rpm

New SPEC:
http://www.auroralinux.org/people/spot/review/Maypole/perl-Maypole.spec

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list