Пакет perl-Text-Format: Specfile

%define _unpackaged_files_terminate_build 1
%define dist Text-Format
Name: perl-%dist
Version: 0.61
Release: alt1

Summary: Various subroutines to format text
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{dist}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Mon Apr 25 2011
BuildRequires: perl-Module-Build

%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 what Text::Wrap allows.

%prep
%setup -q -n %{dist}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Text

%changelog
* Wed May 23 2018 Igor Vlasenko <viy@altlinux.ru> 0.61-alt1
- automated CPAN update

* Tue Sep 20 2016 Igor Vlasenko <viy@altlinux.ru> 0.60-alt1
- automated CPAN update

* Wed Feb 05 2014 Igor Vlasenko <viy@altlinux.ru> 0.59-alt1
- automated CPAN update

* Tue Sep 25 2012 Igor Vlasenko <viy@altlinux.ru> 0.58-alt1
- automated CPAN update

* Mon Apr 25 2011 Alexey Tourbin <at@altlinux.ru> 0.53-alt1
- 0.52 -> 0.53

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.52-alt2
- fix directory ownership violation
- disable man packaging

* Sat Sep 10 2005 Vitaly Lipatov <lav@altlinux.ru> 0.52-alt1
- first build for ALT Linux Sisyphus