- Update to 0.64 (#590385).

This commit is contained in:
Ville Skyttä 2010-05-09 15:39:41 +00:00
parent ce79e2f523
commit 51f9505435
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
Module-Signature-0.63.tar.gz
Module-Signature-0.64.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-Signature
Version: 0.63
Release: 2%{?dist}
Version: 0.64
Release: 1%{?dist}
Summary: CPAN signature management utilities and modules
Group: Development/Libraries
@ -29,8 +29,7 @@ checking and creating SIGNATURE files for Perl CPAN distributions.
%build
PERL_AUTOINSTALL=--skipdeps \
%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps
echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -43,6 +42,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
%check
# Signature test would need network access
make test
@ -55,10 +55,14 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS Changes README *.pub
%{_bindir}/cpansign
%{perl_vendorlib}/Module/
%{_mandir}/man[13]/*.[13]*
%{_mandir}/man1/cpansign.1*
%{_mandir}/man3/Module::Signature.3*
%changelog
* Sun May 9 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.64-1
- Update to 0.64 (#590385).
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-2
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
49a961502c0786797dabfea9c7fd30c3 Module-Signature-0.63.tar.gz
e9a2676cbfefc612178940166f411fac Module-Signature-0.64.tar.gz