- Update to 0.64 (#590385).
This commit is contained in:
parent
ce79e2f523
commit
51f9505435
@ -1 +1 @@
|
|||||||
Module-Signature-0.63.tar.gz
|
Module-Signature-0.64.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Signature
|
Name: perl-Module-Signature
|
||||||
Version: 0.63
|
Version: 0.64
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CPAN signature management utilities and modules
|
Summary: CPAN signature management utilities and modules
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -29,8 +29,7 @@ checking and creating SIGNATURE files for Perl CPAN distributions.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
PERL_AUTOINSTALL=--skipdeps \
|
echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -43,6 +42,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Signature test would need network access
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
@ -55,10 +55,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc AUTHORS Changes README *.pub
|
%doc AUTHORS Changes README *.pub
|
||||||
%{_bindir}/cpansign
|
%{_bindir}/cpansign
|
||||||
%{perl_vendorlib}/Module/
|
%{perl_vendorlib}/Module/
|
||||||
%{_mandir}/man[13]/*.[13]*
|
%{_mandir}/man1/cpansign.1*
|
||||||
|
%{_mandir}/man3/Module::Signature.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-2
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user