diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec index 84e39cf..49a6bff 100644 --- a/perl-XML-Parser.spec +++ b/perl-XML-Parser.spec @@ -1,7 +1,7 @@ Summary: A low level Perl module for parsing XML either via trees or streaming. Name: perl-XML-Parser Version: 2.31 -Release: 12 +Release: 13 License: distributable Group: Applications/CPAN Source0: XML-Parser-%{version}.tar.gz @@ -42,6 +42,8 @@ make install [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress +find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \; + find $RPM_BUILD_ROOT/usr -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v perllocal.pod |