automatic version update by autodist [release 0.07-1mamba;Sat Feb 27 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:45:14 +01:00
parent 2f73015794
commit 0c4c441d8e

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.07-1mamba
- automatic version update by autodist
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-3mamba
- perl 5.16 mass rebuild