[perl-Digest-SHA] Import 5.70

Petr Pisar ppisar at fedoraproject.org
Wed Feb 22 12:40:59 UTC 2012


commit 98ba7a1dcfe953b8ad89ca609c7358e54af43d27
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Feb 22 13:40:27 2012 +0100

    Import 5.70
    
    This package dual-lives again.

 .gitignore           |    1 +
 dead.package         |    1 -
 perl-Digest-SHA.spec |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 64 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61ae73f..4810dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Digest-SHA-5.45.tar.gz
+/Digest-SHA-5.70.tar.gz
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
new file mode 100644
index 0000000..cf1b70c
--- /dev/null
+++ b/perl-Digest-SHA.spec
@@ -0,0 +1,62 @@
+Name:           perl-Digest-SHA
+Epoch:          1
+Version:        5.70
+Release:        1%{?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
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
+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 PERL_INSTALL_ROOT=$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 {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes examples README
+%{_bindir}/*
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Digest*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Feb 14 2012 Petr Pisar <ppisar at redhat.com> 1:5.70-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 0000000..205ab5e
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+cefc01a498e6f39eb2e066a238401c19  Digest-SHA-5.70.tar.gz


More information about the scm-commits mailing list