From 9257e3356ec010171203d275e572b64013b09879 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:20:13 +0000 Subject: [PATCH] auto-import perl-URI-1.21-7 from perl-URI-1.21-7.src.rpm --- perl-URI.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-URI.spec b/perl-URI.spec index e0720da..ffe8c5a 100644 --- a/perl-URI.spec +++ b/perl-URI.spec @@ -1,7 +1,9 @@ +%define _use_internal_dependency_generator 0 + Summary: A Perl module implementing URI parsing and manipulation. Name: perl-URI Version: 1.21 -Release: 3 +Release: 7 License: distributable Group: Applications/CPAN Source0: URI-%{version}.tar.gz @@ -37,6 +39,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 | @@ -48,7 +52,7 @@ fi %files -f URI-%{version}-filelist %defattr(-,root,root) -%dir %{_libdir}/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/URI +%dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/URI %changelog * Tue Aug 6 2002 Chip Turner