1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith server and gateway - LDAP module |
Summary: e-smith server and gateway - LDAP module |
4 |
%define name e-smith-ldap |
%define name e-smith-ldap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 4.12.0 |
%define version 5.2.0 |
7 |
%define release 10 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
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 |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-base |
Requires: e-smith-base |
23 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-10 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
29 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1 |
30 |
|
- Roll new dev stream. |
31 |
|
|
32 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11 |
33 |
|
- Separate template to avoid breaking schema [SME: 4171] |
34 |
|
|
35 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10 |
36 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
37 |
|
|
38 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9 |
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9 |
39 |
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
40 |
|
|
41 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.12.0-8 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8 |
42 |
- Remove <base> tags now in general [SME: 3919] |
- Remove <base> tags now in general [SME: 3919] |
43 |
|
|
44 |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
673 |
|
|
674 |
%prep |
%prep |
675 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
676 |
|
|
677 |
%build |
%build |
678 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |