Hmm, perl-SOAP-Lite is not in the FE repositories, any reason for that? Has it been approved yet? (Cc'ing Jose as his name appears in the changelog.) Additionally, the chmod to examples/ is over-eager as it chmods dirs to 644 too and causes %doc to fail. Fix: diff -u -r1.1 perl-SOAP-Lite.spec --- perl-SOAP-Lite.spec 11 Apr 2005 22:42:45 -0000 1.1 +++ perl-SOAP-Lite.spec 4 Oct 2005 06:18:58 -0000 @@ -31,7 +31,7 @@ %patch0 -p1 # avoid dependencies -chmod 644 examples/* +find examples -type f | xargs chmod 644 %build
ping?
Build fixed in CVS, but not tagged nor no builds requested. Comments from Hunter or Jose still needed, see initial comment.
Cane we close this ticket?
Sorry, I'll close it. This is in FE now and I'm the current maintainer.
Thanks.