[packages/perl-Crypt-PBKDF2] - up to 0.261630
adwol
adwol at pld-linux.org
Sun Aug 2 23:26:32 CEST 2026
commit 2398ca1b61be2a619c46aa6f6e81ca90b7ae882d
Author: Adam Osuchowski <>
Date: Sun Aug 2 23:26:11 2026 +0200
- up to 0.261630
perl-Crypt-PBKDF2.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec
index 0178f27..3c25fa2 100644
--- a/perl-Crypt-PBKDF2.spec
+++ b/perl-Crypt-PBKDF2.spec
@@ -7,13 +7,13 @@
Summary: Crypt::PBKDF2 - The PBKDF2 password hashing algorithm
Summary(pl.UTF-8): Crypt::PBKDF2 - algorytm skrótu haseł PBKDF2
Name: perl-Crypt-PBKDF2
-Version: 0.161520
+Version: 0.261630
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: https://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 7a0c8f86ea606125971c36e1b9e21a74
+Source0: https://www.cpan.org/modules/by-module/Crypt/ARODLAND/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 7ecd1f4830904a0e9c0a2eea79ca74a5
URL: https://metacpan.org/dist/Crypt-PBKDF2
BuildRequires: perl-ExtUtils-MakeMaker
BuildRequires: perl-devel >= 1:5.8.0
@@ -64,17 +64,17 @@ jak powinien być każdy skrót hasła, a sól może mieć dowolny rozmiar.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
-%{__make}
+%{__perl} Build.PL \
+ --installdirs vendor
+./Build
-%{?with_tests:%{__make} test}
+%{?with_tests:./Build test}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} pure_install \
- DESTDIR=$RPM_BUILD_ROOT
+./Build install \
+ --destdir $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-PBKDF2.git/commitdiff/2398ca1b61be2a619c46aa6f6e81ca90b7ae882d
More information about the pld-cvs-commit
mailing list