]> git.pld-linux.org Git - packages/perl-ldap.git/commitdiff
- don't rename: this version still contains ldap.pm module
authorankry <ankry@pld-linux.org>
Mon, 22 Mar 2004 10:30:09 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-ldap.spec -> 1.51

perl-ldap.spec [new file with mode: 0644]

diff --git a/perl-ldap.spec b/perl-ldap.spec
new file mode 100644 (file)
index 0000000..79ba4de
--- /dev/null
@@ -0,0 +1,78 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+Summary:       perl-ldap module - a client interface to LDAP servers
+Summary(pl):   Modu³ perl-ldap - kliencki interfejs do serwerów LDAP
+Name:          perl-ldap
+Version:       0.31
+Release:       1
+Epoch:         2
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/Net/%{name}-%{version}.tar.gz
+# Source0-md5: b3107452e2bb4d74d4b9892d61d50137
+URL:           http://ldap.perl.org/
+%if %{with tests}
+BuildRequires: perl-Authen-SASL >= 2.00
+BuildRequires: perl-Convert-ASN1 >= 0.07
+BuildRequires: perl-Digest-MD5
+BuildRequires: perl-IO-Socket-SSL
+BuildRequires: perl-MIME-Base64
+BuildRequires: perl-Module-Signature
+BuildRequires: perl-URI >= 1.08
+BuildRequires: perl-XML-SAX
+BuildRequires: perl-libwww
+%endif
+BuildRequires: perl-devel >= 5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _noautoreq 'perl(Convert::ASN1::Debug)'
+
+%description
+perl-ldap is a collection of modules that implements a LDAP services
+API for Perl programs.
+
+%description -l pl
+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}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{!?_without_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
+
+cp -r {contrib,bin} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS ChangeLog README RELEASE_NOTES TODO
+%{perl_vendorlib}/LWP/Protocol/ldap.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
+%{_mandir}/man3/N*
+%{_examplesdir}/%{name}-%{version}
This page took 0.12504 seconds and 4 git commands to generate.