|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
|
Version: 1.13
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
|
License: Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Text-Autoformat/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-v%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
@ -29,7 +29,7 @@ The module also supplies a re-entrant, highly configurable replacement for
|
|
|
|
|
the built-in Perl format() mechanism.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Text-Autoformat-%{version}
|
|
|
|
|
%setup -q -n Text-Autoformat-v%{version}
|
|
|
|
|
chmod a-x lib/Text/Autoformat.pm Changes README
|
|
|
|
|
|
|
|
|
|
sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides}
|
|
|
|
@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.14.0-1
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
- upstream changed license to GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 1.13-5
|
|
|
|
|
- Use fixperms macro instead of our own chmod incantation.
|
|
|
|
|
- BR ExtUtils::MakeMaker.
|
|
|
|
|