/[smeserver]/rpms/e-smith-ldap/sme8/e-smith-ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-ldap/sme8/e-smith-ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.14 by filippocarletti, Wed Jan 13 16:01:11 2010 UTC Revision 1.23 by dungog, Wed Feb 3 09:54:11 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.13 2009/02/09 00:00:30 charliebrady Exp $  # $Id: e-smith-ldap.spec,v 1.21 2010/02/03 08:59:31 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 4  %define release 13
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.gz Line 13  Source: %{name}-%{version}.tar.gz
13  Patch0: %{name}-%{version}.backend  Patch0: %{name}-%{version}.backend
14  Patch1: %{name}-%{version}-schema.patch  Patch1: %{name}-%{version}-schema.patch
15  Patch2: %{name}-%{version}-convert_ldif.patch  Patch2: %{name}-%{version}-convert_ldif.patch
16    Patch3: %{name}-%{version}-password.patch
17    Patch4: %{name}-%{version}-tls.patch
18    Patch5: %{name}-%{version}-user-lock-event.patch
19    Patch6: %{name}-%{version}-admin_user.patch
20    Patch7: %{name}-%{version}-users_groups_ous.patch3
21    Patch8: %{name}-%{version}-attributes.patch
22    Patch9: %{name}-%{version}-mailboxRelatedObject.patch
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildArchitectures: noarch  BuildArchitectures: noarch
25  Requires: e-smith-base  Requires: e-smith-base
# Line 26  AutoReqProv: no Line 33  AutoReqProv: no
33  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
34    
35  %changelog  %changelog
36    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
37    - Fix Groups entries [SME: 5743]
38    
39    * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
40    - Separate groups and users with mailboxRelatedObject [SME:5749]
41    
42    * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
43    - Set readonly access [SME:5752]
44    
45    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
46    - Fix ldap-update action script to user-lock event [SME: 5720]
47    
48    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
49    - Fix Groups entries [SME: 5743]
50    
51    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
52    - Add Groups entries [SME: 5743]
53    
54    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
55    - Add admin user as a standard user [SME: 5742]
56    
57    * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
58    - Add ldap-update action script to user-lock event [SME: 5720]
59    
60    * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
61    - Add ldap authentication and tls support [SME: 5720]
62    
63  * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme  * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
64  - Update schema for newer openldap and remove calFBurl [SME: 5159]  - Update schema for newer openldap and remove calFBurl [SME: 5159]
65  - Convert ldif dump [SME: 5446]  - Convert ldif dump [SME: 5446]
# Line 690  e-smith server and gateway software - LD Line 724  e-smith server and gateway software - LD
724  %patch0 -p1  %patch0 -p1
725  %patch1 -p1  %patch1 -p1
726  %patch2 -p1  %patch2 -p1
727    %patch3 -p1
728    %patch4 -p1
729    %patch5 -p1
730    %patch6 -p1
731    %patch7 -p1
732    %patch8 -p1
733    %patch9 -p1
734    
735  %build  %build
736  mkdir -p root/etc/e-smith/tests  mkdir -p root/etc/e-smith/tests
# Line 706  ln -s /var/service/ldap root/service/lda Line 747  ln -s /var/service/ldap root/service/lda
747  touch root/var/service/ldap/down  touch root/var/service/ldap/down
748    
749  mkdir -p root/var/log/bdb  mkdir -p root/var/log/bdb
750    mkdir -p root/var/service/ldap/ssl
751    
752  %install  %install
753  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 715  rm -f %{name}-%{version}-%{release}-file Line 757  rm -f %{name}-%{version}-%{release}-file
757      --file /var/service/ldap/run 'attr(0750,root,root)' \      --file /var/service/ldap/run 'attr(0750,root,root)' \
758      --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \      --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \
759      --file /var/service/ldap/finish 'attr(0750,root,root)' \      --file /var/service/ldap/finish 'attr(0750,root,root)' \
760        --file /var/service/ldap/control/1 'attr(0750,root,root)' \
761      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
762      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
763  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed