Update to 0.07. Improve Summary. Drop our copies of COPYING and Artistic.
This commit is contained in:
parent
ebf5b9d352
commit
cc67ffd792
@ -1 +1 @@
|
||||
CPAN-DistnameInfo-0.06.tar.gz
|
||||
CPAN-DistnameInfo-0.07.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user