From cc67ffd792a3aab1b40c11a59dded64bc4584ae8 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Wed, 2 Jul 2008 18:31:27 +0000 Subject: [PATCH] Update to 0.07. Improve Summary. Drop our copies of COPYING and Artistic. --- .cvsignore | 2 +- perl-CPAN-DistnameInfo.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 25bb69e..3ce74f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -CPAN-DistnameInfo-0.06.tar.gz +CPAN-DistnameInfo-0.07.tar.gz diff --git a/perl-CPAN-DistnameInfo.spec b/perl-CPAN-DistnameInfo.spec index 25d30f4..8e743d9 100644 --- a/perl-CPAN-DistnameInfo.spec +++ b/perl-CPAN-DistnameInfo.spec @@ -1,7 +1,7 @@ Name: perl-CPAN-DistnameInfo -Version: 0.06 -Release: 4%{?dist} -Summary: CPAN::DistnameInfo Perl module +Version: 0.07 +Release: 1%{?dist} +Summary: Extract distribution name and version from a distribution filename License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPAN-DistnameInfo/ @@ -41,9 +41,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -52,11 +49,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Jul 02 2008 Steven Pritchard 0.07-1 +- Update to 0.07. +- Improve Summary. +- Drop our copies of COPYING and Artistic. + * Fri Feb 8 2008 Tom "spot" Callaway 0.06-4 - rebuild for new perl diff --git a/sources b/sources index 351eb00..554e847 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7154ef1681ce5d236e984d7ce72e3ac CPAN-DistnameInfo-0.06.tar.gz +67be352964083d1dad3c97916d97937a CPAN-DistnameInfo-0.07.tar.gz