- 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 Name: perl-Text-Autoformat
Version: 1.13 Version: 1.13
Release: 2%{?dist} Release: 3%{?dist}
Summary: Text::Autoformat Perl module Summary: Text::Autoformat Perl module
License: Artistic License: Artistic
Group: Development/Libraries 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/* chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
%check || : perldoc -t perlartistic > Artistic
%check
make test make test
%clean %clean
@ -56,11 +56,15 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes README %doc Changes README Artistic
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Sat Aug 20 2005 Steven Pritchard <steve@kspei.com> 1.13-2
- Fix permissions (#166406). - Fix permissions (#166406).

Loading…
Cancel
Save