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) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Crypt-DH Name: perl-Crypt-DH
Version: 0.06 Version: 0.07
Release: 3mamba Release: 1mamba
Summary: Crypt::DH - A module implementing the Diffie-Hellman key exchange system Summary: Crypt::DH - A module implementing the Diffie-Hellman key exchange system
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DH-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-DH-%{version}.tar.gz
License: GPL License: GPL
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Crypt-Random BuildRequires: perl-Crypt-Random
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
%description %description
This is Crypt::DH, a module implementing the Diffie-Hellman key exchange system. 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 echo "%dir ${dir#%buildroot}" >> .packlist
done done
rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -49,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %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 * Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-3mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild