From b6b517e837baad1b642afa22cf1d50e5c64b3e96 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 6 Sep 2005 01:26:32 +0000 Subject: [PATCH] - Minor spec cleanup. - Add Artistic. --- perl-Text-Autoformat.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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).