88 lines
2.7 KiB
RPMSpec
88 lines
2.7 KiB
RPMSpec
Name: perl-Digest-SHA
|
|
Epoch: 0
|
|
Version: 5.73
|
|
Release: 2%{?dist}
|
|
Summary: Perl extension for SHA-1/224/256/384/512
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Digest-SHA/
|
|
Source0: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{version}.tar.gz
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
# Run-time
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(DynaLoader)
|
|
BuildRequires: perl(Exporter)
|
|
# Optional run-time
|
|
BuildRequires: perl(Digest::base)
|
|
# Optional tests
|
|
%if !%{defined perl_bootstrap}
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 0.08
|
|
%endif
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(Carp)
|
|
# Optional but recommended
|
|
Requires: perl(Digest::base)
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%description
|
|
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It
|
|
gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256,
|
|
SHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests. The module can
|
|
handle all types of input, including partial-byte data.
|
|
|
|
%prep
|
|
%setup -q -n Digest-SHA-%{version}
|
|
chmod -x examples/*
|
|
perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{examples/dups})'
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc Changes examples README
|
|
%{_bindir}/*
|
|
%{perl_vendorarch}/auto/*
|
|
%{perl_vendorarch}/Digest*
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Thu Nov 01 2012 Petr Pisar <ppisar@redhat.com> - 0:5.73-2
|
|
- 5.73 bump
|
|
|
|
* Wed Sep 26 2012 Petr Pisar <ppisar@redhat.com> - 1:5.72-1
|
|
- 5.72 bump
|
|
|
|
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:5.71-240
|
|
- bump release to override sub-package from perl.spec
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.71-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1:5.71-4
|
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
|
|
|
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1:5.71-3
|
|
- Perl 5.16 rebuild
|
|
|
|
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 1:5.71-2
|
|
- Omit optional POD tests on bootstrap
|
|
|
|
* Wed Mar 14 2012 Petr Pisar <ppisar@redhat.com> - 1:5.71-1
|
|
- 5.71 bump
|
|
|
|
* Tue Feb 14 2012 Petr Pisar <ppisar@redhat.com> 1:5.70-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|