1 |
|
# $Id: e-smith-ldap.spec,v 1.11 2008/10/07 18:40:10 slords Exp $ |
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 7 |
%define release 2 |
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 |
13 |
Patch0: e-smith-ldap-4.12.0-noipv6.patch |
Patch0: %{name}-%{version}.backend |
|
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 |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base |
Requires: e-smith-base |
17 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
18 |
Requires: openldap >= 2.0.0, perl(Net::LDAP) |
Requires: openldap >= 2.0.0, perl(Net::LDAP) |
19 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
20 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
24 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme |
28 |
|
- Change ldap backend to bdb, and fix initialisation problem. |
29 |
|
[SME: 3018, 2859] |
30 |
|
|
31 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme |
32 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
33 |
|
|
34 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1 |
35 |
|
- Roll new dev stream. |
36 |
|
|
37 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11 |
38 |
|
- Separate template to avoid breaking schema [SME: 4171] |
39 |
|
|
40 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10 |
41 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
42 |
|
|
43 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9 |
44 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
45 |
|
|
46 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8 |
47 |
|
- Remove <base> tags now in general [SME: 3919] |
48 |
|
|
49 |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
50 |
- Fix format error in ldif template. [SME: 3107] |
- Fix format error in ldif template. [SME: 3107] |
51 |
|
|
679 |
%prep |
%prep |
680 |
%setup |
%setup |
681 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
682 |
|
|
683 |
%build |
%build |
684 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |
700 |
rm -f %{name}-%{version}-%{release}-filelist |
rm -f %{name}-%{version}-%{release}-filelist |
701 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
702 |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
703 |
|
--file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ |
704 |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
705 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
706 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |