1 |
# $Id: smeserver-manager.spec,v 1.28 2020/06/13 06:08:01 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.33 2020/10/05 15:43:13 michel Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.0 |
%define version 0.1.0 |
7 |
%define release 26 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
34 |
Patch21: %{name}-0.1.0-missing_translations.patch |
Patch21: %{name}-0.1.0-missing_translations.patch |
35 |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
36 |
Patch23: %{name}-0.1.0-start_service.patch |
Patch23: %{name}-0.1.0-start_service.patch |
37 |
|
Patch24: %{name}-0.1.0-datetime_quota.patch |
38 |
|
Patch25: %{name}-0.1.0-bz10976_bz10977_others.patch |
39 |
|
Patch26: %{name}-0.1.0-route_lexicon_locales.patch |
40 |
|
Patch27: %{name}-0.1.0-I18N_cleanup_tests.patch |
41 |
|
Patch28: %{name}-0.1.0-yum_refresh_version.patch |
42 |
|
|
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
44 |
|
BuildArchitectures: noarch |
45 |
|
|
46 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
47 |
BuildRequires: gettext |
BuildRequires: gettext |
48 |
BuildArchitectures: noarch |
#<Build tests> |
49 |
#BuildRequires: gcc |
#BuildRequires: perl >= 0:5.016 |
50 |
|
#BuildRequires: perl(Test::More) |
51 |
|
#BuildRequires: perl(Test::Mojo) |
52 |
|
#BuildRequires: perl(Mojolicious) >= 7.56 |
53 |
|
#BuildRequires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
54 |
|
#BuildRequires: perl(Net::Netmask) >= 1.9 |
55 |
|
#</Build tests> |
56 |
|
|
57 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
58 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
59 |
Requires: perl-Mojolicious >= 6.44 |
Requires: perl(Mojolicious) >= 7.56 |
60 |
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
61 |
|
Requires: perl(Net::Netmask) >= 1.9 |
62 |
#Requires: js-jquery > 2.2.4-3 (optional) |
#Requires: js-jquery > 2.2.4-3 (optional) |
63 |
Requires: pwauth |
Requires: pwauth |
64 |
#Requires: perl(Apache::AuthTkt) |
#Requires: perl(Apache::AuthTkt) |
65 |
|
|
66 |
Provides: server-manager |
Provides: server-manager |
67 |
AutoReqProv: no |
AutoReqProv: no |
68 |
|
|
98 |
%patch21 -p1 |
%patch21 -p1 |
99 |
%patch22 -p1 |
%patch22 -p1 |
100 |
%patch23 -p1 |
%patch23 -p1 |
101 |
|
%patch24 -p1 |
102 |
|
%patch25 -p1 |
103 |
|
%patch26 -p1 |
104 |
|
%patch27 -p1 |
105 |
|
%patch28 -p1 |
106 |
|
|
107 |
%build |
%build |
108 |
perl createlinks |
perl createlinks |
109 |
|
|
110 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |
|
##mkdir -p root/etc/e-smith/web/functions2 |
|
111 |
mkdir -p root/etc/e-smith/db/routes |
mkdir -p root/etc/e-smith/db/routes |
112 |
mkdir -p root/home/e-smith/db/navigation2 |
mkdir -p root/home/e-smith/db/navigation2 |
|
#mkdir -p root%{dir_mngr}/html |
|
113 |
mkdir -p root%{dir_mngr}/themes/default/public/css |
mkdir -p root%{dir_mngr}/themes/default/public/css |
114 |
|
|
|
##ln -s /etc/e-smith/web/common/cgi-bin/logout root/%{dir_mngr}/cgi-bin/logout |
|
|
#ln -s %{dir_mngr}/conf/srvmngr.conf root/%{dir_mngr}/srvmngr.conf |
|
|
#ln -s %{dir_mngr}/script/srvmngr.pl root/%{dir_mngr}/srvmngr.pl |
|
|
|
|
|
##gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
|
|
|
|
|
#for file in index #initial |
|
|
#do |
|
|
# ln -s ../../../functions2/wrapper2 root%{dir_mngr}/html/${file}.cgi |
|
|
#done |
|
|
|
|
|
|
|
115 |
%install |
%install |
116 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
117 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
122 |
--file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \ |
--file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \ |
123 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
124 |
|
|
|
#--file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \ |
|
|
#--file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \ |
|
|
#--file %{dir_mngr}/html/index.cgi 'attr(root,admin)' \ |
|
|
|
|
125 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
126 |
|
|
127 |
|
%check |
128 |
|
#cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r |
129 |
|
|
130 |
%clean |
%clean |
131 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
133 |
%pre |
%pre |
134 |
|
|
135 |
%preun |
%preun |
|
# js-jquery from epel |
|
|
##if (rpm -q js-jquery > /dev/null 2>&1) |
|
136 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
137 |
then |
then |
138 |
unlink %{dir_mngr}/themes/default/public/js/jquery.min.js |
unlink %{dir_mngr}/themes/default/public/js/jquery.min.js |
141 |
true |
true |
142 |
|
|
143 |
%post |
%post |
|
# js-jquery from epel |
|
|
##if (rpm -q js-jquery > /dev/null 2>&1) |
|
144 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
145 |
then |
then |
146 |
mkdir %{dir_mngr}/themes/default/public/js |
mkdir %{dir_mngr}/themes/default/public/js |
149 |
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
150 |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
151 |
systemctl enable smanager.service |
systemctl enable smanager.service |
152 |
systemctl restart smanager.srvice |
systemctl restart smanager.service |
153 |
true |
true |
154 |
|
|
155 |
%postun |
%postun |
157 |
%defattr(-,root,root) |
%defattr(-,root,root) |
158 |
|
|
159 |
%changelog |
%changelog |
160 |
|
* Wed Oct 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-31.sme |
161 |
|
- smanager-refresh event come back |
162 |
|
- add smanager version in footer |
163 |
|
- add optional refresh in layout |
164 |
|
- fix yum logfile displaying |
165 |
|
|
166 |
|
* Mon Oct 05 2020 Michel Begue <mab974@gmail.com> 0.1.0-30.sme |
167 |
|
- fix I18N Namespace change for keeping Language |
168 |
|
- clean up emailsettings code |
169 |
|
- remove old global lexicon files |
170 |
|
- add first simple tests |
171 |
|
- add smanager-update event |
172 |
|
|
173 |
|
* Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme |
174 |
|
- validate lexicon file before install |
175 |
|
- fix route url construction (+) |
176 |
|
- add authentication messages to locales |
177 |
|
|
178 |
|
* Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme |
179 |
|
- validate netmask in LocalNetworks [SME: 10976] |
180 |
|
- validate netmask in RemoteAccess [SME: 10977] |
181 |
|
- prettier action button |
182 |
|
- accept undescore in lexicon name |
183 |
|
- change route urls for LocalNetworks and Portforwarding |
184 |
|
- add rendering to LocalNetworks notification |
185 |
|
|
186 |
|
* Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme |
187 |
|
- Fix typo in %post here |
188 |
|
- Complete 'datetime' panel |
189 |
|
- Fix notification in 'quota' panel |
190 |
|
|
191 |
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
192 |
- Fix first start error |
- Fix first start error |
193 |
- Fix incorrect messages and various typos in modules |
- Fix incorrect messages and various typos in modules |