Update to 0.07. Improve Summary. Drop our copies of COPYING and Artistic.

This commit is contained in:
Steven Pritchard 2008-07-02 18:31:27 +00:00
parent ebf5b9d352
commit cc67ffd792
3 changed files with 11 additions and 9 deletions

View File

@ -1 +1 @@
CPAN-DistnameInfo-0.06.tar.gz
CPAN-DistnameInfo-0.07.tar.gz

View File

@ -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 <steve@kspei.com> 0.07-1
- Update to 0.07.
- Improve Summary.
- Drop our copies of COPYING and Artistic.
* Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.06-4
- rebuild for new perl

View File

@ -1 +1 @@
f7154ef1681ce5d236e984d7ce72e3ac CPAN-DistnameInfo-0.06.tar.gz
67be352964083d1dad3c97916d97937a CPAN-DistnameInfo-0.07.tar.gz