This commit is contained in:
parent
e87f4dbf77
commit
44bc6e1446
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 23:17:52 CEST 2008 - jw@suse.de
|
||||||
|
|
||||||
|
- perl-ldap does not conform to our naming conventions for perl packages.
|
||||||
|
Added a Provides: perl-Net-LDAP to make user's life easier.
|
||||||
|
(Using version numbers, to allow future package rename)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
|
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package perl-ldap (Version 0.34)
|
# spec file for package perl-ldap (Version 0.34)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,9 +21,9 @@
|
|||||||
Name: perl-ldap
|
Name: perl-ldap
|
||||||
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
|
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
|
||||||
Version: 0.34
|
Version: 0.34
|
||||||
Release: 1
|
Release: 40
|
||||||
Provides: perl_ldp
|
Provides: perl_ldp perl-Net-LDAP = %{version}
|
||||||
Obsoletes: perl_ldp
|
Obsoletes: perl_ldp perl-Net-LDAP < %{version}
|
||||||
Requires: perl-URI perl-XML-Parser perl-Convert-ASN1
|
Requires: perl-URI perl-XML-Parser perl-Convert-ASN1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -37,6 +44,7 @@ Authors:
|
|||||||
<gbarr@pobox.com> (Graham Barr)
|
<gbarr@pobox.com> (Graham Barr)
|
||||||
|
|
||||||
%package ssl
|
%package ssl
|
||||||
|
License: Artistic License
|
||||||
Summary: SSL Extension to perl-ldap
|
Summary: SSL Extension to perl-ldap
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: %{name} = %{version} perl-IO-Socket-SSL
|
Requires: %{name} = %{version} perl-IO-Socket-SSL
|
||||||
@ -96,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorlib}/Net/LDAPS.pm
|
%{perl_vendorlib}/Net/LDAPS.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2008 jw@suse.de
|
||||||
|
- perl-ldap does not conform to our naming conventions for perl packages.
|
||||||
|
Added a Provides: perl-Net-LDAP to make user's life easier.
|
||||||
|
(Using version numbers, to allow future package rename)
|
||||||
* Mon Mar 10 2008 anicka@suse.cz
|
* Mon Mar 10 2008 anicka@suse.cz
|
||||||
- update to 0.34
|
- update to 0.34
|
||||||
* Improve dealing with mixed case attributes in Net::LDAP::Entry
|
* Improve dealing with mixed case attributes in Net::LDAP::Entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user