From 0c4c441d8efda83c72a49d5c8b2faa6e444c18f2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:45:14 +0100 Subject: [PATCH] automatic version update by autodist [release 0.07-1mamba;Sat Feb 27 2021] --- perl-Crypt-DH.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/perl-Crypt-DH.spec b/perl-Crypt-DH.spec index 6819815..c331d5e 100644 --- a/perl-Crypt-DH.spec +++ b/perl-Crypt-DH.spec @@ -1,20 +1,19 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Crypt-DH -Version: 0.06 -Release: 3mamba +Version: 0.07 +Release: 1mamba Summary: Crypt::DH - A module implementing the Diffie-Hellman key exchange system Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DH-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-DH-%{version}.tar.gz License: GPL BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Crypt-Random Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/perl-root %description This is Crypt::DH, a module implementing the Diffie-Hellman key exchange system. @@ -41,6 +40,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist @@ -49,6 +50,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat Feb 27 2021 Automatic Build System 0.07-1mamba +- automatic version update by autodist + * Tue Nov 13 2012 Silvan Calarco 0.06-3mamba - perl 5.16 mass rebuild