1 |
# $Id: smeserver-userpanels.spec,v 1.12 2008/05/05 18:38:49 snetram Exp $ |
# $Id: smeserver-userpanels.spec,v 1.13 2008/05/05 18:40:16 snetram Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-userpanels |
%define name smeserver-userpanels |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.0 |
%define version 1.0 |
9 |
%define release 14 |
%define release 15 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
23 |
Patch7: smeserver-userpanels-1.0-add2general.patch |
Patch7: smeserver-userpanels-1.0-add2general.patch |
24 |
Patch8: smeserver-userpanels-1.0-locale-2008-05-05.patch |
Patch8: smeserver-userpanels-1.0-locale-2008-05-05.patch |
25 |
Patch9: smeserver-userpanels-1.0-add2general.patch2 |
Patch9: smeserver-userpanels-1.0-add2general.patch2 |
26 |
|
Patch10: smeserver-userpanels-1.0-locale-2008-05-21.patch |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
29 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0 |
37 |
Delegate creation of users with restrictions. |
Delegate creation of users with restrictions. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-15 |
41 |
|
- Apply 21 May 2008 locale patch |
42 |
|
|
43 |
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-14 |
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-14 |
44 |
- Fixed locale issue with button not being translated in password panel [SME: 4310] |
- Fixed locale issue with button not being translated in password panel [SME: 4310] |
45 |
- Added 5 May 2008 locale patch from the translate engine |
- Added 5 May 2008 locale patch from the translate engine |
117 |
%patch7 -p1 |
%patch7 -p1 |
118 |
%patch8 -p1 |
%patch8 -p1 |
119 |
%patch9 -p1 |
%patch9 -p1 |
120 |
|
%patch10 -p1 |
121 |
|
|
122 |
%build |
%build |
123 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
124 |
for lexicon in $LEXICONS root/etc/e-smith/web/functions/userpanel-{password,forwarding} |
for lexicon in $LEXICONS root/etc/e-smith/web/functions/userpanel-{password,forwarding} |