1 |
Summary: e-smith server and gateway - LDAP module |
Summary: e-smith server and gateway - LDAP module |
2 |
%define name e-smith-ldap |
%define name e-smith-ldap |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.12.0 |
%define version 4.13.0 |
5 |
%define release 7 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-ldap-4.12.0-noipv6.patch |
|
|
Patch1: e-smith-ldap-4.12.0-slapd.conf.perms.patch |
|
|
Patch2: e-smith-ldap-4.12.0-success.patch |
|
|
Patch3: e-smith-ldap-4.12.0-pid_args_files.patch |
|
|
Patch4: e-smith-ldap-4.12.0-objectClass.patch |
|
11 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
Requires: e-smith-base |
Requires: e-smith-base |
14 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
15 |
Requires: openldap >= 2.0.0, perl(Net::LDAP) |
Requires: openldap >= 2.0.0, perl(Net::LDAP) |
16 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
17 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
18 |
AutoReqProv: no |
AutoReqProv: no |
19 |
|
|
21 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 1.13.0-1 |
25 |
|
- Roll new dev stream. |
26 |
|
|
27 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 1.12.0-11 |
28 |
|
- Separate template to avoid breaking schema [SME: 4171] |
29 |
|
|
30 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-10 |
31 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
32 |
|
|
33 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9 |
34 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
35 |
|
|
36 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.12.0-8 |
37 |
|
- Remove <base> tags now in general [SME: 3919] |
38 |
|
|
39 |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
40 |
- Fix format error in ldif template. [SME: 3107] |
- Fix format error in ldif template. [SME: 3107] |
41 |
|
|
668 |
|
|
669 |
%prep |
%prep |
670 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
671 |
|
|
672 |
%build |
%build |
673 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |