rebuilt for x86_64 [release 1.4-5mamba;Sat Aug 20 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:43:35 +01:00
parent 885c659d99
commit f7c85b20cb
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# perl-Convert-ASCII-Armour # perl-Convert-ASCII-Armour
This perl module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. This perl module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels.
The encoded ASCII resembles PGP\'s armoured messages, but are in no way compatible with PGP. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP.

View File

@ -2,23 +2,26 @@
Name: perl-Convert-ASCII-Armour Name: perl-Convert-ASCII-Armour
Version: 1.4 Version: 1.4
Release: 4mamba Release: 5mamba
Summary: Convert::ASCII::Armour - Convert binary octets into ASCII armoured messages Summary: Convert::ASCII::Armour - Convert binary octets into ASCII armoured messages
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz Source: http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %PERL_VERSION BuildRequires: perl-devel >= %PERL_VERSION
BuildRequires: perl-Compress-Zlib BuildRequires: perl-Compress-Zlib
Requires: perl >= %PERL_VERSION Requires: perl >= %PERL_VERSION
BuildRoot: %{_tmppath}/perl-root
%description %description
This perl module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. This perl module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels.
The encoded ASCII resembles PGP\'s armoured messages, but are in no way compatible with PGP. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP.
%prep %prep
%setup -q -n Convert-ASCII-Armour-%{version} %setup -q -n Convert-ASCII-Armour-%{version}
@ -50,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Aug 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-5mamba
- rebuilt for x86_64
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-4mamba * Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-4mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild