Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569809
en ru br
ALT Linux repos
S:0.22-alt1

Group :: Development/Perl
RPM: perl-Net-LDAP-Server-Test

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-build-perl
BuildRequires: perl(Convert/ASN1.pm) perl-podlators
# END SourceDeps(oneline)
%define upstream_name    Net-LDAP-Server-Test
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %{upstream_version}
Release:    alt4_6

Summary:    Test Net::LDAP code
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data/Dump.pm)
BuildRequires: perl(ExtUtils/MakeMaker.pm)
BuildRequires: perl(IO/Select.pm)
BuildRequires: perl(IO/Socket.pm)
BuildRequires: perl(Net/LDAP.pm)
BuildRequires: perl(Net/LDAP/Server.pm)
BuildRequires: perl(Test/More.pm)
BuildArch:  noarch
Source44: import.info

%description
Now you can test your Net::LDAP code without having a real LDAP server
available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLMAN1DIR=%_man1dir INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml  README
%perl_vendor_privlib/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin