Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570272
en ru br
ALT Linux repos
S:7.4-alt1.2
5.0: 6.4-alt2
4.1: 6.4-alt1
4.0: 6.4-alt1
3.0: 6.3-alt2.1

Group :: Development/Perl
RPM: perl-Bit-Vector

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# $Id: perl-Bit-Vector.spec,v 1.2 2002/09/17 14:56:38 homyakov Exp $

%define module_name Bit-Vector

Name: perl-%module_name
Summary: %module_name module for perl
Version: 6.3
Release: alt2.1

Group: Development/Perl
URL: http://www.cpan.org/modules/by-module/Bit/
Copyright: GPL or Artistic

Packager: Igor Homyakov <homyakov at altlinux.ru>

Source: http://www.cpan.org/modules/by-module/Bit/%module_name-%version.tar.gz
AutoReqProv: yes, perl

# Automatically added by buildreq on Mon Nov 04 2002

BuildRequires: perl-devel

%description
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.

The package also includes an object-oriented Perl module for
accessing the C library from Perl, and optionally features
overloaded operators for maximum ease of use.

The C library can nevertheless be used stand-alone, without Perl.

%prep
%setup -q -n %module_name-%version

%build
%perl_vendor_build
%__perl -pi -e 's{^#!.*perl.*}{#!/usr/bin/perl -w}' examples/*

%install
%perl_vendor_install

%files
%doc *.txt examples/
%perl_vendor_archlib/Bit*
%perl_vendor_autolib/Bit*
%perl_vendor_archlib/Carp*
%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin