diff --git a/.cvsignore b/.cvsignore index b6b53a8..f83d1ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ Bit-Vector-6.3.tar.gz +Bit-Vector-6.4.tar.gz diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 0ffb697..18f698f 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,13 +1,14 @@ Name: perl-Bit-Vector -Version: 6.3 -Release: 4 +Version: 6.4 +Release: 1 Summary: A module for high-performance Perl manipulation of bit vectors. License: distributable Group: Development/Libraries URL: http://search.cpan.org/search?mode=module&query=Bit%3a%3aVector BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl >= 0:5.00503 -Source0: Bit-Vector-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Bit::Vector is an efficient C library which allows you to handle bit @@ -34,6 +35,8 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT make install +[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress + find $RPM_BUILD_ROOT/usr -type f -print | \ sed "s@^$RPM_BUILD_ROOT@@g" | \ grep -v perllocal.pod | \ @@ -52,8 +55,8 @@ find $RPM_BUILD_ROOT/usr -name perllocal.pod -o -name 'Carp::Clan.3pm*' \ %defattr(-,root,root) %changelog -* Wed Mar 30 2005 Warren Togami -- remove brp-compress +* Thu Mar 31 2005 Warren Togami 6.4-1 +- 6.4 * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 757cc67..9e592e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b2bd3bf6fe5b0de4cbeaf0621b969f5 Bit-Vector-6.3.tar.gz +681433ff4f0b4da95dc5c560b7f5cc31 Bit-Vector-6.4.tar.gz