From 07d53e09ada05be6758470095a3e74536ba8dd96 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:24:57 +0000 Subject: [PATCH] auto-import perl-XML-Parser-2.31-13 from perl-XML-Parser-2.31-13.src.rpm --- perl-XML-Parser.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 |