forked from jengelh/openldap2
This commit is contained in:
parent
59a37d3a2c
commit
c3743798db
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 27 10:57:53 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- make sure the subpacks are only in one spec file declared
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 24 11:08:00 CEST 2008 - rhafer@suse.de
|
Tue Jun 24 11:08:00 CEST 2008 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Summary: OpenLDAP Client Utilities
|
|||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 2
|
Release: 5
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: addonschema.tar.gz
|
Source2: addonschema.tar.gz
|
||||||
@ -59,6 +59,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%if "%{name}" == "openldap2"
|
||||||
|
|
||||||
%package -n openldap2-back-perl
|
%package -n openldap2-back-perl
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Summary: OpenLDAP Perl Back-End
|
Summary: OpenLDAP Perl Back-End
|
||||||
@ -96,6 +98,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%else
|
||||||
|
|
||||||
%package -n openldap2-devel
|
%package -n openldap2-devel
|
||||||
License: BSD 3-Clause; openldap 2.8
|
License: BSD 3-Clause; openldap 2.8
|
||||||
Summary: Libraries, Header Files and Documentation for OpenLDAP
|
Summary: Libraries, Header Files and Documentation for OpenLDAP
|
||||||
@ -115,7 +119,7 @@ Authors:
|
|||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
%package -n libldap-2_4-2
|
%package -n libldap-2_4-2
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause; openldap 2.8
|
||||||
Summary: OpenLDAP Client Libraries
|
Summary: OpenLDAP Client Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Clients
|
Group: Productivity/Networking/LDAP/Clients
|
||||||
@ -129,6 +133,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
||||||
%patch
|
%patch
|
||||||
@ -466,6 +472,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 27 2008 coolo@suse.de
|
||||||
|
- make sure the subpacks are only in one spec file declared
|
||||||
* Tue Jun 24 2008 rhafer@suse.de
|
* Tue Jun 24 2008 rhafer@suse.de
|
||||||
- branched off libldap-2_4-2 package to support the shared library
|
- branched off libldap-2_4-2 package to support the shared library
|
||||||
packaging policy
|
packaging policy
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 27 10:57:53 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- make sure the subpacks are only in one spec file declared
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 24 11:08:00 CEST 2008 - rhafer@suse.de
|
Tue Jun 24 11:08:00 CEST 2008 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Summary: The OpenLDAP Server
|
|||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 2
|
Release: 5
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: addonschema.tar.gz
|
Source2: addonschema.tar.gz
|
||||||
@ -62,6 +62,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%if "%{name}" == "openldap2"
|
||||||
|
|
||||||
%package -n openldap2-back-perl
|
%package -n openldap2-back-perl
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Summary: OpenLDAP Perl Back-End
|
Summary: OpenLDAP Perl Back-End
|
||||||
@ -99,6 +101,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%else
|
||||||
|
|
||||||
%package -n openldap2-devel
|
%package -n openldap2-devel
|
||||||
License: BSD 3-Clause; openldap 2.8
|
License: BSD 3-Clause; openldap 2.8
|
||||||
Summary: Libraries, Header Files and Documentation for OpenLDAP
|
Summary: Libraries, Header Files and Documentation for OpenLDAP
|
||||||
@ -118,7 +122,7 @@ Authors:
|
|||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
%package -n libldap-2_4-2
|
%package -n libldap-2_4-2
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause; openldap 2.8
|
||||||
Summary: OpenLDAP Client Libraries
|
Summary: OpenLDAP Client Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Clients
|
Group: Productivity/Networking/LDAP/Clients
|
||||||
@ -132,6 +136,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The OpenLDAP Project <project@openldap.org>
|
The OpenLDAP Project <project@openldap.org>
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
||||||
%patch
|
%patch
|
||||||
@ -469,6 +475,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 27 2008 coolo@suse.de
|
||||||
|
- make sure the subpacks are only in one spec file declared
|
||||||
* Tue Jun 24 2008 rhafer@suse.de
|
* Tue Jun 24 2008 rhafer@suse.de
|
||||||
- branched off libldap-2_4-2 package to support the shared library
|
- branched off libldap-2_4-2 package to support the shared library
|
||||||
packaging policy
|
packaging policy
|
||||||
|
Loading…
Reference in New Issue
Block a user