rpms/perl-Text-Autoformat/devel perl-Text-Autoformat.spec,1.5,1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 6 01:26:35 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Text-Autoformat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20964

Modified Files:
	perl-Text-Autoformat.spec 
Log Message:
- Minor spec cleanup.
- Add Artistic.



Index: perl-Text-Autoformat.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/perl-Text-Autoformat.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Text-Autoformat.spec	20 Aug 2005 23:28:02 -0000	1.5
+++ perl-Text-Autoformat.spec	6 Sep 2005 01:26:32 -0000	1.6
@@ -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 @@
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-%check || :
+perldoc -t perlartistic > Artistic
+
+%check
 make test
 
 %clean
@@ -56,11 +56,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README Artistic
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.13-3
+- Minor spec cleanup.
+- Add Artistic.
+
 * Sat Aug 20 2005 Steven Pritchard <steve at kspei.com> 1.13-2
 - Fix permissions (#166406).
 




More information about the fedora-extras-commits mailing list