From 76c27dd392cadd7522e2a17699f881b29ca61228 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:48:06 +0100 Subject: [PATCH] update to 0.62 [release 0.62-1mamba;Mon Jan 10 2022] --- perl-Text-Format.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/perl-Text-Format.spec b/perl-Text-Format.spec index f06aa78..790b4fb 100644 --- a/perl-Text-Format.spec +++ b/perl-Text-Format.spec @@ -1,28 +1,26 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Text-Format -Version: 0.52 -Release: 3mamba +Version: 0.62 +Release: 1mamba Summary: Text::Format - Various subroutines to format text. Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/G/GA/GABOR/Text-Format%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Text-Format-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The format routine will format under all circumstances even if the width isn't enough to contain the longest words. Text::Wrap will die under these circumstances, although I am told this is fixed. If columns is set to a small number and words are longer than that and the leading 'whitespace' than there will be a single word on each line. This will let you make a simple word list which could be indented or right aligned. There is a chance for croaking if you try to subvert the module. If you don't pass in text then the internal text is worked on, though not modfied. Text::Format is meant for more powerful text formatting than Text::Wrap allows. I also have a module called Text::NWrap that is meant as a direct replacement for Text::Wrap. Text::NWrap requires Text::Format since it uses Text::Format->format to do the actual wrapping but gives you the interface of Text::Wrap %prep - -%setup -q -n Text-Format%{version} +%setup -q -n Text-Format-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -50,6 +48,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Jan 10 2022 Silvan Calarco 0.62-1mamba +- update to 0.62 + * Tue Nov 13 2012 Silvan Calarco 0.52-3mamba - perl 5.16 mass rebuild