%perl_module_wo_prefix perl-ldap 0.31 4 Summary: LDAP services API for Perl programs. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~gbarr/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(Test::More) BuildRequires: perl(Convert::ASN1), perl(URI::ldap), perl(Digest::MD5), perl(IO::Socket::SSL), perl(XML::Parser) Requires: perl(Convert::ASN1), perl(URI::ldap), perl(Digest::MD5), perl(IO::Socket::SSL), perl(XML::Parser) %description This packacge contains a collection of modules that implements an LDAP services API for Perl programs. The module may be used to search directories or perform maintenance functions such as adding, deleting or modifying entries. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc OldChanges README ChangeLog CREDITS RELEASE_NOTES %{perl_vendorlib}/Bundle/Net/LDAP.pm %{perl_vendorlib}/LWP/Protocol/ldap.pm %{perl_vendorlib}/Net/LDAP.pm %{perl_vendorlib}/Net/LDAP.pod %{perl_vendorlib}/Net/LDAPI.pm %{perl_vendorlib}/Net/LDAPS.pm %{perl_vendorlib}/Net/LDAP %{perl_man3dir}/Bundle::Net::LDAP.3pm* %{perl_man3dir}/Net::LDAP.3pm* %{perl_man3dir}/Net::LDAPI.3pm* %{perl_man3dir}/Net::LDAPS.3pm* %{perl_man3dir}/Net::LDAP::*.3pm* %changelog * Sat Jan 24 2004 Axel Thimm - Initial build.