From 2e22f838cb6c082ba9cc8e0f73aa05ba4c36b687 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:12:01 +0000 Subject: [PATCH] auto-import perl-HTML-Parser-3.26-15 from perl-HTML-Parser-3.26-15.src.rpm --- perl-HTML-Parser.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 678e4cc..f940f18 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -4,7 +4,7 @@ Summary: A Perl module for parsing HTML. Name: %{name} Version: 3.26 -Release: 14 +Release: 15 License: GPL or Artistic Group: System Environment/Libraries Source: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/HTML/%{real_name}-%{version}.tar.gz @@ -32,6 +32,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 |