update to 0.6800 [release 0.6800-1mamba;Thu Aug 31 2023]
This commit is contained in:
parent
4ab4bd0ecf
commit
d493506cdb
@ -1,17 +1,17 @@
|
||||
%define srcver %(echo %version | sed "s|00$||")
|
||||
Name: perl-Net-LDAP
|
||||
Epoch: 2
|
||||
Version: 0.68
|
||||
Release: 2mamba
|
||||
Version: 0.6800
|
||||
Release: 1mamba
|
||||
Summary: Net::LDAP - A DNS resolver implemented in Perl
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Convert-ASN1
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -n perl-ldap-%{version}
|
||||
%setup -q -n perl-ldap-%{srcver}
|
||||
|
||||
%build
|
||||
echo "y" | perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
@ -66,6 +66,9 @@ find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user