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 11 |
%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 |
|
|
Patch5: e-smith-ldap-4.12.0-tags2general.patch |
|
|
Patch6: e-smith-ldap-4.12.0-freebusy.patch |
|
|
Patch7: e-smith-ldap-4.12.0-add2general.patch |
|
|
Patch8: e-smith-ldap-4.12.0-2739schema.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 |
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> 4.13.0-1 |
25 |
|
- Roll new dev stream. |
26 |
|
|
27 |
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11 |
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11 |
28 |
- Separate template to avoid breaking schema [SME: 4171] |
- Separate template to avoid breaking schema [SME: 4171] |
29 |
|
|
668 |
|
|
669 |
%prep |
%prep |
670 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
671 |
|
|
672 |
%build |
%build |
673 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |