1 |
|
# $Id: e-smith-ldap.spec,v 1.15 2010/01/27 14:02:50 filippocarletti 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 8 |
%define release 6 |
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 |
14 |
Patch1: e-smith-ldap-4.12.0-slapd.conf.perms.patch |
Patch1: %{name}-%{version}-schema.patch |
15 |
Patch2: e-smith-ldap-4.12.0-success.patch |
Patch2: %{name}-%{version}-convert_ldif.patch |
16 |
Patch3: e-smith-ldap-4.12.0-pid_args_files.patch |
Patch3: %{name}-%{version}-password.patch |
17 |
Patch4: e-smith-ldap-4.12.0-objectClass.patch |
Patch4: %{name}-%{version}-tls.patch |
18 |
Patch5: e-smith-ldap-4.12.0-tags2general.patch |
Patch5: %{name}-%{version}-ldap-update-link-in-user-lock-event.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base |
Requires: e-smith-base |
29 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.12.0-8 |
* Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme |
33 |
|
- Add ldap-update action script to user-lock event [SME: 5720] |
34 |
|
|
35 |
|
* Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme |
36 |
|
- Add ldap authentication and tls support [SME: 5720] |
37 |
|
|
38 |
|
* Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme |
39 |
|
- Update schema for newer openldap and remove calFBurl [SME: 5159] |
40 |
|
- Convert ldif dump [SME: 5446] |
41 |
|
|
42 |
|
* Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme |
43 |
|
- Create bdb log directory. [SME: 3018] |
44 |
|
|
45 |
|
* Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme |
46 |
|
- Change ldap backend to bdb, and fix initialisation problem. |
47 |
|
[SME: 3018, 2859] |
48 |
|
|
49 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme |
50 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
51 |
|
|
52 |
|
* Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1 |
53 |
|
- Roll new dev stream. |
54 |
|
|
55 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11 |
56 |
|
- Separate template to avoid breaking schema [SME: 4171] |
57 |
|
|
58 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10 |
59 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
60 |
|
|
61 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9 |
62 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
63 |
|
|
64 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8 |
65 |
- Remove <base> tags now in general [SME: 3919] |
- Remove <base> tags now in general [SME: 3919] |
66 |
|
|
67 |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
* Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com> |
717 |
ln -s /var/service/ldap root/service/ldap |
ln -s /var/service/ldap root/service/ldap |
718 |
touch root/var/service/ldap/down |
touch root/var/service/ldap/down |
719 |
|
|
720 |
|
mkdir -p root/var/log/bdb |
721 |
|
mkdir -p root/var/service/ldap/ssl |
722 |
|
|
723 |
%install |
%install |
724 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
725 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
726 |
rm -f %{name}-%{version}-%{release}-filelist |
rm -f %{name}-%{version}-%{release}-filelist |
727 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
728 |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
729 |
|
--file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ |
730 |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
731 |
|
--file /var/service/ldap/control/1 'attr(0750,root,root)' \ |
732 |
|
--dir /var/log/bdb 'attr(0700,ldap,ldap)' \ |
733 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
734 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
735 |
|
|