/[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.7 by slords, Tue Jul 22 20:47:11 2008 UTC Revision 1.15 by filippocarletti, Wed Jan 27 14:02:50 2010 UTC
# Line 1  Line 1 
1    # $Id: e-smith-ldap.spec,v 1.14 2010/01/13 16:01:11 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 10  %define release 5
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
 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  
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: e-smith-base  Requires: e-smith-base
# Line 29  AutoReqProv: no Line 28  AutoReqProv: no
28  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
29    
30  %changelog  %changelog
31  * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-10  * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
32    - Add ldap authentication and tls support [SME: 5720]
33    
34    * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
35    - Update schema for newer openldap and remove calFBurl [SME: 5159]
36    - Convert ldif dump [SME: 5446]
37    
38    * Sun Feb  8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
39    - Create bdb log directory. [SME: 3018]
40    
41    * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
42    - Change ldap backend to bdb, and fix initialisation problem.
43      [SME: 3018, 2859]
44    
45    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
46    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
47    
48    * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
49    - Roll new dev stream.
50    
51    * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
52    - Separate template to avoid breaking schema [SME: 4171]
53    
54    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
55  - Add common <base> tags to e-smith-formmagick's general [SME: 4279]  - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
56    
57  * 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
58  - Add free/busy URL entry to help kronolith contribs [SME: 1806]  - Add free/busy URL entry to help kronolith contribs [SME: 1806]
59    
60  * 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
61  - Remove <base> tags now in general [SME: 3919]  - Remove <base> tags now in general [SME: 3919]
62    
63  * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>  * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
# Line 675  e-smith server and gateway software - LD Line 697  e-smith server and gateway software - LD
697  %patch2 -p1  %patch2 -p1
698  %patch3 -p1  %patch3 -p1
699  %patch4 -p1  %patch4 -p1
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
700    
701  %build  %build
702  mkdir -p root/etc/e-smith/tests  mkdir -p root/etc/e-smith/tests
# Line 693  mkdir -p root/service Line 712  mkdir -p root/service
712  ln -s /var/service/ldap root/service/ldap  ln -s /var/service/ldap root/service/ldap
713  touch root/var/service/ldap/down  touch root/var/service/ldap/down
714    
715    mkdir -p root/var/log/bdb
716    mkdir -p root/var/service/ldap/ssl
717    
718  %install  %install
719  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
720  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
721  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
722  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
723      --file /var/service/ldap/run 'attr(0750,root,root)' \      --file /var/service/ldap/run 'attr(0750,root,root)' \
724        --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \
725      --file /var/service/ldap/finish 'attr(0750,root,root)' \      --file /var/service/ldap/finish 'attr(0750,root,root)' \
726        --file /var/service/ldap/control/1 'attr(0750,root,root)' \
727        --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
728      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
729  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
730    


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