From f7c85b20cbf838f650d05d12e578887f88a0fe4d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:43:35 +0100 Subject: [PATCH] rebuilt for x86_64 [release 1.4-5mamba;Sat Aug 20 2022] --- README.md | 2 +- perl-Convert-ASCII-Armour.spec | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e53adc2..86f9073 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/perl-Convert-ASCII-Armour.spec b/perl-Convert-ASCII-Armour.spec index 9dc195f..fea014a 100644 --- a/perl-Convert-ASCII-Armour.spec +++ b/perl-Convert-ASCII-Armour.spec @@ -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 -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 1.4-5mamba +- rebuilt for x86_64 + * Tue Nov 13 2012 Silvan Calarco 1.4-4mamba - perl 5.16 mass rebuild