1 |
# $Id: e-smith-ldap.spec,v 1.12 2009/01/28 04:04:18 charliebrady Exp $ |
# $Id: e-smith-ldap.spec,v 1.18 2010/01/31 05:41:37 dungog 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 5.2.0 |
%define version 5.2.0 |
7 |
%define release 3 |
%define release 9 |
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: %{name}-%{version}.backend |
Patch0: %{name}-%{version}.backend |
14 |
|
Patch1: %{name}-%{version}-schema.patch |
15 |
|
Patch2: %{name}-%{version}-convert_ldif.patch |
16 |
|
Patch3: %{name}-%{version}-password.patch |
17 |
|
Patch4: %{name}-%{version}-tls.patch |
18 |
|
Patch5: %{name}-%{version}-ldap-update-link-in-user-lock-event.patch |
19 |
|
Patch6: %{name}-%{version}-admin_user.patch |
20 |
|
Patch7: %{name}-%{version}-users_groups_ous.patch2 |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-base |
Requires: e-smith-base |
31 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme |
35 |
|
- Fix Groups entries [SME: 5743] |
36 |
|
|
37 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme |
38 |
|
- Add Groups entries [SME: 5743] |
39 |
|
|
40 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme |
41 |
|
- Add admin user as a standard user [SME: 5742] |
42 |
|
|
43 |
|
* Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme |
44 |
|
- Add ldap-update action script to user-lock event [SME: 5720] |
45 |
|
|
46 |
|
* Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme |
47 |
|
- Add ldap authentication and tls support [SME: 5720] |
48 |
|
|
49 |
|
* Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme |
50 |
|
- Update schema for newer openldap and remove calFBurl [SME: 5159] |
51 |
|
- Convert ldif dump [SME: 5446] |
52 |
|
|
53 |
* Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme |
* Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme |
54 |
- Create bdb log directory. [SME: 3018] |
- Create bdb log directory. [SME: 3018] |
55 |
|
|
708 |
%prep |
%prep |
709 |
%setup |
%setup |
710 |
%patch0 -p1 |
%patch0 -p1 |
711 |
|
%patch1 -p1 |
712 |
|
%patch2 -p1 |
713 |
|
%patch3 -p1 |
714 |
|
%patch4 -p1 |
715 |
|
%patch5 -p1 |
716 |
|
%patch6 -p1 |
717 |
|
%patch7 -p1 |
718 |
|
|
719 |
%build |
%build |
720 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |
731 |
touch root/var/service/ldap/down |
touch root/var/service/ldap/down |
732 |
|
|
733 |
mkdir -p root/var/log/bdb |
mkdir -p root/var/log/bdb |
734 |
|
mkdir -p root/var/service/ldap/ssl |
735 |
|
|
736 |
%install |
%install |
737 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
741 |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
--file /var/service/ldap/run 'attr(0750,root,root)' \ |
742 |
--file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ |
--file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ |
743 |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
744 |
|
--file /var/service/ldap/control/1 'attr(0750,root,root)' \ |
745 |
--dir /var/log/bdb 'attr(0700,ldap,ldap)' \ |
--dir /var/log/bdb 'attr(0700,ldap,ldap)' \ |
746 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
747 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |