1 |
# $Id: smeserver-manager.spec,v 1.6 2020/01/04 10:12:41 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.9 2020/01/21 07:34:29 brianr Exp $ |
2 |
|
|
3 |
Summary: smeserver manager 2 navigation module |
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 5 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: smeserver-manager-0.1.0-mojo_struct.patch |
Patch2: smeserver-manager-0.1.0-mojo_struct.patch |
16 |
Patch3: smeserver-manager-0.1.0-setuid_groups.patch |
Patch3: smeserver-manager-0.1.0-setuid_groups.patch |
17 |
Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch |
Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch |
18 |
|
Patch5: smeserver-manager-0.1.0-add-adminlte.patch |
19 |
|
Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
BuildRequires: gettext |
BuildRequires: gettext |
32 |
AutoReqProv: no |
AutoReqProv: no |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
* Wed Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme |
* Wed Jan 22 2020 Michel Begue <mab974@gmail.com> 0.1.0-7.sme |
36 |
|
- Fix link between Navigation and Theme |
37 |
|
- Add System and Domain names to available data (header) |
38 |
|
- Move some data lists from template to controller (select_field) |
39 |
|
- Integrate last Brian's changes in server-manager2.css (AdminLTE) |
40 |
|
- Fix some warnings and typos |
41 |
|
|
42 |
|
* Fri Jan 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme |
43 |
|
- Add in theme based on AdminLTE html template |
44 |
|
- Fixes Server name in header (Needs Template expansion - added to Console-Save |
45 |
|
|
46 |
|
* Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme |
47 |
- new theme to come |
- new theme to come |
48 |
- css enhancement (thanks to B. Read) |
- css enhancement (thanks to B. Read) |
49 |
- panels: reboot and ibays |
- panels: reboot and ibays |
788 |
%patch2 -p1 |
%patch2 -p1 |
789 |
%patch3 -p1 |
%patch3 -p1 |
790 |
%patch4 -p1 |
%patch4 -p1 |
791 |
|
%patch5 -p1 |
792 |
|
%patch6 -p1 |
793 |
|
|
794 |
%build |
%build |
795 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |
799 |
mkdir -p root/etc/e-smith/web/common/css |
mkdir -p root/etc/e-smith/web/common/css |
800 |
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
801 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
|
|
|
802 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
803 |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
804 |
|
|
890 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
891 |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
892 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
893 |
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
894 |
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
895 |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
896 |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
897 |
chown root:admin /etc/e-smith/web/functions2/wrapper2 |
chown root:admin /etc/e-smith/web/functions2/wrapper2 |