diff --git a/perl-Net-LDAP.spec b/perl-Net-LDAP.spec index 5d32782..b6deb30 100644 --- a/perl-Net-LDAP.spec +++ b/perl-Net-LDAP.spec @@ -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 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 0.6800-1mamba +- update to 0.6800 + * Mon Apr 17 2023 Sdk Build System 0.68-2mamba - rebuilt with perl 5.36.0