diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 9c618ae..adf4f87 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,6 +1,6 @@ Name: perl-Bit-Vector Version: 6.1 -Release: 28 +Release: 30 Summary: A module for high-performance Perl manipulation of bit vectors. License: distributable Group: Development/Libraries @@ -47,10 +47,19 @@ if [ "$(cat Bit-Vector-%{version}-filelist)X" = "X" ] ; then exit -1 fi +find $RPM_BUILD_ROOT/usr -name perllocal.pod -o -name 'Carp::Clan.3pm*' \ + -o -path '*Carp/Clan*' -o -name .packlist | xargs rm -f + %files -f Bit-Vector-%{version}-filelist %defattr(-,root,root) %changelog +* Wed Jul 16 2003 Elliot Lee +- Rebuild, remove unpackaged files + +* Wed Jan 22 2003 Tim Powers +- rebuilt + * Thu Aug 15 2002 Chip Turner - file list fix for Clan stuff