1 |
# $Id: smeserver-remoteuseraccess.spec,v 1.10 2008/05/05 19:25:53 snetram Exp $ |
# $Id: smeserver-remoteuseraccess.spec,v 1.19 2009/01/01 11:41:15 snetram Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-remoteuseraccess |
%define name smeserver-remoteuseraccess |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.2 |
%define version 1.2 |
9 |
%define release 24 |
%define release 30 |
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-remoteuseraccess-1.2-add2general.patch |
Patch7: smeserver-remoteuseraccess-1.2-add2general.patch |
24 |
Patch8: smeserver-remoteuseraccess-1.2-locale-2008-05-05.patch |
Patch8: smeserver-remoteuseraccess-1.2-locale-2008-05-05.patch |
25 |
Patch9: smeserver-remoteuseraccess-1.2-locale-2008-05-21.patch |
Patch9: smeserver-remoteuseraccess-1.2-locale-2008-05-21.patch |
26 |
|
Patch10: smeserver-remoteuseraccess-1.2-locale-2008-07-01.patch |
27 |
|
Patch11: smeserver-remoteuseraccess-1.2-locale-2008-09-27.patch |
28 |
|
Patch12: smeserver-remoteuseraccess-1.2-locale-2008-10-14.patch |
29 |
|
Patch13: smeserver-remoteuseraccess-1.2-locale-2008-11-30.patch |
30 |
|
Patch14: smeserver-remoteuseraccess-1.2-locale-2009-01-01.patch |
31 |
|
Patch15: smeserver-remoteuseraccess-1.2-locale-2009-03-01.patch |
32 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
33 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
34 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
53 |
and allows you to enter ssh keys |
and allows you to enter ssh keys |
54 |
|
|
55 |
%changelog |
%changelog |
56 |
|
* Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-30 |
57 |
|
- Apply 1 Mar 2009 locale patch [SME: 5018] |
58 |
|
|
59 |
|
* Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-29 |
60 |
|
- Apply 1 Jan 2009 locale patch [SME: 4900] |
61 |
|
|
62 |
|
* Sun Nov 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-28 |
63 |
|
- Apply 30 Nov 2008 locale patch |
64 |
|
|
65 |
|
* Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-27 |
66 |
|
- Apply 14 Oct 2008 locale patch |
67 |
|
|
68 |
|
* Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.2-26 |
69 |
|
- Apply locale patch |
70 |
|
|
71 |
|
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-25 |
72 |
|
- Apply 1 July 2008 locale patch |
73 |
|
|
74 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-24 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2-24 |
75 |
- Apply 21 May 2008 locale patch |
- Apply 21 May 2008 locale patch |
76 |
|
|
216 |
%patch7 -p1 |
%patch7 -p1 |
217 |
%patch8 -p1 |
%patch8 -p1 |
218 |
%patch9 -p1 |
%patch9 -p1 |
219 |
|
%patch10 -p1 |
220 |
|
%patch11 -p1 |
221 |
|
%patch12 -p1 |
222 |
|
%patch13 -p1 |
223 |
|
%patch14 -p1 |
224 |
|
%patch15 -p1 |
225 |
|
|
226 |
%build |
%build |
227 |
perl createlinks |
perl createlinks |
233 |
/sbin/e-smith/validate-lexicon $lexicon |
/sbin/e-smith/validate-lexicon $lexicon |
234 |
done |
done |
235 |
|
|
236 |
LINKS=$(find /etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/\/etc\/e-smith\/locale\///') |
LINKS=$(find root/etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/root\/etc\/e-smith\/locale\///') |
237 |
for link in $LINKS |
for link in $LINKS |
238 |
do |
do |
239 |
/bin/ln -s remoteuseraccess root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-sshkeys |
/bin/ln -s remoteuseraccess root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-sshkeys |