update to 0.68 [release 0.68-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:24:44 +01:00
parent ca9a00ed84
commit 28814c7336

View File

@ -1,30 +1,30 @@
Name: perl-Net-LDAP Name: perl-Net-LDAP
Version: 0.4001 Epoch: 2
Release: 3mamba Version: 0.68
Epoch: 1 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: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/perl-ldap-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Authen-SASL BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-Convert-ASN1 BuildRequires: perl-Convert-ASN1
BuildRequires: perl-HTTP-Message
BuildRequires: perl-HTTP-Negotiate
BuildRequires: perl-LWP-MediaTypes
BuildRequires: perl-XML-Sax-Base
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-libwww BuildRequires: perl-libwww
BuildRequires: perl-URI
BuildRequires: perl-XML-SAX
BuildRequires: perl-XML-SAX-Writer
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
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
Requires: perl-URI Requires: perl-URI
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Net::DNS is a DNS resolver implemented in Perl. Net::DNS is a DNS resolver implemented in Perl.
@ -53,6 +53,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}"
@ -60,6 +62,9 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.68-1mamba
- update to 0.68
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4001-3mamba * Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4001-3mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild