diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index 62f0908..829fd4d 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -1,8 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Text-Autoformat Version: 1.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries @@ -48,7 +46,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -%check || : +perldoc -t perlartistic > Artistic + +%check make test %clean @@ -56,11 +56,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README Artistic %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Sep 05 2005 Steven Pritchard 1.13-3 +- Minor spec cleanup. +- Add Artistic. + * Sat Aug 20 2005 Steven Pritchard 1.13-2 - Fix permissions (#166406).