1 |
# $Id: smeserver-manager.spec,v 1.18 2020/04/07 17:56:02 brianr Exp $ |
# $Id: smeserver-manager.spec,v 1.24 2020/04/27 07:24:02 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 16 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-0.1.0.tar.xz |
13 |
Patch0: %{name}-0.1.0-bz10506.patch |
Patch0: %{name}-0.1.0-bz10506.patch |
14 |
Patch1: %{name}-add-basic-files.patch |
Patch1: %{name}-add-basic-files.patch |
15 |
Patch2: %{name}-0.1.0-mojo_struct.patch |
Patch2: %{name}-0.1.0-mojo_struct.patch |
26 |
Patch13: %{name}-0.1.0-portforwarding-localnetwork-cleanup.patch |
Patch13: %{name}-0.1.0-portforwarding-localnetwork-cleanup.patch |
27 |
Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch |
Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch |
28 |
Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch |
Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch |
29 |
|
Patch16: %{name}-0.1.0-remove_tests.patch |
30 |
|
Patch17: %{name}-0.1.0-routes_locales_navig.patch |
31 |
|
Patch18: %{name}-0.1.0-error_success_routes_locales.patch |
32 |
|
Patch19: %{name}-0.1.0-translation_themes.patch |
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
35 |
BuildRequires: gettext |
BuildRequires: gettext |
41 |
Requires: pwauth |
Requires: pwauth |
42 |
Requires: perl(Apache::AuthTkt) |
Requires: perl(Apache::AuthTkt) |
43 |
#Requires: js-jquery > 2.2.4-3 (optional) |
#Requires: js-jquery > 2.2.4-3 (optional) |
44 |
Provides: server-manager2 |
Provides: server-manager |
45 |
AutoReqProv: no |
AutoReqProv: no |
46 |
|
|
47 |
%define dir_mngr /etc/e-smith/web/panels/manager2 |
%define dir_mngr /etc/e-smith/web/panels/manager2 |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
* Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-16.sme |
* Fri May 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-22.sme |
51 |
|
- Fix translation in 'useraccounts' panel |
52 |
|
- Restore theme switcher route |
53 |
|
- Fix theme switcher redirection |
54 |
|
- fix lexicon file not found [SME: 10927] |
55 |
|
|
56 |
|
* Mon Apr 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-21.sme |
57 |
|
- Fix error and success management |
58 |
|
- Optimize Routes (number) |
59 |
|
- Delete share_dir variable |
60 |
|
- Attach Locale lexicon to Panel and Panel? |
61 |
|
- Fix lack of translation of first page |
62 |
|
|
63 |
|
* Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme |
64 |
|
- Patch the I18N plugin to accept namespace changes |
65 |
|
- Split global locales files to module level |
66 |
|
- Consider additional contrib locales files |
67 |
|
- Consider additional contrib routes and navigation item |
68 |
|
- fix colour button in portforwarding panel |
69 |
|
- fix missing esmith::util in starterwebsite panel |
70 |
|
|
71 |
|
* Tue Apr 14 2020 Michel Begue <mab974@gmail.com> 0.1.0-19.sme |
72 |
|
- Remove tests : useraccounts, wbl |
73 |
|
|
74 |
|
* Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme |
75 |
- Add panels : emailaccess, yum, backup |
- Add panels : emailaccess, yum, backup |
76 |
- Fix Rendering comments in portforwarding & localnetworks panels |
- Fix Rendering comments in portforwarding & localnetworks panels |
77 |
- Css and images files added (from manager). |
- Css and images files added (from manager). |
78 |
- Initial javascript in navigation added (jQuery) -optional- |
- Initial javascript in navigation added (jQuery) -optional- |
79 |
- Add 'Heading...' navigation informations in controllers |
- Add 'Heading...' navigation informations in controllers |
|
- Remove wbl and account tests |
|
80 |
- Show Themes_switch if there is more than one theme |
- Show Themes_switch if there is more than one theme |
81 |
|
|
82 |
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme |
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme |
881 |
%patch13 -p1 |
%patch13 -p1 |
882 |
%patch14 -p1 |
%patch14 -p1 |
883 |
%patch15 -p1 |
%patch15 -p1 |
884 |
|
%patch16 -p1 |
885 |
|
%patch17 -p1 |
886 |
|
%patch18 -p1 |
887 |
|
%patch19 -p1 |
888 |
|
|
889 |
%build |
%build |
890 |
perl createlinks |
perl createlinks |
891 |
|
|
892 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |
893 |
mkdir -p root/etc/e-smith/web/functions2 |
mkdir -p root/etc/e-smith/web/functions2 |
894 |
mkdir -p root/home/e-smith/db/navigation |
mkdir -p root/etc/e-smith/db/routes |
895 |
|
mkdir -p root/home/e-smith/db/navigation2 |
896 |
mkdir -p root%{dir_mngr}/html |
mkdir -p root%{dir_mngr}/html |
897 |
mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css |
mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css |
898 |
|
|