|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
|
Version: 1.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Text::Autoformat Perl module
|
|
|
|
|
License: Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -32,6 +32,7 @@ the built-in Perl format() mechanism.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Text-Autoformat-%{version}
|
|
|
|
|
chmod a-x lib/Text/Autoformat.pm Changes README
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 20 2005 Steven Pritchard <steve@kspei.com> 1.13-2
|
|
|
|
|
- Fix permissions (#166406).
|
|
|
|
|
|
|
|
|
|
* Tue May 24 2005 Steven Pritchard <steve@kspei.com> 1.13-1
|
|
|
|
|
- Update to 1.13 final.
|
|
|
|
|
- Filter bogus perl(Hang) and perl(NullHang) auto-provides.
|
|
|
|
|