update to 2.26 [release 2.26-1mamba;Fri Jan 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 08:42:43 +01:00
parent 1cc68dd22d
commit c9916398a3
2 changed files with 13 additions and 10 deletions

View File

@ -1,8 +1,6 @@
# perl-Compress-Bzip2
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see "AUTHOR" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2.
All string parameters can either be a scalar or a scalar reference.
The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. Each of these areas will be discussed separately below.

View File

@ -1,26 +1,28 @@
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
Name: perl-Compress-Bzip2
Version: 2.09
Release: 3mamba
Version: 2.26
Release: 1mamba
Summary: Compress::Bzip2 - Interface to Bzip2 compression library
Group: Development/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
Source: http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/Compress-Bzip2-%{version}.tar.gz
Source: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Compress-Bzip2-%{version}.tar.gz
URL: http://www.cpan.org
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libbzip2-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/perl-root
Requires: perl >= %PERL_VERSION
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel >= %PERL_VERSION
## AUTOBUILDREQ-END
%description
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see "AUTHOR" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2.
All string parameters can either be a scalar or a scalar reference.
The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. Each of these areas will be discussed separately below.
%prep
@ -49,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Fri Jan 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26-1mamba
- update to 2.26
* Thu Nov 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.09-3mamba
- perl 5.16 mass rebuild