- Minor spec cleanup.

- Add Artistic.
epel9
Steven Pritchard 20 years ago
parent 6786d9135e
commit b6b517e837

@ -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 <steve@kspei.com> 1.13-3
- Minor spec cleanup.
- Add Artistic.
* Sat Aug 20 2005 Steven Pritchard <steve@kspei.com> 1.13-2
- Fix permissions (#166406).

Loading…
Cancel
Save