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.1 2008/04/21 17:25:59 slords 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 9 |
8 |
|
|
9 |
Summary: SME Server password panel |
Summary: SME Server password panel |
10 |
Name: %{name} |
Name: %{name} |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
Smeserver addon panel to change password strength and password ageing |
Smeserver addon panel to change password strength and password ageing |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9 |
30 |
|
- Added 22 April 2008 locale patch |
31 |
|
- Moved db defaults out of spec file |
32 |
|
|
33 |
* 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 |
34 |
- Update to UTF-8 translations |
- Update to UTF-8 translations |
35 |
|
|
66 |
%setup |
%setup |
67 |
%patch0 -p1 |
%patch0 -p1 |
68 |
%patch1 -p1 |
%patch1 -p1 |
69 |
|
%patch2 -p1 |
70 |
|
%patch3 -p1 |
71 |
|
|
72 |
%build |
%build |
73 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
78 |
done |
done |
79 |
|
|
80 |
perl createlinks |
perl createlinks |
81 |
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 |
|
82 |
%install |
%install |
83 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
84 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |