#!/usr/bin/perl -w push @SPECHOOKS, sub { my ($spec) = @_; $spec->get_section('package','')->exclude('^Distribution:'); }; 1;