1 |
Summary: Package to integrate GeneWeb (V5) into SME Server |
Summary: Package to integrate GeneWeb (V6) into SME Server |
2 |
%define name smeserver-geneweb |
%define name smeserver-geneweb |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.1 |
%define version 2.1 |
27 |
- geneweb service not started [SME: 6371] |
- geneweb service not started [SME: 6371] |
28 |
- Add "Base directory" input in panel console. |
- Add "Base directory" input in panel console. |
29 |
- perms corrected in templates.metadata |
- perms corrected in templates.metadata |
30 |
|
- normalize template et .spec |
31 |
|
|
32 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.0-26.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.0-26.sme |
33 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
108 |
%setup |
%setup |
109 |
%patch1 -p1 |
%patch1 -p1 |
110 |
|
|
|
|
|
111 |
%build |
%build |
112 |
perl createlinks |
perl createlinks |
|
DEFAULTS=root/etc/e-smith/db/configuration/defaults/geneweb |
|
|
mkdir -p $DEFAULTS |
|
|
echo "service" > $DEFAULTS/type |
|
|
echo "disabled" > $DEFAULTS/status |
|
|
echo "127.0.0.1" >$DEFAULTS/only |
|
113 |
|
|
114 |
LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f ) |
LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f ) |
115 |
for lexicon in $LEXICONS |
for lexicon in $LEXICONS |
134 |
%pre |
%pre |
135 |
|
|
136 |
%post |
%post |
137 |
/etc/e-smith/events/actions/navigation-conf |
ln -s /etc/rc.d/init.d/geneweb /etc/rc.d/rc7.d/S99geneweb |
|
#/etc/e-smith/events/actions/initialize-default-databases |
|
|
#mkdir -p /etc/e-smith/templates/etc/rc.d/init.d/masq |
|
|
#/bin/chmod 644 /etc/e-smith/templates/etc/rc.d/init.d/masq/45AllowGeneWeb |
|
|
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq |
|
|
#/etc/rc.d/init.d/masq restart |
|
|
true |
|
138 |
|
|
139 |
%preun |
%preun |
140 |
/sbin/e-smith/db configuration setprop geneweb status disabled |
/sbin/e-smith/db configuration setprop geneweb status disabled |
141 |
/etc/rc.d/init.d/gwd stop |
/etc/rc.d/init.d/gwd stop |
|
true |
|
142 |
|
|
143 |
%postun |
%postun |
144 |
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq |
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq |