On Fri, 2005-07-01 at 10:32 +0100, Paul Howarth wrote:- I'd put %check after %install rather than after %clean, so that builds on rpm versions not supporting %check could still work.
I verified it works on FC3 and FC4 + inside of mock on FC4.
I don't see a license issue. Want.pm contains:
Copyright (c) 2001-2003, Robin Houston. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
This is the standard perl license as being used by the perl package in FC: # rpm -q --qf '%{LICENSE}\n' perl Artistic or GPL
Paul.