/[smecontribs]/rpms/smeserver-password/contribs7/smeserver-password.spec
ViewVC logotype

Diff of /rpms/smeserver-password/contribs7/smeserver-password.spec

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

Revision 1.1 by slords, Mon Apr 21 17:25:59 2008 UTC Revision 1.9 by snetram, Fri May 30 19:24:18 2008 UTC
# Line 1  Line 1 
1  # $Id: smeserver-password-1.0.0.spec,v 1.6 2008/04/02 15:03:58 slords Exp $  # $Id: smeserver-password.spec,v 1.8 2008/05/30 19:23:56 snetram Exp $
2  # Authority: dungog  # Authority: dungog
3  # Name: Stephen Noble  # Name: Stephen Noble
4    
5  %define name smeserver-password  %define name smeserver-password
6  %define version 1.0.0  %define version 1.0.0
7  %define release 8  %define release 15
8    
9  Summary: SME Server password panel  Summary: SME Server password panel
10  Name: %{name}  Name: %{name}
# Line 15  Group: Networking/Daemons Line 15  Group: Networking/Daemons
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  Patch0: smeserver-password-1.0.0-locale-2008-03-11.patch  Patch0: smeserver-password-1.0.0-locale-2008-03-11.patch
17  Patch1: smeserver-password-1.0.0-locale-2008-04-01.patch  Patch1: smeserver-password-1.0.0-locale-2008-04-01.patch
18    Patch2: smeserver-password-1.0.0-initdb.patch
19    Patch3: smeserver-password-1.0.0-locale-2008-04-22.patch
20    Patch4: smeserver-password-1.0.0-add2general.patch
21    Patch5: smeserver-password-1.0.0-locale-2008-05-07.patch
22    Patch6: smeserver-password-1.0.0-locale-2008-05-21.patch
23    Patch7: smeserver-password-1.0.0-Acctinfo.patch
24    Patch8: smeserver-password-1.0.0-locale-2008-05-30.patch
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
27  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
28  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-12
29    
30  %description  %description
31  Smeserver addon panel to change password strength and password ageing  Smeserver addon panel to change password strength and password ageing
32    
33  %changelog  %changelog
34    * Fri May 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-15
35    - Apply 30 May 2008 locale patch
36    
37    * Sat May 24 2008 Stephen Noble <support@dungog.net> - 1.0.0-14
38    - rewrite user-passwd-expiration [SME 4361]
39    
40    * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-13
41    - Apply 21 May 2008 locale patch
42    - Fixing changelog version entries
43    
44    * Mon May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-12
45    - Apply 7 May 2008 locale patch
46    - Removed missing patch of 5 May 2008, seems not committed and is
47      superseeded by the one from 7 May 2008
48    
49    * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-11
50    - Apply 5 May 2008 locale patch
51    
52    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-10
53    - Add common <base> tags to e-smith-formmagick's general
54    
55    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9
56    - Added 22 April 2008 locale patch
57    - Moved db defaults out of spec file
58    
59  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0.0-8  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0.0-8
60  - Update to UTF-8 translations  - Update to UTF-8 translations
61    
# Line 60  Smeserver addon panel to change password Line 92  Smeserver addon panel to change password
92  %setup  %setup
93  %patch0 -p1  %patch0 -p1
94  %patch1 -p1  %patch1 -p1
95    %patch2 -p1
96    %patch3 -p1
97    %patch4 -p1
98    %patch5 -p1
99    %patch6 -p1
100    %patch7 -p1
101    %patch8 -p1
102    
103  %build  %build
104  LEXICONS=$(find root/etc/e-smith/locale/ -type f )  LEXICONS=$(find root/etc/e-smith/locale/ -type f )
# Line 70  do Line 109  do
109  done  done
110    
111  perl createlinks  perl createlinks
112  DEFAULTS=root/etc/e-smith/db/configuration/defaults/passwordaging  
 mkdir -p $DEFAULTS  
 echo "configuration" > $DEFAULTS/type  
 echo "no" > $DEFAULTS/Active  
 echo "180" > $DEFAULTS/PwdAge  
 echo "7"   > $DEFAULTS/PwdWarn  
113  %install  %install
114  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
115  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)


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