X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-ldap.git;a=blobdiff_plain;f=perl-ldap.spec;h=6904bedbb1ad7ee48b6f1e031d58d34218153d7e;hp=1c835f33cd2aff7bb1eba192f758261ca2b25c6e;hb=HEAD;hpb=34e2a3a50ea2fd17ca39611bb6d0a27fafe478d0 diff --git a/perl-ldap.spec b/perl-ldap.spec index 1c835f3..6904bed 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -1,24 +1,38 @@ -%define _noautoreq "perl(Convert::ASN1::Debug)" -%include /usr/lib/rpm/macros.perl -Summary: perl-ldap perl module -Summary(pl): Modu³ perla perl-ldap +# +# Conditional build: +%bcond_with tests # perform "make test" (requires working ldap server and gnupg configured with key retrieval with hkp) +# +Summary: perl-ldap module - a client interface to LDAP servers +Summary(pl.UTF-8): Moduł perl-ldap - kliencki interfejs do serwerów LDAP Name: perl-ldap -Version: 0.2401 +Version: 0.57 Release: 1 -License: GPL +Epoch: 3 +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl -Group(de): Entwicklung/Sprachen/Perl -Group(pl): Programowanie/Jêzyki/Perl -Source0: ftp://ftp.perl.org/pub/CPAN/authors/id/G/GB/GBARR//%{name}-%{version}.tar.gz -BuildRequires: rpm-perlprov >= 3.0.3-16 -BuildRequires: perl >= 5.6 -BuildRequires: perl-Convert-BER +Source0: http://www.cpan.org/modules/by-module/Net/%{name}-%{version}.tar.gz +# Source0-md5: deff50f0de5d4cf95145765b6edd67d1 +Patch0: non-unicode-dump.patch +Patch1: ignore-uninitialized.patch +URL: http://ldap.perl.org/ +BuildRequires: perl-Authen-SASL >= 2.00 +BuildRequires: perl-Convert-ASN1 >= 0.20 BuildRequires: perl-Digest-MD5 +BuildRequires: perl-IO-Socket-INET6 +BuildRequires: perl-IO-Socket-SSL >= 1.26 +BuildRequires: perl-JSON BuildRequires: perl-MIME-Base64 -BuildRequires: perl-URI -BuildRequires: perl-IO-Socket-SSL +BuildRequires: perl-URI >= 1.1 +BuildRequires: perl-XML-SAX-Writer +BuildRequires: perl-devel >= 1:5.18.0 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl-Module-Signature +BuildRequires: perl-Test-Simple BuildRequires: perl-libwww -BuildRequires: perl-devel +%endif +Obsoletes: perl-LDAP BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,39 +40,53 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) perl-ldap is a collection of modules that implements a LDAP services API for Perl programs. -%description -l pl -perl-ldap jest kolekcj± modu³ów umo¿liwiaj±cych dostêp do us³ug LDAP z -poziomu programów perla. +%description -l pl.UTF-8 +perl-ldap to zestaw modułów umożliwiających dostęp do usług LDAP z +poziomu programów w Perlu. %prep -%setup -q -n perl-ldap-%{version} -find . -type f | xargs -r perl -pi -e 's|/local/bin/perl\d*|/bin/perl|g' +%setup -q +%patch0 -p1 +%patch1 -p1 %build -perl Makefile.PL +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor %{__make} +%{?with_tests:%{__make} test} + +# this must be done after tests because of signature checking +find blib -type f | xargs -r perl -pi -e 's|/local/bin/perl\d*|/bin/perl|g' + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -%{__make} install DESTDIR=$RPM_BUILD_ROOT - +%{__make} pure_install \ + DESTDIR=$RPM_BUILD_ROOT cp -r {contrib,bin} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -gzip -9nf ChangeLog README TODO +%{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/Bundle::Net::LDAP.3pm +%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/{Bundle/Net/LDAP.pm,Net/{,LDAP/}*.pod} +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Net/LDAP/.packlist %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz -%{perl_sitelib}/Authen/SASL.pm -%{perl_sitelib}/Authen/SASL -%{perl_sitelib}/LWP/Protocol/ldap.pm -%{perl_sitelib}/Net/LDAP.pm -%{perl_sitelib}/Net/LDAP -%{perl_sitelib}/Net/LDAPS.pm -%{_mandir}/man3/* +%doc CREDITS Changes README TODO +%{perl_vendorlib}/LWP/Protocol/ldap.pm +%{perl_vendorlib}/LWP/Protocol/ldapi.pm +%{perl_vendorlib}/LWP/Protocol/ldaps.pm +%{perl_vendorlib}/Net/LDAP*.pm +%dir %{perl_vendorlib}/Net/LDAP +%{perl_vendorlib}/Net/LDAP/*.pm +%{perl_vendorlib}/Net/LDAP/Control +%{perl_vendorlib}/Net/LDAP/Extension +%{perl_vendorlib}/Net/LDAP/Extra +%{perl_vendorlib}/Net/LDAP/Intermediate +%{_mandir}/man3/LWP::Protocol::ldap* +%{_mandir}/man3/N* %{_examplesdir}/%{name}-%{version}