[packages/perl-Digest-SHA3] - initial version, 1.05
adwol
adwol at pld-linux.org
Tue Feb 4 12:23:59 CET 2025
commit b446c3e70cf53c7e48bff9522540518efaba295d
Author: Adam Osuchowski <>
Date: Tue Feb 4 11:25:39 2025 +0100
- initial version, 1.05
perl-Digest-SHA3.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
---
diff --git a/perl-Digest-SHA3.spec b/perl-Digest-SHA3.spec
new file mode 100644
index 0000000..669c9d2
--- /dev/null
+++ b/perl-Digest-SHA3.spec
@@ -0,0 +1,63 @@
+#
+# Conditional build:
+%bcond_without tests # unit tests
+#
+%define pdir Digest
+%define pnam SHA3
+Summary: Digest::SHA3 - interface to the SHA3 algorithm
+Summary(pl.UTF-8): Digest::SHA - interfejs do algorytmu SHA3
+Name: perl-Digest-SHA3
+Version: 1.05
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: https://www.cpan.org/modules/by-module/Digest/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 74f58d4297d2a97e992bf0b58b073d49
+URL: https://metacpan.org/dist/Digest-SHA3
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Digest::SHA3 is a complete implementation of the NIST SHA-3
+cryptographic hash function, as specified in FIPS 202 (SHA-3
+Standard: Permutation-Based Hash and Extendable-Output Functions).
+
+The module gives Perl programmers a convenient way to calculate
+SHA3-224, SHA3-256, SHA3-384, and SHA3-512 message digests, as well
+as variable-length hashes using SHAKE128 and SHAKE256. Digest::SHA3
+can handle all types of input, including partial-byte data.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make} \
+ CC="%{__cc}" \
+ OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{perl_archlib}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README Changes
+%attr(755,root,root) %{_bindir}/sha3sum
+%{perl_vendorarch}/Digest/SHA3.pm
+%dir %{perl_vendorarch}/auto/Digest/SHA3
+%attr(755,root,root) %{perl_vendorarch}/auto/Digest/SHA3/SHA3.so
+%{_mandir}/man1/sha3sum.1p*
+%{_mandir}/man3/Digest::SHA3.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Digest-SHA3.git/commitdiff/b446c3e70cf53c7e48bff9522540518efaba295d
More information about the pld-cvs-commit
mailing list