Browse Source

fix download URLs and upgrade to latest module versions

master
parent
commit
282a5db2ac
  1. 8
      perl-ldap/perl-ldap.spec

8
perl-ldap/perl-ldap.spec

@ -23,7 +23,7 @@
# versions of individual parts
%define V_perl 5.12
%define V_perl_ldap 0.39
%define V_perl_ldap 0.4001
# package information
Name: perl-ldap
@ -36,10 +36,10 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20100414
Release: 20101219
# list of sources
Source0: http://www.cpan.org/modules/by-module/Net/perl-ldap-%{V_perl_ldap}.tar.gz
Source0: http://www.cpan.org/authors/id/G/GB/GBARR/perl-ldap-%{V_perl_ldap}.tar.gz
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
@ -54,7 +54,7 @@ PreReq: perl-conv, perl-crypto, perl-ssl, perl-sys, perl-www, perl-xml
%track
prog perl-ldap:perl-ldap = {
version = %{V_perl_ldap}
url = http://www.cpan.org/modules/by-module/Net/
url = http://www.cpan.org/authors/id/G/GB/GBARR/
regex = perl-ldap-(\d+\.\d\d)\.tar\.gz
}

Loading…
Cancel
Save