update to 0.6800 [release 0.6800-1mamba;Thu Aug 31 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:24:45 +01:00
parent 4ab4bd0ecf
commit d493506cdb

View File

@ -1,17 +1,17 @@
%define srcver %(echo %version | sed "s|00$||")
Name: perl-Net-LDAP Name: perl-Net-LDAP
Epoch: 2 Epoch: 2
Version: 0.68 Version: 0.6800
Release: 2mamba Release: 1mamba
Summary: Net::LDAP - A DNS resolver implemented in Perl Summary: Net::LDAP - A DNS resolver implemented in Perl
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: https://www.cpan.org/ URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{srcver}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-Convert-ASN1 BuildRequires: perl-Convert-ASN1
BuildRequires: perl-Encode BuildRequires: perl-Encode
@ -34,7 +34,7 @@ It allows the programmer to perform nearly any type of DNS query from a Perl scr
For details and examples, please read the Net::DNS manual page. For details and examples, please read the Net::DNS manual page.
%prep %prep
%setup -q -n perl-ldap-%{version} %setup -q -n perl-ldap-%{srcver}
%build %build
echo "y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor echo "y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -66,6 +66,9 @@ find %{buildroot} -name *.so -exec chmod u+w {} \;
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6800-1mamba
- update to 0.6800
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.68-2mamba * Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.68-2mamba
- rebuilt with perl 5.36.0 - rebuilt with perl 5.36.0