From 65d0f3790d6132d0d08d0e52e528e6d756d00eaf Mon Sep 17 00:00:00 2001 From: corsepiu Date: Sep 14 2005 09:43:11 +0000 Subject: Misc. cleanups. --- diff --git a/perl-Test-ClassAPI.spec b/perl-Test-ClassAPI.spec index 1f63993..54e9ee6 100644 --- a/perl-Test-ClassAPI.spec +++ b/perl-Test-ClassAPI.spec @@ -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(Config::Tiny) >= 2.00 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 @@ make test %files %defattr(-,root,root,-) -%doc Changes README LICENSE +%doc Changes LICENSE %{perl_vendorlib}/Test %{_mandir}/man3/* %changelog +* Tue Sep 14 2005 Ralf Corsepius - 1.02-2 +- New %%summary. +- Extend %%description. +- Don't put README into %%doc (Redundant to man page). + * Tue Sep 13 2005 Ralf Corsepius - 1.02-1 - Spec file cleanup. - FE submission.