From 1eb7e91422c615862b056617746b544e404aba81 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:02:09 +0000 Subject: [PATCH] auto-import perl-Bit-Vector-6.1-24 from perl-Bit-Vector-6.1-24.src.rpm --- perl-Bit-Vector.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 4852a73..06919ff 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,7 +1,7 @@ Name: perl-Bit-Vector Version: 6.1 -Release: 12 -Summary: Bit-Vector Perl module +Release: 24 +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 @@ -10,13 +10,21 @@ BuildRequires: perl >= 0:5.00503 Source0: Bit-Vector-6.1.tar.gz %description -Bit-Vector Perl module +Bit::Vector is an efficient C library which allows you to handle bit +vectors, sets (of integers), "big integer arithmetic" and boolean +matrices, all of arbitrary sizes. + +The library is efficient (in terms of algorithmical complexity) and +therefore fast (in terms of execution speed) for instance through the +widespread use of divide-and-conquer algorithms. + %prep %setup -q -n Bit-Vector-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor make +make test %clean @@ -24,9 +32,7 @@ rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT -eval `perl '-V:installarchlib'` -mkdir -p $RPM_BUILD_ROOT/$installarchlib -make PREFIX=$RPM_BUILD_ROOT/usr install +make install [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress