diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common \ No newline at end of file diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : perl-digest-sha1 +version : '2.13' +release : 1 +source : + - https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz : 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc +license : Artistic-1.0-Perl +component : programming.perl +summary : Perl interface to the SHA-1 algorithm +description: | + The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit fingerprint or message digest of the input. +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + perl-digest-sha1 + + Martin Reboredo + yakoyoku@gmail.com + + Artistic-1.0-Perl + programming.perl + Perl interface to the SHA-1 algorithm + The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit fingerprint or message digest of the input. + + https://getsol.us/sources/README.Solus + + + perl-digest-sha1 + Perl interface to the SHA-1 algorithm + The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit fingerprint or message digest of the input. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.32/x86_64-linux-thread-multi/Digest/SHA1.pm + /usr/lib64/perl5/vendor_perl/5.32/x86_64-linux-thread-multi/auto/Digest/SHA1/.packlist + /usr/lib64/perl5/vendor_perl/5.32/x86_64-linux-thread-multi/auto/Digest/SHA1/SHA1.so + /usr/share/man/man3/Digest::SHA1.3 + + + + + 2020-12-27 + 2.13 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file