From 17046c2db356c9b2f835b424726451cb94ba16f3 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 13 Sep 2005 15:32:56 +0000 Subject: [PATCH] Spec file cleanup --- perl-Class-Inspector.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 542f739..f353b77 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,7 +1,7 @@ Name: perl-Class-Inspector Version: 1.12 -Release: 1%{?dist} -Summary: Get information about a class and it's structur +Release: 2%{?dist} +Summary: Get information about a class and it's structure License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ @@ -43,16 +43,14 @@ make test %files %defattr(-,root,root,-) -%doc Changes LICENSE +%doc Changes LICENSE README %{perl_vendorlib}/Class %{_mandir}/man3/* %changelog +* Tue Sep 13 2005 Ralf Corsepius - 1.12-2 +- Fix typo in %%summary. +- Spec file cleanup. + * Tue Sep 13 2005 Ralf Corsepius - 1.12-1 - FE submission. - -* Tue Sep 13 2005 Ralf Corsepius - 1.12-0 -- Upstream update. - -* Wed Jun 22 2005 Ralf Corsepius - 1.08-0.pm.0 -- Initial packman version.