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
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
Version: 1.4
Release: 4mamba
Release: 5mamba
Summary: Convert::ASCII::Armour - Convert binary octets into ASCII armoured messages
Group: Development/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
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
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %PERL_VERSION
BuildRequires: perl-Compress-Zlib
Requires: perl >= %PERL_VERSION
BuildRoot: %{_tmppath}/perl-root
%description
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
%setup -q -n Convert-ASCII-Armour-%{version}
@ -50,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root)
%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
- perl 5.16 mass rebuild