1 |
# $Id: smeserver-userpanels.spec,v 1.10 2008/04/26 19:52:26 snetram Exp $ |
# $Id: smeserver-userpanels.spec,v 1.11 2008/04/28 23:21:45 slords 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 13 |
%define release 14 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
21 |
Patch5: smeserver-userpanels-1.0-locale-2008-04-01.patch |
Patch5: smeserver-userpanels-1.0-locale-2008-04-01.patch |
22 |
Patch6: smeserver-userpanels-1.0-locale-2008-04-22.patch |
Patch6: smeserver-userpanels-1.0-locale-2008-04-22.patch |
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 |
25 |
|
Patch9: smeserver-userpanels-1.0-add2general.patch2 |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
28 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0 |
36 |
Delegate creation of users with restrictions. |
Delegate creation of users with restrictions. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-14 |
40 |
|
- Fixed locale issue with button not being translated in password panel |
41 |
|
- Added 5 May 2008 locale patch from the translate engine |
42 |
|
|
43 |
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-13 |
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0-13 |
44 |
- Add common <base> tags to e-smith-formmagick's general |
- Add common <base> tags to e-smith-formmagick's general |
45 |
|
|
111 |
%patch5 -p1 |
%patch5 -p1 |
112 |
%patch6 -p1 |
%patch6 -p1 |
113 |
%patch7 -p1 |
%patch7 -p1 |
114 |
|
%patch8 -p1 |
115 |
|
%patch9 -p1 |
116 |
%build |
%build |
117 |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
LEXICONS=$(find root/etc/e-smith/locale/ -type f ) |
118 |
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} |