2007-01-15 23:32:24 +00:00
|
|
|
#
|
2011-09-14 08:52:33 +00:00
|
|
|
# spec file for package perl-ldap
|
2007-01-15 23:32:24 +00:00
|
|
|
#
|
2021-06-09 15:28:05 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-01-15 23:32:24 +00:00
|
|
|
#
|
2008-08-21 23:54:50 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-06-17 17:27:22 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:32:24 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2013-09-09 10:02:29 +00:00
|
|
|
%define cpan_name perl-ldap
|
2019-06-17 17:27:22 +00:00
|
|
|
Name: perl-ldap
|
2021-06-09 15:28:05 +00:00
|
|
|
Version: 0.68
|
2012-01-30 09:27:16 +00:00
|
|
|
Release: 0
|
2008-03-10 17:33:48 +00:00
|
|
|
Summary: Client Interface for LDAP Servers
|
2021-06-09 15:28:05 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2011-09-05 07:59:31 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2019-06-17 17:27:22 +00:00
|
|
|
URL: https://metacpan.org/release/perl-ldap
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/%{cpan_name}-%{version}.tar.gz
|
2021-06-09 15:28:05 +00:00
|
|
|
BuildRequires: perl-Authen-SASL >= 2.00
|
|
|
|
BuildRequires: perl-Convert-ASN1 >= 0.2
|
|
|
|
BuildRequires: perl-Digest-MD5
|
|
|
|
BuildRequires: perl-IO-Socket-INET6
|
|
|
|
BuildRequires: perl-IO-Socket-IP
|
|
|
|
BuildRequires: perl-IO-Socket-SSL >= 1.26
|
|
|
|
BuildRequires: perl-JSON
|
|
|
|
BuildRequires: perl-MIME-Base64
|
|
|
|
BuildRequires: perl-Test-LWP-UserAgent
|
|
|
|
BuildRequires: perl-Text-Soundex
|
|
|
|
BuildRequires: perl-Time-Local
|
|
|
|
BuildRequires: perl-URI
|
2011-09-05 07:59:31 +00:00
|
|
|
BuildRequires: perl-XML-Parser
|
2021-06-09 15:28:05 +00:00
|
|
|
BuildRequires: perl-XML-SAX-Base
|
|
|
|
BuildRequires: perl-XML-SAX-Writer
|
2011-09-05 07:59:31 +00:00
|
|
|
BuildRequires: perl-macros
|
2021-06-09 15:28:05 +00:00
|
|
|
Requires: perl-Authen-SASL >= 2.00
|
|
|
|
Requires: perl-Convert-ASN1 >= 0.2
|
|
|
|
Requires: perl-IO-Socket-SSL >= 1.26
|
|
|
|
Requires: perl-JSON
|
|
|
|
Requires: perl-MIME-Base64
|
|
|
|
Requires: perl-Text-Soundex
|
|
|
|
Requires: perl-Time-Local
|
2011-09-05 07:59:31 +00:00
|
|
|
Requires: perl-XML-Parser
|
|
|
|
Provides: perl-Net-LDAP = %{version}
|
|
|
|
Provides: perl_ldp
|
|
|
|
Obsoletes: perl-Net-LDAP < %{version}
|
|
|
|
Obsoletes: perl_ldp
|
2019-11-13 13:07:42 +00:00
|
|
|
BuildArch: noarch
|
2010-12-03 14:39:34 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:32:24 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A Client interface for LDAP servers.
|
|
|
|
|
|
|
|
%prep
|
2011-01-10 08:10:44 +00:00
|
|
|
%setup -q -n perl-ldap-%{version}
|
2013-09-09 10:02:29 +00:00
|
|
|
find . -type f -print0 | xargs -0 chmod 644
|
|
|
|
# MANUAL
|
2021-06-09 15:28:05 +00:00
|
|
|
find contrib -type f | xargs -n 1 sed -i "s@%{_prefix}/local/bin/perl@%{_bindir}/perl@"
|
2007-01-15 23:32:24 +00:00
|
|
|
|
|
|
|
%build
|
2019-06-17 17:27:22 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2021-06-09 15:28:05 +00:00
|
|
|
%make_build
|
2008-03-10 17:33:48 +00:00
|
|
|
|
|
|
|
%check
|
2021-06-09 15:28:05 +00:00
|
|
|
%make_build test
|
2007-01-15 23:32:24 +00:00
|
|
|
|
|
|
|
%install
|
2013-09-09 10:02:29 +00:00
|
|
|
%perl_make_install
|
2007-01-15 23:32:24 +00:00
|
|
|
%perl_process_packlist
|
2013-09-09 10:02:29 +00:00
|
|
|
%perl_gen_filelist
|
2007-01-15 23:32:24 +00:00
|
|
|
|
2013-09-09 10:02:29 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%defattr(-,root,root,755)
|
2017-09-29 10:36:44 +00:00
|
|
|
%doc Changes CREDITS README TODO
|
2007-01-15 23:32:24 +00:00
|
|
|
|
2008-03-10 17:33:48 +00:00
|
|
|
%changelog
|