rebuilt with perl 5.36.0 [release 0.68-2mamba;Mon Apr 17 2023]
This commit is contained in:
parent
28814c7336
commit
4ab4bd0ecf
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Net-LDAP
|
Name: perl-Net-LDAP
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 0.68
|
Version: 0.68
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -14,6 +14,7 @@ License: GPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Convert-ASN1
|
BuildRequires: perl-Convert-ASN1
|
||||||
|
BuildRequires: perl-Encode
|
||||||
BuildRequires: perl-HTTP-Message
|
BuildRequires: perl-HTTP-Message
|
||||||
BuildRequires: perl-HTTP-Negotiate
|
BuildRequires: perl-HTTP-Negotiate
|
||||||
BuildRequires: perl-LWP-MediaTypes
|
BuildRequires: perl-LWP-MediaTypes
|
||||||
@ -21,6 +22,7 @@ BuildRequires: perl-XML-Sax-Base
|
|||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-libwww
|
BuildRequires: perl-libwww
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-IO-Socket-SSL
|
BuildRequires: perl-IO-Socket-SSL
|
||||||
Requires: perl-Authen-SASL
|
Requires: perl-Authen-SASL
|
||||||
Requires: perl-XML-SAX-Writer
|
Requires: perl-XML-SAX-Writer
|
||||||
@ -55,6 +57,8 @@ done
|
|||||||
|
|
||||||
rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
|
rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -62,6 +66,9 @@ rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.68-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.68-1mamba
|
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.68-1mamba
|
||||||
- update to 0.68
|
- update to 0.68
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user