1 |
# $Id: smeserver-password.spec,v 1.1 2008/04/21 17:25:59 slords Exp $ |
# $Id: smeserver-password.spec,v 1.10 2008/07/01 20:07:15 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 9 |
%define release 17 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
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 |
Patch2: smeserver-password-1.0.0-initdb.patch |
19 |
Patch3: smeserver-password-1.0.0-locale-2008-04-22.patch |
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 |
|
Patch9: smeserver-password-1.0.0-locale-2008-07-01.patch |
26 |
|
Patch10: smeserver-password-1.0.0-locale-2008-09-27.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
30 |
Requires: e-smith-formmagick >= 1.4.0-10 |
Requires: e-smith-formmagick >= 1.4.0-12 |
31 |
|
|
32 |
%description |
%description |
33 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Sun Sep 28 2008 Stephen Noble <support@dungog.net> - 1.0.0-17 |
37 |
|
- Apply locale patch |
38 |
|
|
39 |
|
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-16 |
40 |
|
- Apply 1 July 2008 locale patch |
41 |
|
|
42 |
|
* Fri May 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-15 |
43 |
|
- Apply 30 May 2008 locale patch |
44 |
|
|
45 |
|
* Sat May 24 2008 Stephen Noble <support@dungog.net> - 1.0.0-14 |
46 |
|
- rewrite user-passwd-expiration [SME 4361] |
47 |
|
|
48 |
|
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-13 |
49 |
|
- Apply 21 May 2008 locale patch |
50 |
|
- Fixing changelog version entries |
51 |
|
|
52 |
|
* Mon May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-12 |
53 |
|
- Apply 7 May 2008 locale patch |
54 |
|
- Removed missing patch of 5 May 2008, seems not committed and is |
55 |
|
superseeded by the one from 7 May 2008 |
56 |
|
|
57 |
|
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-11 |
58 |
|
- Apply 5 May 2008 locale patch |
59 |
|
|
60 |
|
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-10 |
61 |
|
- Add common <base> tags to e-smith-formmagick's general |
62 |
|
|
63 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9 |
64 |
- Added 22 April 2008 locale patch |
- Added 22 April 2008 locale patch |
65 |
- Moved db defaults out of spec file |
- Moved db defaults out of spec file |
102 |
%patch1 -p1 |
%patch1 -p1 |
103 |
%patch2 -p1 |
%patch2 -p1 |
104 |
%patch3 -p1 |
%patch3 -p1 |
105 |
|
%patch4 -p1 |
106 |
|
%patch5 -p1 |
107 |
|
%patch6 -p1 |
108 |
|
%patch7 -p1 |
109 |
|
%patch8 -p1 |
110 |
|
%patch9 -p1 |
111 |
|
%patch10 -p1 |
112 |
|
|
113 |
%build |
%build |
114 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |