rpms/perl-Test-ClassAPI/devel perl-Test-ClassAPI.spec,1.1,1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Sep 14 09:43:14 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Test-ClassAPI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8611

Modified Files:
	perl-Test-ClassAPI.spec 
Log Message:
Misc. cleanups.


Index: perl-Test-ClassAPI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-ClassAPI/devel/perl-Test-ClassAPI.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Test-ClassAPI.spec	14 Sep 2005 09:37:45 -0000	1.1
+++ perl-Test-ClassAPI.spec	14 Sep 2005 09:43:11 -0000	1.2
@@ -1,11 +1,11 @@
 Name: 		perl-Test-ClassAPI
 Version: 	1.02
-Release: 	1%{?dist}
-Summary: 	Test::ClassAPI Perl module
+Release: 	2%{?dist}
+Summary: 	Provides basic first-pass API testing for large class trees
 License: 	GPL or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Test-ClassAPI/
-Source0: 	http://www.cpan.org/modules/by-module/Test/Test-ClassAPI-%{version}.tar.gz
+Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-ClassAPI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -15,7 +15,12 @@
 BuildRequires: 	perl(Class::Inspector) >= 1.06
 
 %description
-Provides basic first-pass API testing for large class trees
+Provides basic first-pass API testing for large class trees.
+
+For many APIs with large numbers of classes, it can be very useful to be 
+able to do a quick once-over to make sure that classes, methods, and 
+inheritance is correct, before doing more comprehensive testing.
+This module aims to provide such a capability.
 
 %prep
 %setup -q -n Test-ClassAPI-%{version}
@@ -39,11 +44,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README LICENSE
+%doc Changes LICENSE
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 14 2005 Ralf Corsepius <rc040203 at freenet.de> - 1.02-2
+- New %%summary.
+- Extend %%description.
+- Don't put README into %%doc (Redundant to man page).
+
 * Tue Sep 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 1.02-1
 - Spec file cleanup.
 - FE submission.




More information about the fedora-extras-commits mailing list